Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.50 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Initializing cgroup subsys cpu
  3. [ 0.000000] Linux version 3.14.18-gite29980c36939818c225a233284535cff73d9ed53 (buildbot@ip-10-228-35-177) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #2 SMP Tue Sep 16 17:34:40 UTC 2014
  4. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] Machine model: TI AM335x BeagleBone Black
  7. [ 0.000000] cma: CMA: reserved 24 MiB at 9d800000
  8. [ 0.000000] Memory policy: Data cache writeback
  9. [ 0.000000] On node 0 totalpages: 130560
  10. [ 0.000000] free_area_init_node: node 0, pgdat c0c76280, node_mem_map df9ee000
  11. [ 0.000000] Normal zone: 1024 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
  14. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  15. [ 0.000000] AM335X ES2.0 (sgx neon )
  16. [ 0.000000] PERCPU: Embedded 10 pages/cpu @df9bc000 s16640 r8192 d16128 u40960
  17. [ 0.000000] pcpu-alloc: s16640 r8192 d16128 u40960 alloc=10*4096
  18. [ 0.000000] pcpu-alloc: [0] 0
  19. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129536
  20. [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro fixrtc rootfstype=ext4 rootwait quiet init=/lib/systemd/systemd
  21. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  22. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  23. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  24. [ 0.000000] Memory: 471968K/522240K available (8298K kernel code, 761K rwdata, 3304K rodata, 464K init, 5760K bss, 50272K reserved, 0K highmem)
  25. [ 0.000000] Virtual kernel memory layout:
  26. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  27. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  28. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  29. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  30. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  31. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  32. [ 0.000000] .text : 0xc0008000 - 0xc0b5cbc0 (11603 kB)
  33. [ 0.000000] .init : 0xc0b5d000 - 0xc0bd1100 ( 465 kB)
  34. [ 0.000000] .data : 0xc0bd2000 - 0xc0c90500 ( 762 kB)
  35. [ 0.000000] .bss : 0xc0c90500 - 0xc1230598 (5761 kB)
  36. [ 0.000000] Hierarchical RCU implementation.
  37. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  38. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  39. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  40. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  41. [ 0.000000] Total of 128 interrupts on 1 active controller
  42. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  43. [ 0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  44. [ 0.000067] OMAP clocksource: timer1 at 24000000 Hz
  45. [ 0.000829] Console: colour dummy device 80x30
  46. [ 0.001028] console [tty0] enabled
  47. [ 0.001044] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  48. [ 0.001051] ... MAX_LOCKDEP_SUBCLASSES: 8
  49. [ 0.001058] ... MAX_LOCK_DEPTH: 48
  50. [ 0.001065] ... MAX_LOCKDEP_KEYS: 8191
  51. [ 0.001072] ... CLASSHASH_SIZE: 4096
  52. [ 0.001079] ... MAX_LOCKDEP_ENTRIES: 16384
  53. [ 0.001085] ... MAX_LOCKDEP_CHAINS: 32768
  54. [ 0.001092] ... CHAINHASH_SIZE: 16384
  55. [ 0.001099] memory used by lock dependency info: 3695 kB
  56. [ 0.001106] per task-struct memory footprint: 1152 bytes
  57. [ 0.001151] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
  58. [ 0.078869] pid_max: default: 32768 minimum: 301
  59. [ 0.079214] Security Framework initialized
  60. [ 0.079360] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  61. [ 0.079373] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  62. [ 0.122364] Initializing cgroup subsys net_cls
  63. [ 0.122545] CPU: Testing write buffer coherency: ok
  64. [ 0.123781] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  65. [ 0.123846] Setting up static identity map for 0x807e16e8 - 0x807e1740
  66. [ 0.130021] Brought up 1 CPUs
  67. [ 0.130045] SMP: Total of 1 processors activated.
  68. [ 0.130054] CPU: All CPU(s) started in SVC mode.
  69. [ 0.132963] devtmpfs: initialized
  70. [ 0.141319] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  71. [ 0.177744] omap_hwmod: tptc0 using broken dt data from edma
  72. [ 0.178093] omap_hwmod: tptc1 using broken dt data from edma
  73. [ 0.178422] omap_hwmod: tptc2 using broken dt data from edma
  74. [ 0.185918] omap_hwmod: debugss: _wait_target_disable failed
  75. [ 0.244797] xor: measuring software checksum speed
  76. [ 0.338831] arm4regs : 1243.600 MB/sec
  77. [ 0.438826] 8regs : 1112.000 MB/sec
  78. [ 0.538828] 32regs : 864.400 MB/sec
  79. [ 0.638832] neon : 1810.400 MB/sec
  80. [ 0.638843] xor: using function: neon (1810.400 MB/sec)
  81. [ 0.638865] pinctrl core: initialized pinctrl subsystem
  82. [ 0.641379] regulator-dummy: no parameters
  83. [ 0.644229] NET: Registered protocol family 16
  84. [ 0.649783] DMA: preallocated 256 KiB pool for atomic coherent allocations
  85. [ 0.651324] cpuidle: using governor ladder
  86. [ 0.651344] cpuidle: using governor menu
  87. [ 0.658661] syscon 44e10000.syscon: regmap [mem 0x44e10000-0x44e107ff] registered
  88. [ 0.659762] platform 49000000.edma: alias fck already exists
  89. [ 0.659793] platform 49000000.edma: alias fck already exists
  90. [ 0.659811] platform 49000000.edma: alias fck already exists
  91. [ 0.662591] OMAP GPIO hardware version 0.1
  92. [ 0.691771] No ATAGs?
  93. [ 0.691797] hw-breakpoint: debug architecture 0x4 unsupported.
  94. [ 0.711487] bio: create slab <bio-0> at 0
  95. [ 0.878939] raid6: int32x1 205 MB/s
  96. [ 1.048832] raid6: int32x2 267 MB/s
  97. [ 1.219016] raid6: int32x4 232 MB/s
  98. [ 1.389003] raid6: int32x8 187 MB/s
  99. [ 1.558861] raid6: neonx1 1454 MB/s
  100. [ 1.728832] raid6: neonx2 1869 MB/s
  101. [ 1.898841] raid6: neonx4 1356 MB/s
  102. [ 2.068940] raid6: neonx8 421 MB/s
  103. [ 2.068950] raid6: using algorithm neonx2 (1869 MB/s)
  104. [ 2.068959] raid6: using intx1 recovery algorithm
  105. [ 2.085346] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  106. [ 2.086785] vbat: 5000 mV
  107. [ 2.087453] vmmcsd_fixed: 3300 mV
  108. [ 2.091005] i2c-core: driver [palmas] using legacy suspend method
  109. [ 2.091021] i2c-core: driver [palmas] using legacy resume method
  110. [ 2.091623] SCSI subsystem initialized
  111. [ 2.091871] libata version 3.00 loaded.
  112. [ 2.092462] usbcore: registered new interface driver usbfs
  113. [ 2.092592] usbcore: registered new interface driver hub
  114. [ 2.093534] usbcore: registered new device driver usb
  115. [ 2.094769] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
  116. [ 2.094808] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
  117. [ 2.094864] omap_i2c 4819c000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c2_pins, deferring probe
  118. [ 2.094887] platform 4819c000.i2c: Driver omap_i2c requests probe deferral
  119. [ 2.095247] pps_core: LinuxPPS API ver. 1 registered
  120. [ 2.095257] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  121. [ 2.095299] PTP clock support registered
  122. [ 2.097232] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  123. [ 2.103254] Switched to clocksource timer1
  124. [ 2.291947] NET: Registered protocol family 2
  125. [ 2.294007] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  126. [ 2.294187] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
  127. [ 2.295525] TCP: Hash tables configured (established 4096 bind 4096)
  128. [ 2.295691] TCP: reno registered
  129. [ 2.295717] UDP hash table entries: 256 (order: 2, 20480 bytes)
  130. [ 2.295903] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  131. [ 2.296994] NET: Registered protocol family 1
  132. [ 2.298440] RPC: Registered named UNIX socket transport module.
  133. [ 2.298462] RPC: Registered udp transport module.
  134. [ 2.298471] RPC: Registered tcp transport module.
  135. [ 2.298480] RPC: Registered tcp NFSv4.1 backchannel transport module.
  136. [ 2.299892] Trying to unpack rootfs image as initramfs...
  137. [ 2.456384] Freeing initrd memory: 2256K (df3f5000 - df629000)
  138. [ 2.456798] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  139. [ 2.461017] futex hash table entries: 256 (order: 2, 16384 bytes)
  140. [ 2.645148] VFS: Disk quotas dquot_6.5.2
  141. [ 2.645357] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  142. [ 2.647351] NFS: Registering the id_resolver key type
  143. [ 2.647745] Key type id_resolver registered
  144. [ 2.647763] Key type id_legacy registered
  145. [ 2.648340] fuse init (API version 7.22)
  146. [ 2.648761] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
  147. [ 2.650141] msgmni has been set to 974
  148. [ 2.655879] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  149. [ 2.656031] io scheduler noop registered
  150. [ 2.656043] io scheduler deadline registered
  151. [ 2.656103] io scheduler cfq registered (default)
  152. [ 2.658847] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  153. [ 2.665513] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  154. [ 2.670697] omap_uart 44e09000.serial: no wakeirq for uart0
  155. [ 2.671232] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
  156. [ 2.672163] console [ttyO0] enabled
  157. [ 2.675547] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  158. [ 2.676190] [drm] Initialized drm 1.1.0 20060810
  159. [ 2.693342] brd: module loaded
  160. [ 2.703936] loop: module loaded
  161. [ 2.704492] (hci_tty): inside hci_tty_init
  162. [ 2.705138] (hci_tty): allocated 248, 0
  163. [ 2.724135] pinctrl-single 44e10800.pinmux: pin 44e109b4.0 already requested by 44e10800.pinmux; cannot claim for P9_41_pinmux.37
  164. [ 2.736486] pinctrl-single 44e10800.pinmux: pin-109 (P9_41_pinmux.37) status -22
  165. [ 2.744335] pinctrl-single 44e10800.pinmux: could not request pin 109 (44e109b4.0) from group pinmux_P9_41_default_pin on device pinctrl-single
  166. [ 2.757982] bone-pinmux-helper P9_41_pinmux.37: Error applying setting, reverse things back
  167. [ 2.767754] pinctrl-single 44e10800.pinmux: pin 44e109b4.0 already requested by 44e10800.pinmux; cannot claim for P9_41_pinmux.37
  168. [ 2.780073] pinctrl-single 44e10800.pinmux: pin-109 (P9_41_pinmux.37) status -22
  169. [ 2.787881] pinctrl-single 44e10800.pinmux: could not request pin 109 (44e109b4.0) from group pinmux_P9_41_default_pin on device pinctrl-single
  170. [ 2.801523] bone-pinmux-helper P9_41_pinmux.37: Error applying setting, reverse things back
  171. [ 2.810326] bone-pinmux-helper P9_41_pinmux.37: Failed to select default state
  172. [ 2.818054] bone-pinmux-helper: probe of P9_41_pinmux.37 failed with error -22
  173. [ 2.824524] mtdoops: mtd device (mtddev=name/number) must be supplied
  174. [ 2.835608] usbcore: registered new interface driver asix
  175. [ 2.835735] usbcore: registered new interface driver ax88179_178a
  176. [ 2.835825] usbcore: registered new interface driver cdc_ether
  177. [ 2.835971] usbcore: registered new interface driver smsc95xx
  178. [ 2.836060] usbcore: registered new interface driver net1080
  179. [ 2.836149] usbcore: registered new interface driver cdc_subset
  180. [ 2.836237] usbcore: registered new interface driver zaurus
  181. [ 2.836407] usbcore: registered new interface driver cdc_ncm
  182. [ 2.837330] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  183. [ 2.837392] ehci-omap: OMAP-EHCI Host Controller driver
  184. [ 2.838209] usbcore: registered new interface driver cdc_wdm
  185. [ 2.838344] usbcore: registered new interface driver usb-storage
  186. [ 2.841917] 47401300.usb-phy supply vcc not found, using dummy regulator
  187. [ 2.847011] musb-hdrc musb-hdrc.0.auto: Failed to request rx1.
  188. [ 2.853697] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
  189. [ 2.861937] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
  190. [ 2.863453] 47401b00.usb-phy supply vcc not found, using dummy regulator
  191. [ 2.867087] musb-hdrc musb-hdrc.1.auto: Failed to request rx1.
  192. [ 2.873530] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
  193. [ 2.881759] platform musb-hdrc.1.auto: Driver musb-hdrc requests probe deferral
  194. [ 2.900883] mousedev: PS/2 mouse device common for all mice
  195. [ 2.903962] i2c-core: driver [rtc-ds1307] using legacy suspend method
  196. [ 2.903982] i2c-core: driver [rtc-ds1307] using legacy resume method
  197. [ 2.906074] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  198. [ 2.906162] 44e3e000.rtc: already running
  199. [ 2.907338] i2c /dev entries driver
  200. [ 2.907422] Driver for 1-wire Dallas network protocol.
  201. [ 2.910743] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  202. [ 2.913082] pinctrl-single 44e10800.pinmux: pin 44e109a0.0 already requested by P9_92_pinmux.40; cannot claim for 48060000.mmc
  203. [ 2.925266] pinctrl-single 44e10800.pinmux: pin-104 (48060000.mmc) status -22
  204. [ 2.932774] pinctrl-single 44e10800.pinmux: could not request pin 104 (44e109a0.0) from group pinmux_mmc1_pins on device pinctrl-single
  205. [ 2.945721] omap_hsmmc 48060000.mmc: Error applying setting, reverse things back
  206. [ 2.976168] pinctrl-single 44e10800.pinmux: pin 44e109a0.0 already requested by P9_92_pinmux.40; cannot claim for 48060000.mmc
  207. [ 2.988336] pinctrl-single 44e10800.pinmux: pin-104 (48060000.mmc) status -22
  208. [ 2.995882] pinctrl-single 44e10800.pinmux: could not request pin 104 (44e109a0.0) from group pinmux_mmc1_pins on device pinctrl-single
  209. [ 3.008815] omap_hsmmc 48060000.mmc: Error applying setting, reverse things back
  210. [ 3.016683] omap_hsmmc 48060000.mmc: pins are not configured from the driver
  211. [ 3.091206] mmc0: host does not support reading read-only switch. assuming write-enable.
  212. [ 3.097203] ledtrig-cpu: registered to indicate activity on CPUs
  213. [ 3.097874] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  214. [ 3.098924] mmc0: new high speed SDHC card at address 1234
  215. [ 3.101499] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  216. [ 3.107359] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  217. [ 3.108129] mmcblk0: p1 p2
  218. [ 3.117436] hidraw: raw HID events driver (C) Jiri Kosina
  219. [ 3.119148] usbcore: registered new interface driver usbhid
  220. [ 3.119160] usbhid: USB HID core driver
  221. [ 3.120840] remoteproc0: wkup_m3 is available
  222. [ 3.120861] remoteproc0: Note: remoteproc is still under development and considered experimental.
  223. [ 3.120871] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  224. [ 3.123143] pruss-rproc 4a300000.pruss: 8 PRU interrupts parsed
  225. [ 3.123376] pruss-rproc 4a300000.pruss: memory dram0: pa 0x4a300000 size 0x2000 va e0854000
  226. [ 3.123409] pruss-rproc 4a300000.pruss: memory dram1: pa 0x4a302000 size 0x2000 va e0874000
  227. [ 3.123435] pruss-rproc 4a300000.pruss: memory shrdram2: pa 0x4a310000 size 0x3000 va e0878000
  228. [ 3.123486] pruss-rproc 4a300000.pruss: memory intc: pa 0x4a320000 size 0x2000 va e087c000
  229. [ 3.123514] pruss-rproc 4a300000.pruss: memory cfg: pa 0x4a326000 size 0x2000 va e0880000
  230. [ 3.123799] pruss-rproc 4a300000.pruss: creating platform devices for PRU cores
  231. [ 3.126512] pru-rproc 4a334000.pru0: memory iram: pa 0x4a334000 size 0x2000 va e0884000
  232. [ 3.126556] pru-rproc 4a334000.pru0: memory control: pa 0x4a322000 size 0x400 va e085e000
  233. [ 3.126583] pru-rproc 4a334000.pru0: memory debug: pa 0x4a322400 size 0x100 va e0872400
  234. [ 3.127518] remoteproc1: 4a334000.pru0 is available
  235. [ 3.127538] remoteproc1: Note: remoteproc is still under development and considered experimental.
  236. [ 3.127547] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  237. [ 3.128496] remoteproc1: failed to load rproc-pru0-fw
  238. [ 3.134435] pru-rproc 4a334000.pru0: booting the PRU core manually
  239. [ 3.134622] remoteproc1: powering up 4a334000.pru0
  240. [ 3.135064] remoteproc1: request_firmware failed: -2
  241. [ 3.140398] pru-rproc 4a334000.pru0: rproc_boot failed
  242. [ 3.146356] pru-rproc: probe of 4a334000.pru0 failed with error -2
  243. [ 3.146685] pru-rproc 4a338000.pru1: memory iram: pa 0x4a338000 size 0x2000 va e0888000
  244. [ 3.146722] pru-rproc 4a338000.pru1: memory control: pa 0x4a324000 size 0x400 va e088c000
  245. [ 3.146749] pru-rproc 4a338000.pru1: memory debug: pa 0x4a324400 size 0x100 va e088e400
  246. [ 3.147156] remoteproc2: 4a338000.pru1 is available
  247. [ 3.147171] remoteproc2: Note: remoteproc is still under development and considered experimental.
  248. [ 3.147181] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  249. [ 3.147552] remoteproc0: powering up wkup_m3
  250. [ 3.147577] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 153597
  251. [ 3.148304] remoteproc0: remote processor wkup_m3 is now up
  252. [ 3.148954] remoteproc2: failed to load rproc-pru1-fw
  253. [ 3.155039] pru-rproc 4a338000.pru1: booting the PRU core manually
  254. [ 3.155063] remoteproc2: powering up 4a338000.pru1
  255. [ 3.155344] remoteproc2: request_firmware failed: -2
  256. [ 3.160675] pru-rproc 4a338000.pru1: rproc_boot failed
  257. [ 3.166530] pru-rproc: probe of 4a338000.pru1 failed with error -2
  258. [ 3.168486] oprofile: using arm/armv7
  259. [ 3.168743] nf_conntrack version 0.5.0 (7793 buckets, 31172 max)
  260. [ 3.170279] ip_tables: (C) 2000-2006 Netfilter Core Team
  261. [ 3.170625] TCP: cubic registered
  262. [ 3.170851] NET: Registered protocol family 10
  263. [ 3.175020] mip6: Mobile IPv6
  264. [ 3.175144] NET: Registered protocol family 17
  265. [ 3.175504] Key type dns_resolver registered
  266. [ 3.175522] mpls_gso: MPLS GSO support
  267. [ 3.175538] NET: Registered protocol family 41
  268. [ 3.177130] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
  269. [ 3.177157] cpu cpu0: cpu0 clock notifier not ready, retry
  270. [ 3.183001] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
  271. [ 3.184374] PM: CM3 Firmware Version = 0x187
  272. [ 3.185127] PM: bootloader does not support rtc-only!
  273. [ 3.185154] ThumbEE CPU extension supported.
  274. [ 3.185209] Registering SWP/SWPB emulation handler
  275. [ 3.185221] SmartReflex Class3 initialized
  276. [ 3.188102] bio: create slab <bio-1> at 1
  277. [ 3.189133] Btrfs loaded
  278. [ 3.190014] vbat: disabling
  279. [ 3.190035] regulator-dummy: disabling
  280. [ 3.190827] Error: Driver 'tfp410' is already registered, aborting...
  281. [ 3.198850] slave hdmi.45: could not get i2c
  282. [ 3.203725] platform hdmi.45: Driver slave requests probe deferral
  283. [ 3.204639] platform 4830e000.lcdc: Driver tilcdc requests probe deferral
  284. [ 3.229175] vdd_ddr3: 1350 mV
  285. [ 3.231395] vdd_mpu: 925 <--> 1375 mV at 1325 mV
  286. [ 3.233121] vdd_core: 925 <--> 1150 mV at 1125 mV
  287. [ 3.235162] LDO1: at 1800 mV
  288. [ 3.236888] LDO2: at 3300 mV
  289. [ 3.238657] LDO3: 1800 mV
  290. [ 3.240394] LDO4: at 3300 mV
  291. [ 3.242070] mmc1: BKOPS_EN bit is not set
  292. [ 3.242679] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  293. [ 3.245300] mmc1: new high speed MMC card at address 0001
  294. [ 3.253542] mmcblk1: mmc1:0001 MMC02G 1.78 GiB
  295. [ 3.254114] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
  296. [ 3.254568] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
  297. [ 3.258133] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  298. [ 3.258248] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  299. [ 3.259947] mmcblk1: p1 p2
  300. [ 3.264881] mmcblk1boot1: unknown partition table
  301. [ 3.268120] mmcblk1boot0: unknown partition table
  302. [ 3.278074] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  303. [ 3.287942] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  304. [ 3.297725] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  305. [ 3.307580] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  306. [ 3.307683] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  307. [ 3.316256] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  308. [ 3.316277] musb-hdrc: MHDRC RTL version 2.0
  309. [ 3.316288] musb-hdrc: setup fifo_mode 4
  310. [ 3.316306] musb-hdrc: 28/31 max ep, 16384/16384 memory
  311. [ 3.316590] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
  312. [ 3.319153] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
  313. [ 3.320421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  314. [ 3.320439] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  315. [ 3.320451] usb usb1: Product: MUSB HDRC host driver
  316. [ 3.320462] usb usb1: Manufacturer: Linux 3.14.18-gite29980c36939818c225a233284535cff73d9ed53 musb-hcd
  317. [ 3.320473] usb usb1: SerialNumber: musb-hdrc.0.auto
  318. [ 3.324546] hub 1-0:1.0: USB hub found
  319. [ 3.325063] hub 1-0:1.0: 1 port detected
  320. [ 3.337564] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  321. [ 3.337590] musb-hdrc: MHDRC RTL version 2.0
  322. [ 3.337600] musb-hdrc: setup fifo_mode 4
  323. [ 3.337616] musb-hdrc: 28/31 max ep, 16384/16384 memory
  324. [ 3.337862] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  325. [ 3.339117] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
  326. [ 3.339681] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  327. [ 3.339696] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  328. [ 3.339707] usb usb2: Product: MUSB HDRC host driver
  329. [ 3.339718] usb usb2: Manufacturer: Linux 3.14.18-gite29980c36939818c225a233284535cff73d9ed53 musb-hcd
  330. [ 3.339729] usb usb2: SerialNumber: musb-hdrc.1.auto
  331. [ 3.341721] hub 2-0:1.0: USB hub found
  332. [ 3.341848] hub 2-0:1.0: 1 port detected
  333. [ 3.344787] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage latency[950000<->1325000]:-22
  334. [ 3.486729] tilcdc 4830e000.lcdc: found TDA19988
  335. [ 3.488015] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  336. [ 3.488030] [drm] No driver support for vblank timestamp query.
  337. [ 3.488998] tilcdc 4830e000.lcdc: No connectors reported connected with modes
  338. [ 3.489033] [drm] Cannot find any crtc or sizes - going 1024x768
  339. [ 3.506680] Console: switching to colour frame buffer device 128x48
  340. [ 3.511585] tilcdc 4830e000.lcdc: fb0: frame buffer device
  341. [ 3.511599] tilcdc 4830e000.lcdc: registered panic notifier
  342. [ 3.511685] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  343. [ 3.573328] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  344. [ 3.573354] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  345. [ 3.584691] libphy: 4a101000.mdio: probed
  346. [ 3.584732] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  347. [ 3.586281] cpsw 4a100000.ethernet: Detected MACID = 90:59:af:69:c0:42
  348. [ 3.590203] omap_rtc 44e3e000.rtc: setting system clock to 2014-08-20 03:02:13 UTC (1408503733)
  349. [ 3.590227] sr_init: No PMIC hook to init smartreflex
  350. [ 3.590489] sr_init: platform driver register failed for SR
  351. [ 3.615990] Freeing unused kernel memory: 464K (c0b5d000 - c0bd1000)
  352. [ 3.809819] udevd[103]: starting version 175
  353. [ 6.580009] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  354. [ 7.094761] random: nonblocking pool is initialized
  355. [ 8.797245] udevd[283]: starting version 175
  356. [ 10.209458] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
  357. [ 12.785659] pinctrl-single 44e10800.pinmux: pin 44e109ac.0 already requested by P9_25_pinmux.30; cannot claim for 48038000.mcasp
  358. [ 12.798203] pinctrl-single 44e10800.pinmux: pin-107 (48038000.mcasp) status -22
  359. [ 12.806053] pinctrl-single 44e10800.pinmux: could not request pin 107 (44e109ac.0) from group mcasp0_pins on device pinctrl-single
  360. [ 12.818665] davinci-mcasp 48038000.mcasp: Error applying setting, reverse things back
  361. [ 18.516250] unwind: Index not found bf13812c
  362. [ 18.516327] unwind: Index not found bf13812c
  363. [ 18.517035] unwind: Index not found bf13812c
  364. [ 18.517073] unwind: Index not found bf13812c
  365. [ 18.553625] unwind: Index not found bf13812c
  366. [ 18.553681] unwind: Index not found bf13812c
  367. [ 18.553738] unwind: Index not found bf13812c
  368. [ 18.553894] unwind: Index not found bf13812c
  369. [ 18.553928] unwind: Index not found bf13812c
  370. [ 18.554645] using random self ethernet address
  371. [ 18.554677] using random host ethernet address
  372. [ 18.554696] using host ethernet address: 90:59:AF:69:C0:44
  373. [ 18.554744] unwind: Index not found bf138170
  374. [ 18.554774] unwind: Index not found bf138170
  375. [ 18.554849] unwind: Index not found bf138180
  376. [ 18.554924] using random self ethernet address
  377. [ 18.554944] using random host ethernet address
  378. [ 18.554962] using host ethernet address: 90:59:AF:69:C0:44
  379. [ 18.555066] unwind: Index not found bf1381dc
  380. [ 18.558015] usb0: HOST MAC 90:59:af:69:c0:44
  381. [ 18.558360] unwind: Index not found bf1381dc
  382. [ 18.558393] unwind: Index not found bf1381dc
  383. [ 18.559159] unwind: Index not found bf1381dc
  384. [ 18.559188] unwind: Index not found bf1381dc
  385. [ 18.559295] unwind: Index not found bf1381dc
  386. [ 18.559315] unwind: Index not found bf1381dc
  387. [ 18.559340] unwind: Index not found bf1381dc
  388. [ 18.559437] usb0: MAC 4a:99:f5:28:a7:2e
  389. [ 18.559484] unwind: Index not found bf1381f4
  390. [ 18.596274] unwind: Index not found bf138200
  391. [ 18.596720] unwind: Index not found bf138200
  392. [ 18.596748] unwind: Index not found bf138200
  393. [ 18.596767] unwind: Index not found bf138200
  394. [ 18.596792] unwind: Index not found bf138200
  395. [ 18.596816] unwind: Index not found bf138200
  396. [ 18.596882] unwind: Index not found bf138200
  397. [ 18.596937] unwind: Index not found bf138200
  398. [ 18.596999] unwind: Index not found bf138200
  399. [ 18.597088] unwind: Index not found bf138200
  400. [ 18.597135] unwind: Index not found bf138200
  401. [ 18.597166] unwind: Index not found bf138200
  402. [ 18.597284] unwind: Index not found bf138200
  403. [ 18.597356] unwind: Index not found bf138200
  404. [ 18.597409] unwind: Index not found bf138200
  405. [ 18.597440] unwind: Index not found bf138200
  406. [ 18.597980] unwind: Index not found bf138200
  407. [ 18.598015] unwind: Index not found bf138200
  408. [ 18.601582] unwind: Index not found bf138200
  409. [ 18.601677] unwind: Index not found bf138200
  410. [ 18.601991] unwind: Index not found bf138200
  411. [ 18.602050] Number of LUNs=8
  412. [ 18.602093] unwind: Index not found bf13821c
  413. [ 18.602132] Mass Storage Function, version: 2009/09/11
  414. [ 18.602148] LUN: removable file: (no medium)
  415. [ 18.602184] unwind: Index not found bf138254
  416. [ 18.602220] Number of LUNs=1
  417. [ 18.602270] unwind: Index not found bf1382dc
  418. [ 18.602563] unwind: Index not found bf1382dc
  419. [ 18.602603] unwind: Index not found bf1382dc
  420. [ 18.602735] unwind: Index not found bf1382dc
  421. [ 18.603114] LUN: removable file: /dev/mmcblk0p1
  422. [ 18.603129] Number of LUNs=1
  423. [ 18.603743] unwind: Index not found bf138324
  424. [ 18.603775] unwind: Index not found bf138324
  425. [ 18.603792] unwind: Index not found bf138324
  426. [ 18.603824] unwind: Index not found bf138324
  427. [ 18.604055] unwind: Index not found bf138324
  428. [ 18.604078] unwind: Index not found bf138324
  429. [ 18.604095] unwind: Index not found bf138324
  430. [ 18.604120] unwind: Index not found bf138324
  431. [ 18.604154] unwind: Index not found bf138324
  432. [ 18.604182] unwind: Index not found bf138324
  433. [ 18.604679] unwind: Index not found bf138324
  434. [ 18.625723] unwind: Index not found bf138334
  435. [ 18.625767] unwind: Index not found bf138334
  436. [ 18.625785] unwind: Index not found bf138334
  437. [ 18.625828] unwind: Index not found bf138334
  438. [ 18.644860] g_multi gadget: Multifunction Composite Gadget
  439. [ 18.644892] g_multi gadget: g_multi ready
  440. [ 19.011900] g_multi gadget: high-speed config #1: Multifunction with RNDIS
  441. [ 19.885437] davinci_evm sound.49: hdmi-hifi <-> 48038000.mcasp mapping ok
  442. [ 22.548758] hrtimer: interrupt took 813833 ns
  443. [ 53.423586] net eth0: initializing cpsw version 1.12 (0)
  444. [ 53.504622] net eth0: phy found : id is : 0x7c0f1
  445. [ 53.504973] libphy: PHY 4a101000.mdio:01 not found
  446. [ 53.510041] net eth0: phy 4a101000.mdio:01 not found on slave 1
  447. [ 53.560672] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  448. [ 83.118076] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  449. [ 86.543468] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
  450. [ 87.073581] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement