Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- U-Boot SPL 2015.07 (Dec 17 2015 - 01:37:59)
- DRA752 ES1.1
- reading args
- spl_load_image_fat_os: error reading image args, err - -1
- reading u-boot.img
- reading u-boot.img
- ti_i2c_eeprom_init failed -1
- U-Boot 2015.07 (Dec 17 2015 - 01:37:59 +0000)
- CPU : DRA752 ES1.1
- Board: UNKNOWN(BeagleBoard X15?)
- I2C: ready
- DRAM: 2 GiB
- MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
- reading uboot.env
- ** Unable to read "uboot.env" from mmc0:1 **
- Using default environment
- SATA link 0 timeout.
- AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
- flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
- Invalid EEPROM data(@0x4031e028). Default to X15
- SCSI: SATA link 0 timeout.
- AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
- flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
- scanning bus for devices...
- Found 0 device(s).
- Net: <ethaddr> not set. Validating first E-fuse MAC
- cpsw
- Hit any key to stop autoboot: 0
- switch to partitions #0, OK
- mmc0 is current device
- SD/MMC found on device 0
- reading boot.scr
- ** Unable to read file boot.scr **
- reading uEnv.txt
- ** Unable to read file uEnv.txt **
- switch to partitions #0, OK
- mmc0 is current device
- SD/MMC found on device 0
- 3388152 bytes read in 213 ms (15.2 MiB/s)
- 91591 bytes read in 33 ms (2.6 MiB/s)
- Booting from mmc0 ...
- Kernel image @ 0x82000000 [ 0x000000 - 0x33b2f8 ]
- ## Flattened Device Tree blob at 88000000
- Booting using the fdt blob at 0x88000000
- Loading Device Tree to 8ffe6000, end 8ffff5c6 ... OK
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Initializing cgroup subsys cpuset
- [ 0.000000] Initializing cgroup subsys cpu
- [ 0.000000] Initializing cgroup subsys cpuacct
- [ 0.000000] Linux version 4.1.13-gf0f52afb60 (anarky@ubuntu_precise) (gcc version 4.9.3 20150413 (prerelease) (Linaro GCC 4.9-2015.05) ) #2 SMP PREEMPT Thu Dec 17 22:38:16 UTC 2015
- [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
- [ 0.000000] Machine model: TI AM5728 BeagleBoard-X15
- [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
- [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
- [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
- [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
- [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
- [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
- [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
- [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
- [ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
- [ 0.000000] Forcing write-allocate cache policy for SMP
- [ 0.000000] Memory policy: Data cache writealloc
- [ 0.000000] DRA752 ES1.1
- [ 0.000000] PERCPU: Embedded 12 pages/cpu @ee536000 s17088 r8192 d23872 u49152
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 521810
- [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=35b17f22-02 rw rootfstype=ext4 rootwait
- [ 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: 1876048K/2094080K available (6335K kernel code, 293K rwdata, 2252K rodata, 336K init, 253K bss, 29616K reserved, 188416K cma-reserved, 1291264K highmem)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 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 - 0xc086b074 (8589 kB)
- [ 0.000000] .init : 0xc086c000 - 0xc08c0000 ( 336 kB)
- [ 0.000000] .data : 0xc08c0000 - 0xc0909668 ( 294 kB)
- [ 0.000000] .bss : 0xc090c000 - 0xc094b7cc ( 254 kB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] Additional per-CPU info printed with stalls.
- [ 0.000000] NR_IRQS:16 nr_irqs:16 16
- [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
- [ 0.000000] clocksource 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
- [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65535999984741ns
- [ 0.000030] OMAP clocksource: 32k_counter at 32768 Hz
- [ 0.000427] Architected cp15 timer(s) running at 6.14MHz (virt).
- [ 0.000427] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
- [ 0.000461] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
- [ 0.000472] Switching to timer-based delay loop, resolution 162ns
- [ 0.000989] Console: colour dummy device 80x30
- [ 0.001004] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
- [ 0.001010] This ensures that you still see kernel messages. Please
- [ 0.001016] update your kernel commandline.
- [ 0.001029] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
- [ 0.001041] pid_max: default: 32768 minimum: 301
- [ 0.001126] Security Framework initialized
- [ 0.001163] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.001173] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.001702] Initializing cgroup subsys blkio
- [ 0.001717] Initializing cgroup subsys memory
- [ 0.001743] Initializing cgroup subsys devices
- [ 0.001755] Initializing cgroup subsys freezer
- [ 0.001768] Initializing cgroup subsys perf_event
- [ 0.001788] CPU: Testing write buffer coherency: ok
- [ 0.002031] /cpus/cpu@0 missing clock-frequency property
- [ 0.002079] /cpus/cpu@1 missing clock-frequency property
- [ 0.002090] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.002129] Setting up static identity map for 0x800082c0 - 0x80008318
- [ 0.060707] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
- [ 0.060775] Brought up 2 CPUs
- [ 0.060788] SMP: Total of 2 processors activated (24.59 BogoMIPS).
- [ 0.060795] CPU: All CPU(s) started in SVC mode.
- [ 0.061178] devtmpfs: initialized
- [ 0.085319] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
- [ 0.086087] omap_hwmod: l3_main_2 using broken dt data from ocp
- [ 0.099308] omap_hwmod: tptc0 using broken dt data from edma-controller
- [ 0.099775] omap_hwmod: tptc1 using broken dt data from edma-controller
- [ 0.272192] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.275720] pinctrl core: initialized pinctrl subsystem
- [ 0.276544] NET: Registered protocol family 16
- [ 0.277481] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.300624] cpuidle: using governor ladder
- [ 0.330652] cpuidle: using governor menu
- [ 0.337844] OMAP GPIO hardware version 0.1
- [ 0.344173] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
- [ 0.365597] No ATAGs?
- [ 0.365629] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
- [ 0.365637] hw-breakpoint: maximum watchpoint size is 8 bytes.
- [ 0.368117] omap4_sram_init:Unable to allocate sram needed to handle errata I688
- [ 0.368126] omap4_sram_init:Unable to get sram pool needed to handle errata I688
- [ 0.368691] OMAP DMA hardware revision 0.0
- [ 0.408098] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
- [ 0.410733] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
- [ 0.415457] omap-iommu 40d01000.mmu: 40d01000.mmu registered
- [ 0.415631] omap-iommu 40d02000.mmu: 40d02000.mmu registered
- [ 0.415790] omap-iommu 58882000.mmu: 58882000.mmu registered
- [ 0.415940] omap-iommu 55082000.mmu: 55082000.mmu registered
- [ 0.416192] omap-iommu 41501000.mmu: 41501000.mmu registered
- [ 0.416367] omap-iommu 41502000.mmu: 41502000.mmu registered
- [ 0.416594] vgaarb: loaded
- [ 0.416960] SCSI subsystem initialized
- [ 0.418049] palmas 0-0058: Irq flag is 0x00000008
- [ 0.433134] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
- [ 0.514484] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
- [ 0.515027] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
- [ 0.515202] media: Linux media interface: v0.10
- [ 0.515256] Linux video capture interface: v2.00
- [ 0.515306] pps_core: LinuxPPS API ver. 1 registered
- [ 0.515314] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.515339] PTP clock support registered
- [ 0.515910] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
- [ 0.516194] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
- [ 0.516466] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
- [ 0.516742] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
- [ 0.517000] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.517662] Switched to clocksource arch_sys_counter
- [ 0.527480] NET: Registered protocol family 2
- [ 0.528061] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
- [ 0.528125] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
- [ 0.528249] TCP: Hash tables configured (established 8192 bind 8192)
- [ 0.528297] UDP hash table entries: 512 (order: 2, 16384 bytes)
- [ 0.528327] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
- [ 0.528465] NET: Registered protocol family 1
- [ 0.528691] RPC: Registered named UNIX socket transport module.
- [ 0.528700] RPC: Registered udp transport module.
- [ 0.528707] RPC: Registered tcp transport module.
- [ 0.528713] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.529656] CPU PMU: Failed to parse /pmu/interrupt-affinity[0]
- [ 0.529690] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
- [ 0.531456] futex hash table entries: 512 (order: 3, 32768 bytes)
- [ 0.531530] audit: initializing netlink subsys (disabled)
- [ 0.531564] audit: type=2000 audit(0.510:1): initialized
- [ 0.538615] VFS: Disk quotas dquot_6.6.0
- [ 0.538774] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
- [ 0.540765] NFS: Registering the id_resolver key type
- [ 0.540793] Key type id_resolver registered
- [ 0.540801] Key type id_legacy registered
- [ 0.540865] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
- [ 0.542867] NET: Registered protocol family 38
- [ 0.542941] bounce: pool size: 64 pages
- [ 0.542955] io scheduler noop registered
- [ 0.542966] io scheduler deadline registered
- [ 0.543003] io scheduler cfq registered (default)
- [ 0.546425] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
- [ 0.579655] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
- [ 0.579668] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
- [ 0.579679] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
- [ 0.579689] pci_bus 0000:00: root bus resource [bus 00-ff]
- [ 0.579790] pci 0000:00:00.0: IOMMU is currently not supported for PCI
- [ 0.580064] PCI: bus0: Fast back to back transfers disabled
- [ 0.580188] PCI: bus1: Fast back to back transfers enabled
- [ 0.580278] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
- [ 0.580293] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
- [ 0.580305] pci 0000:00:00.0: PCI bridge to [bus 01]
- [ 0.583585] OMAP DSS rev 6.1
- [ 0.583847] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
- [ 0.584366] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
- [ 0.588253] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
- [ 0.591114] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud = 3000000) is a 8250
- [ 1.553266] console [ttyS2] enabled
- [ 1.557863] [drm] Initialized drm 1.1.0 20060810
- [ 1.570785] brd: module loaded
- [ 1.578022] loop: module loaded
- [ 1.582069] mtdoops: mtd device (mtddev=name/number) must be supplied
- [ 1.637677] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
- [ 1.643800] davinci_mdio 48485000.mdio: detected phy mask fffffff9
- [ 1.654351] libphy: 48485000.mdio: probed
- [ 1.658407] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
- [ 1.668117] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
- [ 1.678380] cpsw 48484000.ethernet: Detected MACID = 20:c3:8f:0a:5c:56
- [ 1.685625] cpsw 48484000.ethernet: cpsw: Detected MACID = 20:c3:8f:0a:5c:57
- [ 1.693939] mousedev: PS/2 mouse device common for all mice
- [ 1.699577] i2c /dev entries driver
- [ 1.705264] gpio-fan gpio_fan: GPIO fan initialized
- [ 1.711360] tmp102 0-0048: initialized
- [ 1.717635] omap_hsmmc 4809c000.mmc: Got CD GPIO
- [ 1.758303] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
- [ 1.764685] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
- [ 1.771301] vdd_3v3: supplied by regen1
- [ 1.807970] ledtrig-cpu: registered to indicate activity on CPUs
- [ 1.814292] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
- [ 1.820745] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
- [ 1.826930] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
- [ 1.833689] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
- [ 1.837117] mmc0: host does not support reading read-only switch, assuming write-enable
- [ 1.841087] mmc0: new high speed SDHC card at address e624
- [ 1.841393] mmcblk0: mmc0:e624 SS04G 3.69 GiB
- [ 1.848635] mmcblk0: p1 p2
- [ 1.863423] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
- [ 1.871655] oprofile: using timer interrupt.
- [ 1.876140] Initializing XFRM netlink socket
- [ 1.880474] NET: Registered protocol family 17
- [ 1.884963] NET: Registered protocol family 15
- [ 1.889508] Key type dns_resolver registered
- [ 1.893897] omap_voltage_late_init: Voltage driver support not added
- [ 1.900524] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
- [ 1.906822] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
- [ 1.912206] mmc1: MAN_BKOPS_EN bit is not set
- [ 1.918069] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
- [ 1.921244] mmc1: new DDR MMC card at address 0001
- [ 1.921562] mmcblk1: mmc1:0001 S10004 3.56 GiB
- [ 1.921675] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
- [ 1.921782] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
- [ 1.923994] Alternate GPT is invalid, using primary GPT.
- [ 1.924015] mmcblk1: p1 p2 p3 p4 p5 p6 p7
- [ 1.955115] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
- [ 1.962921] Power Management for TI OMAP4+ devices.
- [ 1.968031] ThumbEE CPU extension supported.
- [ 1.972328] Registering SWP/SWPB emulation handler
- [ 1.978162] dmm 4e000000.dmm: workaround for errata i878 in use
- [ 1.985356] dmm 4e000000.dmm: initialized all PAT entries
- [ 1.993307] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
- [ 1.999981] [drm] No driver support for vblank timestamp query.
- [ 2.005948] omapdrm omapdrm.0: No connectors reported connected with modes
- [ 2.012887] [drm] Cannot find any crtc or sizes - going 1024x768
- [ 2.021656] [drm] Enabling DMM ywrap scrolling
- [ 2.031077] Console: switching to colour frame buffer device 128x48
- [ 2.041083] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
- [ 2.047027] omapdrm omapdrm.0: registered panic notifier
- [ 2.077954] omapwb-m2m: Device registered as video10
- [ 2.082940] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
- [ 2.089152] hctosys: unable to open rtc device (rtc0)
- [ 2.102634] ldousb: disabling
- [ 2.105879] aic_dvdd_fixed: disabling
- [ 2.109721] ALSA device list:
- [ 2.112697] No soundcards found.
- [ 2.142804] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 2.150975] VFS: Mounted root (ext4 filesystem) on device 179:2.
- [ 2.162497] devtmpfs: mounted
- [ 2.165618] Freeing unused kernel memory: 336K (c086c000 - c08c0000)
- INIT: version 2.88 booting
- Starting udev
- [ 2.452722] udevd[116]: starting version 182
- [ 2.654718] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
- [ 2.717778] remoteproc0: 58820000.ipu is available
- [ 2.722688] remoteproc0: Note: remoteproc is still under development and considered experimental.
- [ 2.785111] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
- [ 2.859544] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
- [ 2.866380] remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
- [ 2.907695] remoteproc0: Falling back to user helper
- [ 2.913143] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
- [ 3.002732] remoteproc1: 55020000.ipu is available
- [ 3.102471] remoteproc1: Note: remoteproc is still under development and considered experimental.
- [ 3.210958] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
- [ 3.241403] remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
- [ 3.251094] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
- [ 3.259199] remoteproc1: Falling back to user helper
- [ 3.321786] remoteproc2: 40800000.dsp is available
- [ 3.326704] remoteproc2: Note: remoteproc is still under development and considered experimental.
- [ 3.345352] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
- [ 3.363551] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
- [ 3.385911] remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
- [ 3.394728] rtc-ds1307 2-006f: SET TIME!
- [ 3.399571] rtc-ds1307 2-006f: rtc core: registered mcp7941x as rtc0
- [ 3.402742] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
- [ 3.414758] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
- [ 3.422067] remoteproc2: Falling back to user helper
- [ 3.438896] aic_dvdd_fixed: supplied by vdd_3v3
- [ 3.449085] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
- [ 3.455841] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
- [ 3.467896] vpe 489d0000.vpe: Device registered as /dev/video0
- [ 3.523808] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
- [ 3.567127] rtc-ds1307 2-006f: 64 bytes nvram
- [ 3.584435] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
- [ 3.629590] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds
- udevd[405]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
- udevd[406[ 3.657294] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
- ]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
- udevd[407]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
- udevd[408]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
- udevd[409]: failed to execute '/etc/[ 3.699122] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps659038@58:tps659038_pwr_button/input/input0
- udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such fil[ 3.706359] scsi host0: ahci
- e or directory
- udevd[413]: failed to execute '/etc/udev/scri[ 3.706610] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 353
- pts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or dire[ 3.706839] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
- ctory
- udevd[415]: failed to execute '/etc/udev/scripts/mount[ 3.706875] remoteproc3: 41000000.dsp is available
- .sh' '/etc/udev/scripts/mount.sh': No such file or directory
- [ 3.706877] remoteproc3: Note: remoteproc is still under development and considered experimental.
- [ 3.706880] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
- [ 3.707591] remoteproc3: Direct firmware load for dra7-dsp2-fw.xe66 failed with error -2
- [ 3.707593] remoteproc3: Falling back to user helper
- udevd[414]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
- udevd[421[ 3.807158] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
- ]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scr[ 3.822937] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: USB-HOST cable is detached
- ipts/mount.sh': No such file or directory
- [ 3.852516] remoteproc0: failed to load dra7-ipu1-fw.xem4
- [ 3.860686] remoteproc1: failed to load dra7-ipu2-fw.xem4
- [ 3.870100] remoteproc2: failed to load dra7-dsp1-fw.xe66
- [ 3.882994] remoteproc3: failed to load dra7-dsp2-fw.xe66
- [ 4.057673] ata1: SATA link down (SStatus 0 SControl 300)
- [ 4.888772] usbcore: registered new interface driver usbfs
- [ 4.894334] usbcore: registered new interface driver hub
- [ 4.899768] usbcore: registered new device driver usb
- [ 4.963214] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
- [ 4.968789] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
- [ 4.976828] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
- [ 4.985662] xhci-hcd xhci-hcd.1.auto: irq 444, io mem 0x48890000
- [ 4.991860] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
- [ 4.998698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 5.005951] usb usb1: Product: xHCI Host Controller
- [ 5.010863] usb usb1: Manufacturer: Linux 4.1.13-gf0f52afb60 xhci-hcd
- [ 5.017329] usb usb1: SerialNumber: xhci-hcd.1.auto
- [ 5.022796] hub 1-0:1.0: USB hub found
- [ 5.026590] hub 1-0:1.0: 1 port detected
- [ 5.030882] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
- [ 5.036402] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
- [ 5.044188] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
- [ 5.052466] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
- [ 5.059332] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 5.066602] usb usb2: Product: xHCI Host Controller
- [ 5.071515] usb usb2: Manufacturer: Linux 4.1.13-gf0f52afb60 xhci-hcd
- [ 5.077996] usb usb2: SerialNumber: xhci-hcd.1.auto
- [ 5.083392] hub 2-0:1.0: USB hub found
- [ 5.087183] hub 2-0:1.0: 1 port detected
- [ 5.124890] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
- bootlogd: cannot allocate pseudo tty: No such file or directory
- [ 5.173057] random: dd urandom read with 81 bits of entropy available
- [ 5.347707] usb 1-1: new high-speed USB device number 2 using xhci-hcd
- [ 5.407702] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
- [ 5.427910] usb 2-1: New USB device found, idVendor=0451, idProduct=8046
- [ 5.434639] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 5.445670] hub 2-1:1.0: USB hub found
- [ 5.449528] hub 2-1:1.0: 4 ports detected
- [ 5.487948] usb 1-1: New USB device found, idVendor=0451, idProduct=8044
- [ 5.494676] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
- [ 5.501875] usb 1-1: SerialNumber: 77040859710D
- [ 5.525544] hub 1-1:1.0: USB hub found
- [ 5.529387] hub 1-1:1.0: 4 ports detected
- [ 5.827671] usb 1-1.2: new full-speed USB device number 3 using xhci-hcd
- [ 5.949097] usb 1-1.2: language id specifier not provided by device, defaulting to English
- [ 5.958025] usb 1-1.2: New USB device found, idVendor=04d8, idProduct=f724
- [ 5.964934] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
- [ 5.972301] usb 1-1.2: Product: HID Multi-touch
- [ 5.976852] usb 1-1.2: Manufacturer: Chalkboard Electronics
- [ 6.221486] usbcore: registered new interface driver usbhid
- [ 6.227089] usbhid: USB HID core driver
- [ 6.251517] input: Chalkboard Electronics HID Multi-touch as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:04D8:F724.0002/input/input1
- Thu Dec 17 22:44:45 UTC 2015
- INIT: Entering runlevel: 5[ 6.327954] hid-generic 0003:04D8:F724.0002: input: USB HID v1.11 Device [Chalkboard Electronics HID Multi-touch] on usb-xhci-hcd.1.auto-1.2/input1
- Configuring network interfaces... [ 6.423001] net eth0: initializing cpsw version 1.15 (0)
- [ 6.509323] net eth0: phy found : id is : 0x221622
- udhcpc (v1.23.1) started
- Sending discover...
- Sending discover...
- [ 12.078073] omapdss HDMI error: failed to power on device
- [ 12.084568] omapdss HDMI error: failed to power on device
- [ 12.137669] omapdrm omapdrm.0: atomic complete timeout (pipe 0)!
- Sending discover...
- No lease, forking to background
- done.
- /etc/init.d/rc: line 174: /etc/rc5.d/S08pvr-init: not found
- Starting syslogd/klogd: done
- _____ _____ _ _
- | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
- | | _| .'| . | . | | __| _| . | | | -_| _| _|
- |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
- |___| |___|
- Arago Project http://arago-project.org am57xx-evm /dev/ttyO2
- Arago 2015.12 am57xx-evm /dev/ttyO2
- am57xx-evm login: root
- root@am57xx-evm:~# modprobe omapdrm_pvr
- root@am57xx-evm:~# pvrsrvinit
- [ 117.940155] ------------[ cut here ]------------
- [ 117.944816] WARNING: CPU: 0 PID: 693 at /tisdk/build/arago-tmp-external-linaro-toolchain/work-shared/am57xx-evm/kernel-source/drivers/gpu/drm/omapdrm/omap_crtc.c:470 omap_crtc_atomic_flush+0x140/0x17c()
- [ 117.963308] Modules linked in: joydev hid_generic usbhid xhci_plat_hcd xhci_hcd usbcore dwc3 evdev udc_core snd_soc_omap_hdmi_audio snd_soc_simple_card leds_gpio extcon_palmas palmas_pwrbutton rtc_palmas phy_omap_usb2 rtc_ds1307 snd_soc_tlv320aic3x ahci_platform libahci_platform libahci omapdrm_pvr(O) libata omap_wdt ti_vpe ti_vpdma dwc3_omap rtc_omap omap_rng rng_core extcon_usb_gpio extcon omap_remoteproc remoteproc virtio virtio_ring
- [ 118.002751] CPU: 0 PID: 693 Comm: pvrsrvinit Tainted: G O 4.1.13-gf0f52afb60 #2
- [ 118.011250] Hardware name: Generic DRA74X (Flattened Device Tree)
- [ 118.017373] Backtrace:
- [ 118.019880] [<c0012f78>] (dump_backtrace) from [<c001319c>] (show_stack+0x18/0x1c)
- [ 118.027480] r7:c03e8920 r6:000001d6 r5:c08dfafc r4:00000000
- [ 118.033229] [<c0013184>] (show_stack) from [<c062e3e8>] (dump_stack+0x9c/0xdc)
- [ 118.040509] [<c062e34c>] (dump_stack) from [<c0039a38>] (warn_slowpath_common+0x88/0xb8)
- [ 118.048656] r5:00000009 r4:00000000
- [ 118.052270] [<c00399b0>] (warn_slowpath_common) from [<c0039b0c>] (warn_slowpath_null+0x24/0x2c)
- [ 118.061117] r8:c0685960 r7:00000000 r6:ed97ba00 r5:00000000 r4:ed92d400
- [ 118.067914] [<c0039ae8>] (warn_slowpath_null) from [<c03e8920>] (omap_crtc_atomic_flush+0x140/0x17c)
- [ 118.077095] [<c03e87e0>] (omap_crtc_atomic_flush) from [<c03bfe18>] (drm_atomic_helper_commit_planes+0x174/0x230)
- [ 118.087418] r7:00000000 r6:00000000 r5:00000000 r4:ec4c4840
- [ 118.093162] [<c03bfca4>] (drm_atomic_helper_commit_planes) from [<c03e6844>] (omap_atomic_complete+0x40/0x138)
- [ 118.103227] r9:ed92c500 r8:ec4c4380 r7:ed92c400 r6:ed97ba00 r5:ec4c4840 r4:ec4c4380
- [ 118.111109] [<c03e6804>] (omap_atomic_complete) from [<c03e6ad0>] (omap_atomic_commit+0x194/0x244)
- [ 118.120132] r9:ed92c500 r8:ed97baf4 r7:ed92c400 r6:ec4c4840 r5:ed97ba00 r4:ec4c4380
- [ 118.128011] [<c03e693c>] (omap_atomic_commit) from [<c03e4290>] (drm_atomic_commit+0x4c/0x6c)
- [ 118.136576] r10:ed92c434 r9:ed910180 r8:ed92d000 r7:00000000 r6:00000001 r5:ed92c400
- [ 118.144502] r4:ec4c4840
- [ 118.147057] [<c03e4244>] (drm_atomic_commit) from [<c03c191c>] (drm_atomic_helper_plane_set_property+0x98/0xc4)
- [ 118.157200] r5:ec4c4840 r4:00000000
- [ 118.160818] [<c03c1884>] (drm_atomic_helper_plane_set_property) from [<c03d3abc>] (drm_mode_plane_set_obj_prop+0x30/0x94)
- [ 118.171833] r9:ed157074 r8:ed92d000 r7:c03c1884 r6:ed910180 r5:00000000 r4:00000001
- [ 118.179662] [<c03d3a8c>] (drm_mode_plane_set_obj_prop) from [<c03c2a28>] (restore_fbdev_mode+0x64/0xfc)
- [ 118.189114] r9:ed157074 r8:c0941198 r7:ed8fa240 r6:ed92c400 r5:ed92c604 r4:ed92d000
- [ 118.196933] [<c03c29c4>] (restore_fbdev_mode) from [<c03c4580>] (drm_fb_helper_restore_fbdev_mode_unlocked+0x24/0x64)
- [ 118.207600] r10:ed92c434 r9:ed157074 r8:c0941198 r7:ed97ba3c r6:ed92c400 r5:ed92c400
- [ 118.215515] r4:ed8fa240
- [ 118.218090] [<c03c455c>] (drm_fb_helper_restore_fbdev_mode_unlocked) from [<c03e6698>] (dev_lastclose+0xc0/0x108)
- [ 118.228408] r7:ed97ba3c r6:ed92c400 r5:ed97ba00 r4:00000004
- [ 118.234126] [<c03e65d8>] (dev_lastclose) from [<c03c8ae0>] (drm_lastclose+0x3c/0x120)
- [ 118.242004] r9:ed157074 r8:ed729180 r7:ed92c400 r6:ed92c44c r5:c0941198 r4:ed92c400
- [ 118.249834] [<c03c8aa4>] (drm_lastclose) from [<c03c8ef4>] (drm_release+0x330/0x4d8)
- [ 118.257606] r7:ed92c400 r6:ed92c44c r5:ed157000 r4:ed157078
- [ 118.263345] [<c03c8bc4>] (drm_release) from [<c011f568>] (__fput+0x88/0x1d8)
- [ 118.270435] r10:ed157788 r9:00000008 r8:edc0a4c8 r7:ed492010 r6:00000000 r5:ed9821a8
- [ 118.278350] r4:ed157780
- [ 118.280904] [<c011f4e0>] (__fput) from [<c011f718>] (____fput+0x10/0x14)
- [ 118.287629] r10:00000000 r9:ec772000 r8:c000fb04 r7:ed54b200 r6:c090d7dc r5:00000000
- [ 118.295543] r4:ed54b608
- [ 118.298115] [<c011f708>] (____fput) from [<c0051e00>] (task_work_run+0xb8/0xf0)
- [ 118.305457] [<c0051d48>] (task_work_run) from [<c0012bc4>] (do_work_pending+0x88/0xb0)
- [ 118.313419] r7:ec772000 r6:c000fb04 r5:ec773fb0 r4:ec772010
- [ 118.319153] [<c0012b3c>] (do_work_pending) from [<c000f9ac>] (work_pending+0xc/0x20)
- [ 118.326926] r7:00000006 r6:00000000 r5:00000003 r4:00000001
- [ 118.332706] ---[ end trace 152e32cdeb1267e2 ]---
- [ 118.377663] omapdrm omapdrm.0: atomic complete timeout (pipe 0)!
- [ 118.384337] ------------[ cut here ]------------
- [ 118.389076] WARNING: CPU: 1 PID: 693 at /tisdk/build/arago-tmp-external-linaro-toolchain/work-shared/am57xx-evm/kernel-source/drivers/gpu/drm/omapdrm/omap_crtc.c:470 omap_crtc_atomic_flush+0x140/0x17c()
- [ 118.407500] Modules linked in: joydev hid_generic usbhid xhci_plat_hcd xhci_hcd usbcore dwc3 evdev udc_core snd_soc_omap_hdmi_audio snd_soc_simple_card leds_gpio extcon_palmas palmas_pwrbutton rtc_palmas phy_omap_usb2 rtc_ds1307 snd_soc_tlv320aic3x ahci_platform libahci_platform libahci omapdrm_pvr(O) libata omap_wdt ti_vpe ti_vpdma dwc3_omap rtc_omap omap_rng rng_core extcon_usb_gpio extcon omap_remoteproc remoteproc virtio virtio_ring
- [ 118.446650] CPU: 1 PID: 693 Comm: pvrsrvinit Tainted: G W O 4.1.13-gf0f52afb60 #2
- [ 118.455136] Hardware name: Generic DRA74X (Flattened Device Tree)
- [ 118.461260] Backtrace:
- [ 118.463723] [<c0012f78>] (dump_backtrace) from [<c001319c>] (show_stack+0x18/0x1c)
- [ 118.471332] r7:c03e8920 r6:000001d6 r5:c08dfafc r4:00000000
- [ 118.477043] [<c0013184>] (show_stack) from [<c062e3e8>] (dump_stack+0x9c/0xdc)
- [ 118.484306] [<c062e34c>] (dump_stack) from [<c0039a38>] (warn_slowpath_common+0x88/0xb8)
- [ 118.492439] r5:00000009 r4:00000000
- [ 118.496042] [<c00399b0>] (warn_slowpath_common) from [<c0039b0c>] (warn_slowpath_null+0x24/0x2c)
- [ 118.504870] r8:c0685960 r7:00000000 r6:ed97ba00 r5:00000000 r4:ed92d400
- [ 118.511643] [<c0039ae8>] (warn_slowpath_null) from [<c03e8920>] (omap_crtc_atomic_flush+0x140/0x17c)
- [ 118.520837] [<c03e87e0>] (omap_crtc_atomic_flush) from [<c03bfe18>] (drm_atomic_helper_commit_planes+0x174/0x230)
- [ 118.531150] r7:00000000 r6:00000000 r5:00000000 r4:ec4ddc80
- [ 118.536858] [<c03bfca4>] (drm_atomic_helper_commit_planes) from [<c03e6844>] (omap_atomic_complete+0x40/0x138)
- [ 118.546912] r9:ed92c500 r8:ec4ddb40 r7:ed92c400 r6:ed97ba00 r5:ec4ddc80 r4:ec4ddb40
- [ 118.554730] [<c03e6804>] (omap_atomic_complete) from [<c03e6ad0>] (omap_atomic_commit+0x194/0x244)
- [ 118.563734] r9:ed92c500 r8:ed97baf4 r7:ed92c400 r6:ec4ddc80 r5:ed97ba00 r4:ec4ddb40
- [ 118.571555] [<c03e693c>] (omap_atomic_commit) from [<c03e4290>] (drm_atomic_commit+0x4c/0x6c)
- [ 118.580125] r10:00000000 r9:00000000 r8:00000001 r7:ed92d400 r6:00000002 r5:ed92c400
- [ 118.588029] r4:ec4ddc80
- [ 118.590578] [<c03e4244>] (drm_atomic_commit) from [<c03c1570>] (drm_atomic_helper_set_config+0x1b0/0x400)
- [ 118.600194] r5:ed910880 r4:ec4ddc80
- [ 118.603796] [<c03c13c0>] (drm_atomic_helper_set_config) from [<c03d3c84>] (drm_mode_set_config_internal+0x60/0xdc)
- [ 118.614195] r10:00000000 r9:00000000 r8:00000001 r7:ed8fa240 r6:00000028 r5:ed92d400
- [ 118.622098] r4:ed902800
- [ 118.624646] [<c03d3c24>] (drm_mode_set_config_internal) from [<c03c2aa0>] (restore_fbdev_mode+0xdc/0xfc)
- [ 118.634173] r7:ed8fa240 r6:00000028 r5:00000000 r4:ed910880
- [ 118.639897] [<c03c29c4>] (restore_fbdev_mode) from [<c03c4580>] (drm_fb_helper_restore_fbdev_mode_unlocked+0x24/0x64)
- [ 118.650559] r10:ed92c434 r9:ed157074 r8:c0941198 r7:ed97ba3c r6:ed92c400 r5:ed92c400
- [ 118.658457] r4:ed8fa240
- [ 118.661008] [<c03c455c>] (drm_fb_helper_restore_fbdev_mode_unlocked) from [<c03e6698>] (dev_lastclose+0xc0/0x108)
- [ 118.671320] r7:ed97ba3c r6:ed92c400 r5:ed97ba00 r4:00000004
- [ 118.677028] [<c03e65d8>] (dev_lastclose) from [<c03c8ae0>] (drm_lastclose+0x3c/0x120)
- [ 118.684901] r9:ed157074 r8:ed729180 r7:ed92c400 r6:ed92c44c r5:c0941198 r4:ed92c400
- [ 118.692713] [<c03c8aa4>] (drm_lastclose) from [<c03c8ef4>] (drm_release+0x330/0x4d8)
- [ 118.700496] r7:ed92c400 r6:ed92c44c r5:ed157000 r4:ed157078
- [ 118.706205] [<c03c8bc4>] (drm_release) from [<c011f568>] (__fput+0x88/0x1d8)
- [ 118.713291] r10:ed157788 r9:00000008 r8:edc0a4c8 r7:ed492010 r6:00000000 r5:ed9821a8
- [ 118.721196] r4:ed157780
- [ 118.723744] [<c011f4e0>] (__fput) from [<c011f718>] (____fput+0x10/0x14)
- [ 118.730480] r10:00000000 r9:ec772000 r8:c000fb04 r7:ed54b200 r6:c090d7dc r5:00000000
- [ 118.738378] r4:ed54b608
- [ 118.740927] [<c011f708>] (____fput) from [<c0051e00>] (task_work_run+0xb8/0xf0)
- [ 118.748278] [<c0051d48>] (task_work_run) from [<c0012bc4>] (do_work_pending+0x88/0xb0)
- [ 118.756227] r7:ec772000 r6:c000fb04 r5:ec773fb0 r4:ec772010
- [ 118.761945] [<c0012b3c>] (do_work_pending) from [<c000f9ac>] (work_pending+0xc/0x20)
- [ 118.769733] r7:00000006 r6:00000000 r5:00000003 r4:00000001
- [ 118.775455] ---[ end trace 152e32cdeb1267e3 ]---
- [ 118.827655] omapdrm omapdrm.0: atomic complete timeout (pipe 0)!
- [ 118.837535] ------------[ cut here ]------------
- [ 118.842287] WARNING: CPU: 0 PID: 693 at /tisdk/build/arago-tmp-external-linaro-toolchain/work-shared/am57xx-evm/kernel-source/drivers/gpu/drm/omapdrm/omap_crtc.c:470 omap_crtc_atomic_flush+0x140/0x17c()
- [ 118.860711] Modules linked in: joydev hid_generic usbhid xhci_plat_hcd xhci_hcd usbcore dwc3 evdev udc_core snd_soc_omap_hdmi_audio snd_soc_simple_card leds_gpio extcon_palmas palmas_pwrbutton rtc_palmas phy_omap_usb2 rtc_ds1307 snd_soc_tlv320aic3x ahci_platform libahci_platform libahci omapdrm_pvr(O) libata omap_wdt ti_vpe ti_vpdma dwc3_omap rtc_omap omap_rng rng_core extcon_usb_gpio extcon omap_remoteproc remoteproc virtio virtio_ring
- [ 118.899838] CPU: 0 PID: 693 Comm: pvrsrvinit Tainted: G W O 4.1.13-gf0f52afb60 #2
- [ 118.908319] Hardware name: Generic DRA74X (Flattened Device Tree)
- [ 118.914433] Backtrace:
- [ 118.916897] [<c0012f78>] (dump_backtrace) from [<c001319c>] (show_stack+0x18/0x1c)
- [ 118.924505] r7:c03e8920 r6:000001d6 r5:c08dfafc r4:00000000
- [ 118.930230] [<c0013184>] (show_stack) from [<c062e3e8>] (dump_stack+0x9c/0xdc)
- [ 118.937482] [<c062e34c>] (dump_stack) from [<c0039a38>] (warn_slowpath_common+0x88/0xb8)
- [ 118.945612] r5:00000009 r4:00000000
- [ 118.949228] [<c00399b0>] (warn_slowpath_common) from [<c0039b0c>] (warn_slowpath_null+0x24/0x2c)
- [ 118.958059] r8:c0685960 r7:00000000 r6:ed97ba00 r5:00000000 r4:ed92d400
- [ 118.964817] [<c0039ae8>] (warn_slowpath_null) from [<c03e8920>] (omap_crtc_atomic_flush+0x140/0x17c)
- [ 118.974002] [<c03e87e0>] (omap_crtc_atomic_flush) from [<c03bfe18>] (drm_atomic_helper_commit_planes+0x174/0x230)
- [ 118.984316] r7:00000000 r6:00000000 r5:00000000 r4:ec6c1500
- [ 118.990039] [<c03bfca4>] (drm_atomic_helper_commit_planes) from [<c03e6844>] (omap_atomic_complete+0x40/0x138)
- [ 119.000094] r9:ed92c500 r8:ec6c1ac0 r7:ed92c400 r6:ed97ba00 r5:ec6c1500 r4:ec6c1ac0
- [ 119.007907] [<c03e6804>] (omap_atomic_complete) from [<c03e6ad0>] (omap_atomic_commit+0x194/0x244)
- [ 119.016898] r9:ed92c500 r8:ed97baf4 r7:ed92c400 r6:ec6c1500 r5:ed97ba00 r4:ec6c1ac0
- [ 119.024718] [<c03e693c>] (omap_atomic_commit) from [<c03e4290>] (drm_atomic_commit+0x4c/0x6c)
- [ 119.033290] r10:ed92c434 r9:ed910180 r8:ed92d000 r7:00000000 r6:00000001 r5:ed92c400
- [ 119.041200] r4:ec6c1500
- [ 119.043747] [<c03e4244>] (drm_atomic_commit) from [<c03c191c>] (drm_atomic_helper_plane_set_property+0x98/0xc4)
- [ 119.053890] r5:ec6c1500 r4:00000000
- [ 119.057492] [<c03c1884>] (drm_atomic_helper_plane_set_property) from [<c03d3abc>] (drm_mode_plane_set_obj_prop+0x30/0x94)
- [ 119.068503] r9:ed157134 r8:ed92d000 r7:c03c1884 r6:ed910180 r5:00000000 r4:00000001
- [ 119.076311] [<c03d3a8c>] (drm_mode_plane_set_obj_prop) from [<c03c2a28>] (restore_fbdev_mode+0x64/0xfc)
- [ 119.085751] r9:ed157134 r8:c0941198 r7:ed8fa240 r6:ed92c400 r5:ed92c604 r4:ed92d000
- [ 119.093568] [<c03c29c4>] (restore_fbdev_mode) from [<c03c4580>] (drm_fb_helper_restore_fbdev_mode_unlocked+0x24/0x64)
- [ 119.104227] r10:ed92c434 r9:ed157134 r8:c0941198 r7:ed97ba3c r6:ed92c400 r5:ed92c400
- [ 119.112127] r4:ed8fa240
- [ 119.114675] [<c03c455c>] (drm_fb_helper_restore_fbdev_mode_unlocked) from [<c03e6698>] (dev_lastclose+0xc0/0x108)
- [ 119.124988] r7:ed97ba3c r6:ed92c400 r5:ed97ba00 r4:00000004
- [ 119.130704] [<c03e65d8>] (dev_lastclose) from [<c03c8ae0>] (drm_lastclose+0x3c/0x120)
- [ 119.138574] r9:ed157134 r8:ed729b00 r7:ed92c400 r6:ed92c44c r5:c0941198 r4:ed92c400
- [ 119.146379] [<c03c8aa4>] (drm_lastclose) from [<c03c8ef4>] (drm_release+0x330/0x4d8)
- [ 119.154165] r7:ed92c400 r6:ed92c44c r5:ed1570c0 r4:ed157138
- [ 119.159893] [<c03c8bc4>] (drm_release) from [<c011f568>] (__fput+0x88/0x1d8)
- [ 119.166966] r10:ed157d88 r9:00000008 r8:edc0a4c8 r7:ed492010 r6:00000000 r5:ed9821a8
- [ 119.174865] r4:ed157d80
- [ 119.177413] [<c011f4e0>] (__fput) from [<c011f718>] (____fput+0x10/0x14)
- [ 119.184148] r10:00000000 r9:ec772000 r8:c000fb04 r7:ed54b200 r6:c090d7dc r5:00000000
- [ 119.192048] r4:ed54b608
- [ 119.194597] [<c011f708>] (____fput) from [<c0051e00>] (task_work_run+0xb8/0xf0)
- [ 119.201951] [<c0051d48>] (task_work_run) from [<c0012bc4>] (do_work_pending+0x88/0xb0)
- [ 119.209911] r7:ec772000 r6:c000fb04 r5:ec773fb0 r4:ec772010
- [ 119.215618] [<c0012b3c>] (do_work_pending) from [<c000f9ac>] (work_pending+0xc/0x20)
- [ 119.223401] r7:00000006 r6:0000e200 r5:00000003 r4:00011a38
- [ 119.229136] ---[ end trace 152e32cdeb1267e4 ]---
- [ 119.277659] omapdrm omapdrm.0: atomic complete timeout (pipe 0)!
- [ 119.284325] ------------[ cut here ]------------
- [ 119.289061] WARNING: CPU: 1 PID: 693 at /tisdk/build/arago-tmp-external-linaro-toolchain/work-shared/am57xx-evm/kernel-source/drivers/gpu/drm/omapdrm/omap_crtc.c:470 omap_crtc_atomic_flush+0x140/0x17c()
- [ 119.307504] Modules linked in: joydev hid_generic usbhid xhci_plat_hcd xhci_hcd usbcore dwc3 evdev udc_core snd_soc_omap_hdmi_audio snd_soc_simple_card leds_gpio extcon_palmas palmas_pwrbutton rtc_palmas phy_omap_usb2 rtc_ds1307 snd_soc_tlv320aic3x ahci_platform libahci_platform libahci omapdrm_pvr(O) libata omap_wdt ti_vpe ti_vpdma dwc3_omap rtc_omap omap_rng rng_core extcon_usb_gpio extcon omap_remoteproc remoteproc virtio virtio_ring
- [ 119.346724] CPU: 1 PID: 693 Comm: pvrsrvinit Tainted: G W O 4.1.13-gf0f52afb60 #2
- [ 119.355212] Hardware name: Generic DRA74X (Flattened Device Tree)
- [ 119.361335] Backtrace:
- [ 119.363798] [<c0012f78>] (dump_backtrace) from [<c001319c>] (show_stack+0x18/0x1c)
- [ 119.371406] r7:c03e8920 r6:000001d6 r5:c08dfafc r4:00000000
- [ 119.377124] [<c0013184>] (show_stack) from [<c062e3e8>] (dump_stack+0x9c/0xdc)
- [ 119.384390] [<c062e34c>] (dump_stack) from [<c0039a38>] (warn_slowpath_common+0x88/0xb8)
- [ 119.392523] r5:00000009 r4:00000000
- [ 119.396127] [<c00399b0>] (warn_slowpath_common) from [<c0039b0c>] (warn_slowpath_null+0x24/0x2c)
- [ 119.404961] r8:c0685960 r7:00000000 r6:ed97ba00 r5:00000000 r4:ed92d400
- [ 119.411731] [<c0039ae8>] (warn_slowpath_null) from [<c03e8920>] (omap_crtc_atomic_flush+0x140/0x17c)
- [ 119.420915] [<c03e87e0>] (omap_crtc_atomic_flush) from [<c03bfe18>] (drm_atomic_helper_commit_planes+0x174/0x230)
- [ 119.431229] r7:00000000 r6:00000000 r5:00000000 r4:ec4ddc00
- [ 119.436938] [<c03bfca4>] (drm_atomic_helper_commit_planes) from [<c03e6844>] (omap_atomic_complete+0x40/0x138)
- [ 119.446992] r9:ed92c500 r8:ec4ddd40 r7:ed92c400 r6:ed97ba00 r5:ec4ddc00 r4:ec4ddd40
- [ 119.454808] [<c03e6804>] (omap_atomic_complete) from [<c03e6ad0>] (omap_atomic_commit+0x194/0x244)
- [ 119.463811] r9:ed92c500 r8:ed97baf4 r7:ed92c400 r6:ec4ddc00 r5:ed97ba00 r4:ec4ddd40
- [ 119.471629] [<c03e693c>] (omap_atomic_commit) from [<c03e4290>] (drm_atomic_commit+0x4c/0x6c)
- [ 119.480196] r10:00000000 r9:00000000 r8:00000001 r7:ed92d400 r6:00000002 r5:ed92c400
- [ 119.488096] r4:ec4ddc00
- [ 119.490644] [<c03e4244>] (drm_atomic_commit) from [<c03c1570>] (drm_atomic_helper_set_config+0x1b0/0x400)
- [ 119.500256] r5:ed910880 r4:ec4ddc00
- [ 119.503858] [<c03c13c0>] (drm_atomic_helper_set_config) from [<c03d3c84>] (drm_mode_set_config_internal+0x60/0xdc)
- [ 119.514256] r10:00000000 r9:00000000 r8:00000001 r7:ed8fa240 r6:00000028 r5:ed92d400
- [ 119.522161] r4:ed902800
- [ 119.524708] [<c03d3c24>] (drm_mode_set_config_internal) from [<c03c2aa0>] (restore_fbdev_mode+0xdc/0xfc)
- [ 119.534249] r7:ed8fa240 r6:00000028 r5:00000000 r4:ed910880
- [ 119.539974] [<c03c29c4>] (restore_fbdev_mode) from [<c03c4580>] (drm_fb_helper_restore_fbdev_mode_unlocked+0x24/0x64)
- [ 119.550636] r10:ed92c434 r9:ed157134 r8:c0941198 r7:ed97ba3c r6:ed92c400 r5:ed92c400
- [ 119.558537] r4:ed8fa240
- [ 119.561091] [<c03c455c>] (drm_fb_helper_restore_fbdev_mode_unlocked) from [<c03e6698>] (dev_lastclose+0xc0/0x108)
- [ 119.571403] r7:ed97ba3c r6:ed92c400 r5:ed97ba00 r4:00000004
- [ 119.577113] [<c03e65d8>] (dev_lastclose) from [<c03c8ae0>] (drm_lastclose+0x3c/0x120)
- [ 119.584985] r9:ed157134 r8:ed729b00 r7:ed92c400 r6:ed92c44c r5:c0941198 r4:ed92c400
- [ 119.592800] [<c03c8aa4>] (drm_lastclose) from [<c03c8ef4>] (drm_release+0x330/0x4d8)
- [ 119.600582] r7:ed92c400 r6:ed92c44c r5:ed1570c0 r4:ed157138
- [ 119.606293] [<c03c8bc4>] (drm_release) from [<c011f568>] (__fput+0x88/0x1d8)
- [ 119.613378] r10:ed157d88 r9:00000008 r8:edc0a4c8 r7:ed492010 r6:00000000 r5:ed9821a8
- [ 119.621283] r4:ed157d80
- [ 119.623831] [<c011f4e0>] (__fput) from [<c011f718>] (____fput+0x10/0x14)
- [ 119.630568] r10:00000000 r9:ec772000 r8:c000fb04 r7:ed54b200 r6:c090d7dc r5:00000000
- [ 119.638467] r4:ed54b608
- [ 119.641019] [<c011f708>] (____fput) from [<c0051e00>] (task_work_run+0xb8/0xf0)
- [ 119.648370] [<c0051d48>] (task_work_run) from [<c0012bc4>] (do_work_pending+0x88/0xb0)
- [ 119.656320] r7:ec772000 r6:c000fb04 r5:ec773fb0 r4:ec772010
- [ 119.662039] [<c0012b3c>] (do_work_pending) from [<c000f9ac>] (work_pending+0xc/0x20)
- [ 119.669827] r7:00000006 r6:0000e200 r5:00000003 r4:00011a38
- [ 119.675548] ---[ end trace 152e32cdeb1267e5 ]---
- [ 119.727660] omapdrm omapdrm.0: atomic complete timeout (pipe 0)!
- root@am57xx-evm:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement