Advertisement
Guest User

Untitled

a guest
Sep 17th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.60 KB | None | 0 0
  1.  
  2. U-Boot 2013.10-rc2 (Sep 13 2013 - 05:33:18)
  3.  
  4. CPU : DRA752 ES1.0
  5. Board: DRA7xx
  6. I2C: ready
  7. DRAM: 1.5 GiB
  8. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  9. Using default environment
  10.  
  11. Net: <ethaddr> not set. Validating first E-fuse MAC
  12. cpsw
  13. Hit any key to stop autoboot: 0
  14. mmc0 is current device
  15. reading boot.scr
  16. ** Unable to read file boot.scr **
  17. reading uEnv.txt
  18. 544 bytes read in 4 ms (132.8 KiB/s)
  19. Importing environment from mmc0 ...
  20. Running uenvcmd ...
  21. ## Error: "netstart" not defined
  22. ++1
  23. cpsw Waiting for PHY auto negotiation to complete. done
  24. link up on port 0, speed 100, full duplex
  25. BOOTP broadcast 1
  26. *** Unhandled DHCP Option in OFFER/ACK: 44
  27. *** Unhandled DHCP Option in OFFER/ACK: 46
  28. *** Unhandled DHCP Option in OFFER/ACK: 150
  29. *** Unhandled DHCP Option in OFFER/ACK: 44
  30. *** Unhandled DHCP Option in OFFER/ACK: 46
  31. *** Unhandled DHCP Option in OFFER/ACK: 150
  32. DHCP client bound to address 128.247.91.113
  33. Using cpsw device
  34. TFTP from server 128.247.91.59; our IP address is 128.247.91.113
  35. Filename '/tftpboot/kernel/dra7-evm.dtb'.
  36. Load address: 0x80f80000
  37. Loading: ###########
  38. 146.5 KiB/s
  39. done
  40. Bytes transferred = 52682 (cdca hex)
  41. ++2
  42. ++3
  43. link up on port 0, speed 100, full duplex
  44. BOOTP broadcast 1
  45. *** Unhandled DHCP Option in OFFER/ACK: 44
  46. *** Unhandled DHCP Option in OFFER/ACK: 46
  47. *** Unhandled DHCP Option in OFFER/ACK: 150
  48. *** Unhandled DHCP Option in OFFER/ACK: 44
  49. *** Unhandled DHCP Option in OFFER/ACK: 46
  50. *** Unhandled DHCP Option in OFFER/ACK: 150
  51. DHCP client bound to address 128.247.91.113
  52. Using cpsw device
  53. TFTP from server 128.247.91.59; our IP address is 128.247.91.113
  54. Filename '/tftpboot/kernel/zImage'.
  55. Load address: 0x82000000
  56. Loading: #################################################################
  57. #################################################################
  58. #################################################################
  59. #################################################################
  60. #################################################################
  61. ########T #########################################################
  62. #################################################################
  63. #################################################################
  64. #################################################################
  65. #################################################################
  66. #################################################################
  67. #################################################################
  68. #################################################################
  69. ###################################
  70. 131.8 KiB/s
  71. done
  72. Bytes transferred = 4502072 (44b238 hex)
  73. ++4
  74. ## Error: "netstop" not defined
  75. Kernel image @ 0x82000000 [ 0x000000 - 0x44b238 ]
  76. ## Flattened Device Tree blob at 80f80000
  77. Booting using the fdt blob at 0x80f80000
  78. Using Device Tree in place at 80f80000, end 80f8fdc9
  79.  
  80. Starting kernel ...
  81.  
  82. [ 0.000000] Booting Linux on physical CPU 0x0
  83. [ 0.000000] Linux version 3.12.0-rc1-00054-ge14b8d2 (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #9 SMP Tue Sep 17 10:48:01 CDT 2013
  84. [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c53c7d
  85. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  86. [ 0.000000] Machine: Generic DRA7XX (Flattened Device Tree), model: TI DRA7
  87. [ 0.000000] cma: CMA: reserved 16 MiB at ae800000
  88. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  89. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c1b9b000 s14144 r8192 d14528 u36864
  90. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 387344
  91. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait earlyprintk
  92. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  93. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  94. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  95. [ 0.000000] Memory: 1510880K/1555456K available (5893K kernel code, 697K rwdata, 2284K rodata, 453K init, 5523K bss, 44576K reserved, 777216K highmem)
  96. [ 0.000000] Virtual kernel memory layout:
  97. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  98. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  99. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  100. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  101. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  102. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  103. [ 0.000000] .text : 0xc0008000 - 0xc0804774 (8178 kB)
  104. [ 0.000000] .init : 0xc0805000 - 0xc0876740 ( 454 kB)
  105. [ 0.000000] .data : 0xc0878000 - 0xc0926410 ( 698 kB)
  106. [ 0.000000] .bss : 0xc0926410 - 0xc0e8b228 (5524 kB)
  107. [ 0.000000] Hierarchical RCU implementation.
  108. [ 0.000000] RCU lockdep checking is enabled.
  109. [ 0.000000] Additional per-CPU info printed with stalls.
  110. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  111. [ 0.000000] kmemleak: Kernel memory leak detector disabled
  112. [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
  113. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  114. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  115. [ 0.000000] Architected timer frequency not available
  116. [ 0.000000] Division by zero in kernel.
  117. [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.12.0-rc1-00054-ge14b8d2 #9
  118. [ 0.000000] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  119. [ 0.000000] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  120. [ 0.000000] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c030694c>] (Ldiv0_64+0x8/0x18)
  121. [ 0.000000] [<c030694c>] (Ldiv0_64+0x8/0x18) from [<c00a4434>] (clockevents_config+0x28/0x78)
  122. [ 0.000000] [<c00a4434>] (clockevents_config+0x28/0x78) from [<c00a4498>] (clockevents_config_and_register+0x14/0x20)
  123. [ 0.000000] [<c00a4498>] (clockevents_config_and_register+0x14/0x20) from [<c0484c64>] (arch_timer_setup+0x10/0x7c)
  124. [ 0.000000] [<c0484c64>] (arch_timer_setup+0x10/0x7c) from [<c0842770>] (arch_timer_init+0x1b0/0x230)
  125. [ 0.000000] [<c0842770>] (arch_timer_init+0x1b0/0x230) from [<c08420c8>] (clocksource_of_init+0x30/0x58)
  126. [ 0.000000] [<c08420c8>] (clocksource_of_init+0x30/0x58) from [<c0809214>] (time_init+0x1c/0x2c)
  127. [ 0.000000] [<c0809214>] (time_init+0x1c/0x2c) from [<c0805920>] (start_kernel+0x1c0/0x328)
  128. [ 0.000000] [<c0805920>] (start_kernel+0x1c0/0x328) from [<80008074>] (0x80008074)
  129. [ 0.000000] ------------[ cut here ]------------
  130. [ 0.000000] WARNING: CPU: 0 PID: 0 at kernel/time/clockevents.c:49 clockevent_delta2ns+0x88/0x98()
  131. [ 0.000000] Modules linked in:
  132. [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.12.0-rc1-00054-ge14b8d2 #9
  133. [ 0.000000] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  134. [ 0.000000] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  135. [ 0.000000] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c0047b00>] (warn_slowpath_common+0x6c/0x8c)
  136. [ 0.000000] [<c0047b00>] (warn_slowpath_common+0x6c/0x8c) from [<c0047b3c>] (warn_slowpath_null+0x1c/0x24)
  137. [ 0.000000] [<c0047b3c>] (warn_slowpath_null+0x1c/0x24) from [<c00a4068>] (clockevent_delta2ns+0x88/0x98)
  138. [ 0.000000] [<c00a4068>] (clockevent_delta2ns+0x88/0x98) from [<c00a4464>] (clockevents_config+0x58/0x78)
  139. [ 0.000000] [<c00a4464>] (clockevents_config+0x58/0x78) from [<c00a4498>] (clockevents_config_and_register+0x14/0x20)
  140. [ 0.000000] [<c00a4498>] (clockevents_config_and_register+0x14/0x20) from [<c0484c64>] (arch_timer_setup+0x10/0x7c)
  141. [ 0.000000] [<c0484c64>] (arch_timer_setup+0x10/0x7c) from [<c0842770>] (arch_timer_init+0x1b0/0x230)
  142. [ 0.000000] [<c0842770>] (arch_timer_init+0x1b0/0x230) from [<c08420c8>] (clocksource_of_init+0x30/0x58)
  143. [ 0.000000] [<c08420c8>] (clocksource_of_init+0x30/0x58) from [<c0809214>] (time_init+0x1c/0x2c)
  144. [ 0.000000] [<c0809214>] (time_init+0x1c/0x2c) from [<c0805920>] (start_kernel+0x1c0/0x328)
  145. [ 0.000000] [<c0805920>] (start_kernel+0x1c0/0x328) from [<80008074>] (0x80008074)
  146. [ 0.000000] ---[ end trace 1b75b31a2719ed1c ]---
  147. [ 0.000000] Architected cp15 timer(s) running at 0.00MHz (virt).
  148. [ 0.000000] Division by zero in kernel.
  149. [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 3.12.0-rc1-00054-ge14b8d2 #9
  150. [ 0.000000] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  151. [ 0.000000] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  152. [ 0.000000] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c030694c>] (Ldiv0_64+0x8/0x18)
  153. [ 0.000000] [<c030694c>] (Ldiv0_64+0x8/0x18) from [<c00a0ef0>] (__clocksource_updatefreq_scale+0x38/0x184)
  154. [ 0.000000] [<c00a0ef0>] (__clocksource_updatefreq_scale+0x38/0x184) from [<00000000>] ( (null))
  155. [ 0.000000] Division by zero in kernel.
  156. [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 3.12.0-rc1-00054-ge14b8d2 #9
  157. [ 0.000000] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  158. [ 0.000000] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  159. [ 0.000000] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c030694c>] (Ldiv0_64+0x8/0x18)
  160. [ 0.000000] [<c030694c>] (Ldiv0_64+0x8/0x18) from [<c00a0e78>] (clocks_calc_mult_shift+0xa8/0xe8)
  161. [ 0.000000] [<c00a0e78>] (clocks_calc_mult_shift+0xa8/0xe8) from [<c00a0f54>] (__clocksource_updatefreq_scale+0x9c/0x184)
  162. [ 0.000000] [<c00a0f54>] (__clocksource_updatefreq_scale+0x9c/0x184) from [<c00a1048>] (__clocksource_register_scale+0xc/0x4c)
  163. [ 0.000000] [<c00a1048>] (__clocksource_register_scale+0xc/0x4c) from [<c0842328>] (arch_timer_common_init+0x190/0x214)
  164. [ 0.000000] [<c0842328>] (arch_timer_common_init+0x190/0x214) from [<c08420c8>] (clocksource_of_init+0x30/0x58)
  165. [ 0.000000] [<c08420c8>] (clocksource_of_init+0x30/0x58) from [<c0809214>] (time_init+0x1c/0x2c)
  166. [ 0.000000] [<c0809214>] (time_init+0x1c/0x2c) from [<c0805920>] (start_kernel+0x1c0/0x328)
  167. [ 0.000000] [<c0805920>] (start_kernel+0x1c0/0x328) from [<80008074>] (0x80008074)
  168. [ 0.000000] Console: colour dummy device 80x30
  169. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  170. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  171. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  172. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  173. [ 0.000000] ... CLASSHASH_SIZE: 4096
  174. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  175. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  176. [ 0.000000] ... CHAINHASH_SIZE: 16384
  177. [ 0.000000] memory used by lock dependency info: 3695 kB
  178. [ 0.000000] per task-struct memory footprint: 1152 bytes
  179. [ 0.000000] kmemleak: Early log buffer exceeded (2790), please increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE
  180. [ 0.004425] Calibrating delay loop... 0.34 BogoMIPS (lpj=1729)
  181. [ 0.004821] pid_max: default: 32768 minimum: 301
  182. [ 0.006774] Security Framework initialized
  183. [ 0.007629] Mount-cache hash table entries: 512
  184. [ 0.207672] CPU: Testing write buffer coherency: ok
  185. [ 0.210632] /cpus/cpu@0 missing clock-frequency property
  186. [ 0.210723] /cpus/cpu@1 missing clock-frequency property
  187. [ 0.210754] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  188. [ 0.210906] Setting up static identity map for 0xc0599fd8 - 0xc059a048
  189. [ 0.250701] CPU1: Booted secondary processor
  190. [ 0.250701] Division by zero in kernel.
  191. [ 0.250701] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G W 3.12.0-rc1-00054-ge14b8d2 #9
  192. [ 0.250732] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  193. [ 0.250732] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  194. [ 0.250762] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c030694c>] (Ldiv0_64+0x8/0x18)
  195. [ 0.250762] [<c030694c>] (Ldiv0_64+0x8/0x18) from [<c00a4434>] (clockevents_config+0x28/0x78)
  196. [ 0.250762] [<c00a4434>] (clockevents_config+0x28/0x78) from [<c00a4498>] (clockevents_config_and_register+0x14/0x20)
  197. [ 0.250793] [<c00a4498>] (clockevents_config_and_register+0x14/0x20) from [<c0484c64>] (arch_timer_setup+0x10/0x7c)
  198. [ 0.250793] [<c0484c64>] (arch_timer_setup+0x10/0x7c) from [<c0484d90>] (arch_timer_cpu_notify+0x40/0xf0)
  199. [ 0.250823] [<c0484d90>] (arch_timer_cpu_notify+0x40/0xf0) from [<c0596350>] (notifier_call_chain+0x64/0x13c)
  200. [ 0.250823] [<c0596350>] (notifier_call_chain+0x64/0x13c) from [<c0047c1c>] (__cpu_notify+0x2c/0x48)
  201. [ 0.250823] [<c0047c1c>] (__cpu_notify+0x2c/0x48) from [<c0019d74>] (secondary_start_kernel+0xf8/0x14c)
  202. [ 0.250854] [<c0019d74>] (secondary_start_kernel+0xf8/0x14c) from [<800086c4>] (0x800086c4)
  203. [ 0.250854] ------------[ cut here ]------------
  204. [ 0.250854] WARNING: CPU: 1 PID: 0 at kernel/time/clockevents.c:49 clockevent_delta2ns+0x88/0x98()
  205. [ 0.250854] Modules linked in:
  206. [ 0.250854] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G W 3.12.0-rc1-00054-ge14b8d2 #9
  207. [ 0.250885] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  208. [ 0.250885] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  209. [ 0.250885] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c0047b00>] (warn_slowpath_common+0x6c/0x8c)
  210. [ 0.250915] [<c0047b00>] (warn_slowpath_common+0x6c/0x8c) from [<c0047b3c>] (warn_slowpath_null+0x1c/0x24)
  211. [ 0.250915] [<c0047b3c>] (warn_slowpath_null+0x1c/0x24) from [<c00a4068>] (clockevent_delta2ns+0x88/0x98)
  212. [ 0.250915] [<c00a4068>] (clockevent_delta2ns+0x88/0x98) from [<c00a4464>] (clockevents_config+0x58/0x78)
  213. [ 0.250946] [<c00a4464>] (clockevents_config+0x58/0x78) from [<c00a4498>] (clockevents_config_and_register+0x14/0x20)
  214. [ 0.250946] [<c00a4498>] (clockevents_config_and_register+0x14/0x20) from [<c0484c64>] (arch_timer_setup+0x10/0x7c)
  215. [ 0.250946] [<c0484c64>] (arch_timer_setup+0x10/0x7c) from [<c0484d90>] (arch_timer_cpu_notify+0x40/0xf0)
  216. [ 0.250976] [<c0484d90>] (arch_timer_cpu_notify+0x40/0xf0) from [<c0596350>] (notifier_call_chain+0x64/0x13c)
  217. [ 0.250976] [<c0596350>] (notifier_call_chain+0x64/0x13c) from [<c0047c1c>] (__cpu_notify+0x2c/0x48)
  218. [ 0.250976] [<c0047c1c>] (__cpu_notify+0x2c/0x48) from [<c0019d74>] (secondary_start_kernel+0xf8/0x14c)
  219. [ 0.250976] [<c0019d74>] (secondary_start_kernel+0xf8/0x14c) from [<800086c4>] (0x800086c4)
  220. [ 0.251007] ---[ end trace 1b75b31a2719ed1d ]---
  221. [ 0.251220] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  222. [ 0.256164] Brought up 2 CPUs
  223. [ 0.256225] SMP: Total of 2 processors activated.
  224. [ 0.256256] CPU: All CPU(s) started in SVC mode.
  225. [ 0.269714] devtmpfs: initialized
  226. [ 0.351654] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
  227. [ 0.407135] omap_hwmod: dss_core: _wait_target_disable failed
  228. [ 0.407165] omap_hwmod: dss_core: cannot be enabled for reset (3)
  229. [ 0.410644] omap_hwmod: dss_dispc: cannot be enabled for reset (3)
  230. [ 0.414123] omap_hwmod: dss_hdmi: cannot be enabled for reset (3)
  231. [ 0.520324] pinctrl core: initialized pinctrl subsystem
  232. [ 0.538055] regulator-dummy: no parameters
  233. [ 0.552337] NET: Registered protocol family 16
  234. [ 0.593963] DMA: preallocated 256 KiB pool for atomic coherent allocations
  235. [ 0.662963] omap_l3_noc 44000000.ocp: couldn't find resource 2
  236. [ 0.686279] OMAP GPIO hardware version 0.1
  237. [ 0.863250] No ATAGs?
  238. [ 0.863311] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  239. [ 0.863342] hw-breakpoint: maximum watchpoint size is 8 bytes.
  240. [ 0.887756] OMAP DMA hardware revision 0.0
  241. [ 1.235992] bio: create slab <bio-0> at 0
  242. [ 1.252777] edma-dma-engine edma-dma-engine.0: Can't allocate PaRAM dummy slot
  243. [ 1.252868] edma-dma-engine: probe of edma-dma-engine.0 failed with error -5
  244. [ 1.623443] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
  245. [ 1.629028] mmc2_3v3: 3300 mV
  246. [ 1.663391] SCSI subsystem initialized
  247. [ 1.676300] usbcore: registered new interface driver usbfs
  248. [ 1.679229] usbcore: registered new interface driver hub
  249. [ 1.681945] usbcore: registered new device driver usb
  250. [ 1.691619] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c1_pins, deferring probe
  251. [ 1.691864] platform 48070000.i2c: Driver omap_i2c requests probe deferral
  252. [ 1.692443] omap_i2c 48072000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c2_pins, deferring probe
  253. [ 1.692596] platform 48072000.i2c: Driver omap_i2c requests probe deferral
  254. [ 1.693054] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c3_pins, deferring probe
  255. [ 1.693298] platform 48060000.i2c: Driver omap_i2c requests probe deferral
  256. [ 1.721130] Division by zero in kernel.
  257. [ 1.721130] CPU: 0 PID: 7 Comm: migration/0 Tainted: G W 3.12.0-rc1-00054-ge14b8d2 #9
  258. [ 1.721160] [<c001c5c8>] (unwind_backtrace+0x0/0x130) from [<c001859c>] (show_stack+0x10/0x14)
  259. [ 1.721191] [<c001859c>] (show_stack+0x10/0x14) from [<c058dbf4>] (dump_stack+0x7c/0xb0)
  260. [ 1.721191] [<c058dbf4>] (dump_stack+0x7c/0xb0) from [<c030694c>] (Ldiv0_64+0x8/0x18)
  261. [ 1.721221] [<c030694c>] (Ldiv0_64+0x8/0x18) from [<c009de94>] (tk_setup_internals.constprop.5+0x68/0x188)
  262. [ 1.721221] [<c009de94>] (tk_setup_internals.constprop.5+0x68/0x188) from [<c009e1f0>] (change_clocksource+0x68/0xc8)
  263. [ 1.721252] [<c009e1f0>] (change_clocksource+0x68/0xc8) from [<c00bd20c>] (stop_machine_cpu_stop+0xe8/0x13c)
  264. [ 1.721252] [<c00bd20c>] (stop_machine_cpu_stop+0xe8/0x13c) from [<c00bceec>] (cpu_stopper_thread+0x6c/0x124)
  265. [ 1.721282] [<c00bceec>] (cpu_stopper_thread+0x6c/0x124) from [<c0076040>] (smpboot_thread_fn+0x148/0x1d8)
  266. [ 1.721282] [<c0076040>] (smpboot_thread_fn+0x148/0x1d8) from [<c006ceb8>] (kthread+0xa4/0xb0)
  267. [ 1.721313] [<c006ceb8>] (kthread+0xa4/0xb0) from [<c0014448>] (ret_from_fork+0x14/0x2c)
  268. [ 1.722076] Switched to clocksource arch_sys_counter
  269. [ 1.982666] NET: Registered protocol family 2
  270. [ 1.985229] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  271. [ 1.985839] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
  272. [ 1.991668] TCP: Hash tables configured (established 8192 bind 8192)
  273. [ 1.991912] TCP: reno registered
  274. [ 1.991943] UDP hash table entries: 512 (order: 3, 40960 bytes)
  275. [ 1.992675] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
  276. [ 1.995025] NET: Registered protocol family 1
  277. [ 1.996673] RPC: Registered named UNIX socket transport module.
  278. [ 1.996673] RPC: Registered udp transport module.
  279. [ 1.996704] RPC: Registered tcp transport module.
  280. [ 1.996704] RPC: Registered tcp NFSv4.1 backchannel transport module.
  281. [ 1.998107] NetWinder Floating Point Emulator V0.97 (double precision)
  282. [ 2.238098] bounce pool size: 64 pages
  283. [ 2.239074] VFS: Disk quotas dquot_6.5.2
  284. [ 2.239410] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  285. [ 2.243774] NFS: Registering the id_resolver key type
  286. [ 2.244049] Key type id_resolver registered
  287. [ 2.244079] Key type id_legacy registered
  288. [ 2.244232] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  289. [ 2.245483] msgmni has been set to 1464
  290. [ 2.249603] io scheduler noop registered
  291. [ 2.249603] io scheduler deadline registered
  292. [ 2.249816] io scheduler cfq registered (default)
  293. [ 2.263763] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
  294. [ 2.268859] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  295. [ 2.279388] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 104, base_baud = 3000000) is a OMAP UART0
  296. [ 3.815826] console [ttyO0] enabled
  297. [ 3.822570] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 105, base_baud = 3000000) is a OMAP UART1
  298. [ 3.834838] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 106, base_baud = 3000000) is a OMAP UART2
  299. [ 3.889648] brd: module loaded
  300. [ 3.917358] loop: module loaded
  301. [ 3.928802] mtdoops: mtd device (mtddev=name/number) must be supplied
  302. [ 3.949462] usbcore: registered new interface driver asix
  303. [ 3.955596] usbcore: registered new interface driver ax88179_178a
  304. [ 3.962432] usbcore: registered new interface driver cdc_ether
  305. [ 3.969055] usbcore: registered new interface driver r815x
  306. [ 3.975341] usbcore: registered new interface driver smsc95xx
  307. [ 3.981842] usbcore: registered new interface driver net1080
  308. [ 3.988281] usbcore: registered new interface driver cdc_subset
  309. [ 3.994934] usbcore: registered new interface driver zaurus
  310. [ 4.001342] usbcore: registered new interface driver cdc_ncm
  311. [ 4.009490] usbcore: registered new interface driver cdc_wdm
  312. [ 4.015991] usbcore: registered new interface driver usb-storage
  313. [ 4.022857] usbcore: registered new interface driver usbtest
  314. [ 4.031097] mousedev: PS/2 mouse device common for all mice
  315. [ 4.043884] i2c /dev entries driver
  316. [ 4.048004] Driver for 1-wire Dallas network protocol.
  317. [ 4.059997] omap-dma-engine 4a056000.dma-controller: allocating channel for 62
  318. [ 4.067535] omap-dma-engine 4a056000.dma-controller: allocating channel for 61
  319. [ 4.075164] omap_hsmmc 4809c000.mmc: vmmc regulator missing
  320. [ 4.081085] omap-dma-engine 4a056000.dma-controller: freeing channel for 61
  321. [ 4.088317] omap-dma-engine 4a056000.dma-controller: freeing channel for 62
  322. [ 4.095642] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
  323. [ 4.103393] omap-dma-engine 4a056000.dma-controller: allocating channel for 48
  324. [ 4.110900] omap-dma-engine 4a056000.dma-controller: allocating channel for 47
  325. [ 4.119201] omap_hsmmc 480b4000.mmc: pins are not configured from the driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement