Advertisement
Guest User

Untitled

a guest
Apr 30th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.08 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. Linux version 2.6.35.3 (koan@quad) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Tue Apr 23 15:07:36 CEST 2013
  4. CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c53c7f
  5. CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  6. Machine: Freescale MX53 LOCO Board
  7. Memory policy: ECC disabled, Data cache writeback
  8. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 218112
  9. Kernel command line: console=ttymxc0,115200 root=/dev/nfs rw nfsroot=192.168.0.251:/tftpboot/fs ip=192.168.0.184:192.168.0.251:192.168.0.1:255.255.255.0 video=mxcdi0fb:RGB666,SEIKO-WVGA di0_primary
  10. PID hash table entries: 4096 (order: 2, 16384 bytes)
  11. Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  12. Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  13. Memory: 352MB 512MB = 864MB total
  14. Memory: 868128k/868128k available, 16608k reserved, 0K highmem
  15. Virtual kernel memory layout:
  16. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  17. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  18. DMA : 0xf9e00000 - 0xffe00000 ( 96 MB)
  19. vmalloc : 0xe0800000 - 0xf4000000 ( 312 MB)
  20. lowmem : 0x80000000 - 0xe0000000 (1536 MB)
  21. pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  22. modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  23. .init : 0x80008000 - 0x80033000 ( 172 kB)
  24. .text : 0x80033000 - 0x80802000 (7996 kB)
  25. .data : 0x80826000 - 0x8087aa00 ( 339 kB)
  26. SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  27. Hierarchical RCU implementation.
  28. RCU-based detection of stalled CPUs is disabled.
  29. Verbose stalled-CPUs detection is disabled.
  30. NR_IRQS:368
  31. MXC GPIO hardware
  32. MXC IRQ initialized
  33. MXC_Early serial console at MMIO 0x53fbc000 (options '115200')
  34. bootconsole [ttymxc0] enabled
  35. Console: colour dummy device 80x30
  36. Calibrating delay loop... 999.42 BogoMIPS (lpj=4997120)
  37. pid_max: default: 32768 minimum: 301
  38. Mount-cache hash table entries: 512
  39. CPU: Testing write buffer coherency: ok
  40. regulator: core version 0.5
  41. NET: Registered protocol family 16
  42. i.MX IRAM pool: 128 KB@0xe0840000
  43. IRAM READY
  44. CPU is i.MX53 Revision 2.0
  45. Using SDMA I.API
  46. MXC DMA API initialized
  47. IMX usb wakeup probe
  48. IMX usb wakeup probe
  49. bio: create slab <bio-0> at 0
  50. SCSI subsystem initialized
  51. Freescale USB OTG Driver loaded, $Revision: 1.55 $
  52. usbcore: registered new interface driver usbfs
  53. usbcore: registered new interface driver hub
  54. usbcore: registered new device driver usb
  55. da9052_i2c_is_connected - i2c read success..............
  56. regulator: DA9052_LDO1: 600 <--> 1800 mV at 1300 mV normal
  57. regulator: DA9052_LDO2: 600 <--> 1800 mV at 1300 mV normal
  58. regulator: DA9052_LDO3: 1725 <--> 3300 mV at 3300 mV normal
  59. regulator: DA9052_LDO4: 1725 <--> 3300 mV at 2775 mV normal
  60. regulator: DA9052_LDO5: 1200 <--> 3600 mV at 1300 mV normal
  61. regulator: DA9052_LDO6: 1200 <--> 3600 mV at 1300 mV normal
  62. regulator: DA9052_LDO7: 1200 <--> 3600 mV at 2750 mV normal
  63. regulator: DA9052_LDO8: 1200 <--> 3600 mV at 1800 mV normal
  64. regulator: DA9052_LDO9: 1250 <--> 3650 mV at 1500 mV normal
  65. regulator: DA9052_LDO10: 1200 <--> 3600 mV at 1300 mV normal
  66. regulator: DA9052_BUCK_CORE: 500 <--> 2075 mV at 1200 mV normal
  67. regulator: DA9052_BUCK_PRO: 500 <--> 2075 mV at 1300 mV normal
  68. regulator: DA9052_BUCK_MEM: 925 <--> 2500 mV at 1500 mV normal
  69. regulator: DA9052_BUCK_PERI: 1800 <--> 3600 mV at 3600 mV normal
  70. IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  71. Advanced Linux Sound Architecture Driver Version 1.0.23.
  72. Bluetooth: Core ver 2.15
  73. NET: Registered protocol family 31
  74. Bluetooth: HCI device and connection manager initialized
  75. Bluetooth: HCI socket layer initialized
  76. Switching to clocksource mxc_timer1
  77. NET: Registered protocol family 2
  78. IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  79. TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  80. TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  81. TCP: Hash tables configured (established 131072 bind 65536)
  82. TCP reno registered
  83. UDP hash table entries: 512 (order: 1, 8192 bytes)
  84. UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  85. NET: Registered protocol family 1
  86. RPC: Registered udp transport module.
  87. RPC: Registered tcp transport module.
  88. RPC: Registered tcp NFSv4.1 backchannel transport module.
  89. LPMode driver module loaded
  90. Static Power Management for Freescale i.MX5
  91. PM driver module loaded
  92. sdram autogating driver module loaded
  93. Bus freq driver module loaded
  94. DI0 is primary
  95. mxc_dvfs_core_probe
  96. DVFS driver module loaded
  97. i.MXC CPU frequency driver
  98. DVFS PER driver module loaded
  99. NTFS driver 2.1.29 [Flags: R/W].
  100. JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  101. msgmni has been set to 1695
  102. alg: No test for stdrng (krng)
  103. cryptodev: driver loaded.
  104. io scheduler noop registered
  105. io scheduler deadline registered
  106. io scheduler cfq registered (default)
  107. mxc_ipu mxc_ipu: Channel already disabled 9
  108. mxc_ipu mxc_ipu: Channel already uninitialized 9
  109. Console: switching to colour frame buffer device 100x30
  110. tve: probe of tve.0 failed with error -1
  111. ####### ldb_probe
  112. sii9022 1-0039: SII9022: cound not find device
  113. Serial: MXC Internal UART driver
  114. mxcintuart.0: ttymxc0 at MMIO 0x53fbc000 (irq = 31) is a Freescale i.MX
  115. console [ttymxc0] enabled, bootconsole disabled
  116. console [ttymxc0] enabled, bootconsole disabled
  117. mxcintuart.1: ttymxc1 at MMIO 0x53fc0000 (irq = 32) is a Freescale i.MX
  118. mxcintuart.2: ttymxc2 at MMIO 0x5000c000 (irq = 33) is a Freescale i.MX
  119. mxcintuart.3: ttymxc3 at MMIO 0x53ff0000 (irq = 13) is a Freescale i.MX
  120. mxcintuart.4: ttymxc4 at MMIO 0x63f90000 (irq = 86) is a Freescale i.MX
  121. loop: module loaded
  122. ahci: SSS flag set, parallel bus scan disabled
  123. ahci ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  124. ahci ahci.0: flags: ncq sntf stag pm led clo only pmp pio slum part ccc
  125. scsi0 : ahci
  126. ata1: SATA max UDMA/133 mmio [mem 0x10000000-0x10000fff] port 0x100 irq 28
  127. MXC MTD nand Driver 3.0
  128. i.MX GPMI NFC
  129. vcan: Virtual CAN interface driver
  130. Freescale FlexCAN Driver
  131. FEC Ethernet Driver
  132. fec_enet_mii_bus: probed
  133. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  134. fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
  135. fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
  136. fsl-ehci fsl-ehci.0: irq 18, io base 0x53f80000
  137. fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
  138. hub 1-0:1.0: USB hub found
  139. hub 1-0:1.0: 1 port detected
  140. fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
  141. fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
  142. fsl-ehci fsl-ehci.1: irq 14, io base 0x53f80200
  143. fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
  144. hub 2-0:1.0: USB hub found
  145. hub 2-0:1.0: 1 port detected
  146. Initializing USB Mass Storage driver...
  147. usbcore: registered new interface driver usb-storage
  148. USB Mass Storage support registered.
  149. usbcore: registered new interface driver usbserial
  150. USB Serial support registered for generic
  151. usbcore: registered new interface driver usbserial_generic
  152. usbserial: USB Serial Driver core
  153. USB Serial support registered for pl2303
  154. usbcore: registered new interface driver pl2303
  155. pl2303: Prolific PL2303 USB to serial adaptor driver
  156. ARC USBOTG Device Controller driver (1 August 2005)
  157. mice: PS/2 mouse device common for all mice
  158. input: gpio-keys as /devices/platform/gpio-keys/input/input0
  159. MXC keypad loaded
  160. DA9052 TSI Device Driver, v1.0
  161. ata1: SATA link down (SStatus 0 SControl 300)
  162. input: da9052-tsi as /devices/virtual/input/input1
  163. TSI Drv Successfully Inserted da9052-tsi
  164. input: da9052-onkey as /devices/platform/imx-i2c.0/i2c-0/0-0048/da9052-onkey/input/input2
  165. mxc_rtc mxc_rtc.0: hardware module can't be enabled!
  166. mxc_rtc: probe of mxc_rtc.0 failed with error -5
  167. mxc_rtc mxc_rtc.0: rtc core: registered mxc_rtc as rtc0
  168. i2c /dev entries driver
  169. IR NEC protocol handler initialized
  170. IR RC5(x) protocol handler initialized
  171. IR RC6 protocol handler initialized
  172. IR JVC protocol handler initialized
  173. IR Sony protocol handler initialized
  174. Linux video capture interface: v2.00
  175. mxc_v4l2_output mxc_v4l2_output.0: Registered device video0
  176. usbcore: registered new interface driver uvcvideo
  177. USB Video Class driver (v0.1.0)
  178. APM Battery Driver
  179. check mma8450 chip ID
  180. mma8450 0-001c: read chip ID 0xfffffffb is not equal to 0xc6!
  181. read chip ID failed
  182. mma8450: probe of 0-001c failed with error -22
  183. add mma8450 i2c driver
  184. add mma8451 i2c driver
  185. MXC WatchDog Driver 2.0
  186. MXC Watchdog # 0 Timer: initial timeout 60 sec
  187. Bluetooth: Virtual HCI driver ver 1.3
  188. Bluetooth: HCI UART driver ver 2.2
  189. Bluetooth: HCIATH protocol initialized
  190. Bluetooth: Generic Bluetooth USB driver ver 0.6
  191. usbcore: registered new interface driver btusb
  192. VPU initialized
  193. mxc_asrc registered
  194. usb 2-1: new high speed USB device using fsl-ehci and address 2
  195. mxsdhci: MXC Secure Digital Host Controller Interface driver
  196. mxsdhci: MXC SDHCI Controller Driver.
  197. mmc0: SDHCI detect irq 0 irq 1 INTERNAL DMA
  198. mxsdhci: MXC SDHCI Controller Driver.
  199. mmc1: SDHCI detect irq 203 irq 3 INTERNAL DMA
  200. usbcore: registered new interface driver usbhid
  201. usbhid: USB HID core driver
  202. Cirrus Logic CS42888 ALSA SoC Codec Driver
  203. sgtl5000_hw_read: read reg error : Reg 0x00
  204. Device with ID register 0 is not a SGTL5000
  205. No device for DAI imx-ssi-1-0
  206. No device for DAI imx-ssi-1-1
  207. No device for DAI imx-ssi-2-0
  208. No device for DAI imx-ssi-2-1
  209. ALSA device list:
  210. No soundcards found.
  211. TCP cubic registered
  212. NET: Registered protocol family 17
  213. can: controller area network core (rev 20090105 abi 8)
  214. NET: Registered protocol family 29
  215. can: raw protocol (rev 20090105)
  216. can: broadcast manager protocol (rev 20090105 t)
  217. Bluetooth: L2CAP ver 2.14
  218. Bluetooth: L2CAP socket layer initialized
  219. Bluetooth: SCO (Voice Link) ver 0.6
  220. Bluetooth: SCO socket layer initialized
  221. Bluetooth: RFCOMM TTY layer initialized
  222. Bluetooth: RFCOMM socket layer initialized
  223. Bluetooth: RFCOMM ver 1.11
  224. Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  225. Bluetooth: BNEP filters: protocol multicast
  226. Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  227. VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
  228. hub 2-1:1.0: USB hub found
  229. hub 2-1:1.0: 7 ports detected
  230. regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_MEM on
  231. regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_PRO on
  232. regulator_init_complete: incomplete constraints, leaving DA9052_BUCK_CORE on
  233. regulator_init_complete: incomplete constraints, leaving DA9052_LDO10 on
  234. regulator_init_complete: incomplete constraints, leaving DA9052_LDO8 on
  235. regulator_init_complete: incomplete constraints, leaving DA9052_LDO7 on
  236. regulator_init_complete: incomplete constraints, leaving DA9052_LDO6 on
  237. regulator_init_complete: incomplete constraints, leaving DA9052_LDO4 on
  238. regulator_init_complete: incomplete constraints, leaving DA9052_LDO3 on
  239. regulator_init_complete: incomplete constraints, leaving DA9052_LDO2 on
  240. regulator_init_complete: incomplete constraints, leaving DA9052_LDO1 on
  241. mxc_rtc mxc_rtc.0: setting system clock to 1970-01-01 00:00:00 UTC (0)
  242. mmc0: new high speed SD card at address 1234
  243. mmcblk0: mmc0:1234 SA02G 1.85 GiB
  244. mmcblk0: unknown partition table
  245. usb 2-1.2: new low speed USB device using fsl-ehci and address 3
  246. input: Logitech USB Keyboard as /devices/platform/fsl-ehci.1/usb2/2-1/2-1.2/2-1.2:1.0/input/input3
  247. generic-usb 0003:046D:C31C.0001: input: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-fsl-ehci.1-1.2/input0
  248. input: Logitech USB Keyboard as /devices/platform/fsl-ehci.1/usb2/2-1/2-1.2/2-1.2:1.1/input/input4
  249. generic-usb 0003:046D:C31C.0002: input: USB HID v1.10 Device [Logitech USB Keyboard] on usb-fsl-ehci.1-1.2/input1
  250. usb 2-1.3: new full speed USB device using fsl-ehci and address 4
  251. eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=0:00, irq=-1)
  252. usb 2-1.5: new high speed USB device using fsl-ehci and address 5
  253. IP-Config: Complete:
  254. device=eth0, addr=192.168.0.184, mask=255.255.255.0, gw=192.168.0.1,
  255. host=192.168.0.184, domain=, nis-domain=(none),
  256. bootserver=192.168.0.251, rootserver=192.168.0.251, rootpath=
  257. Looking up port of RPC 100003/2 on 192.168.0.251
  258. PHY: 0:00 - Link is Up - 100/Full
  259. Looking up port of RPC 100005/1 on 192.168.0.251
  260. VFS: Mounted root (nfs filesystem) on device 0:11.
  261. Freeing init memory: 172K
  262.  
  263. - FREEZES HERE -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement