Guest User

Untitled

a guest
Sep 29th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0
  2. [ 0.000000] Linux version 3.5.4armus+ (dax@Rockstar) (gcc version 4.2.4) #138 PREEMPT Tue Oct 2 20:31:56 EDT 2012
  3. [ 0.000000] CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0003177
  4. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  5. [ 0.000000] Machine: Atmel AT92RM9200 - ARMUS
  6. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  7. [ 0.000000] AT91: Detected soc type: at91rm9200
  8. [ 0.000000] AT91: Detected soc subtype: Unknown
  9. [ 0.000000] AT91: sram at 0x200000 of 0x4000 mapped at 0xfef74000
  10. [ 0.000000] On node 0 totalpages: 16384
  11. [ 0.000000] free_area_init_node: node 0, pgdat c02dbdfc, node_mem_map c0900000
  12. [ 0.000000] Normal zone: 128 pages used for memmap
  13. [ 0.000000] Normal zone: 0 pages reserved
  14. [ 0.000000] Normal zone: 16256 pages, LIFO batch:3
  15. [ 0.000000] Clocks: CPU 179 MHz, master 59 MHz, main 18.432 MHz
  16. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  17. [ 0.000000] pcpu-alloc: [0] 0
  18. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
  19. [ 0.000000] Kernel command line: root=/dev/ram rw initrd=0x20300000,6M ramdisk_size=0x3C0000 console=ttyS0,115200,mem=60M
  20. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  21. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  22. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  23. [ 0.000000] Memory: 64MB = 64MB total
  24. [ 0.000000] Memory: 55796k/55796k available, 9740k 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 : 0xc4800000 - 0xff000000 ( 936 MB)
  29. [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
  30. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  31. [ 0.000000] .text : 0xc0008000 - 0xc029b000 (2636 kB)
  32. [ 0.000000] .init : 0xc029b000 - 0xc02b8484 ( 118 kB)
  33. [ 0.000000] .data : 0xc02ba000 - 0xc02dc4e0 ( 138 kB)
  34. [ 0.000000] .bss : 0xc02dc504 - 0xc02ea208 ( 56 kB)
  35. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  36. [ 0.000000] NR_IRQS:192
  37. [ 0.000000] AT91: 96 gpio irqs in 3 banks
  38. [ 0.000000] sched_clock: 32 bits at 128 Hz, resolution 7812500ns, wraps every 3489660920ms
  39. [ 0.000000] Console: colour dummy device 80x30
  40. [ 0.062500] Calibrating delay loop... 89.27 BogoMIPS (lpj=348160)
  41. [ 0.062500] pid_max: default: 32768 minimum: 301
  42. [ 0.062500] Mount-cache hash table entries: 512
  43. [ 0.062500] CPU: Testing write buffer coherency: ok
  44. [ 0.062500] Setting up static identity map for 0x202124b0 - 0x202124ec
  45. [ 0.070312] NET: Registered protocol family 16
  46. [ 0.164062] bio: create slab <bio-0> at 0
  47. [ 0.171875] usbcore: registered new interface driver usbfs
  48. [ 0.171875] usbcore: registered new interface driver hub
  49. [ 0.171875] usbcore: registered new device driver usb
  50. [ 0.179687] i2c-gpio i2c-gpio.0: using pins 25 (SDA) and 26 (SCL)
  51. [ 0.187500] Advanced Linux Sound Architecture Driver Version 1.0.25.
  52. [ 0.195312] Switching to clocksource 32k_counter
  53. [ 0.296875] NET: Registered protocol family 2
  54. [ 0.296875] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  55. [ 0.296875] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  56. [ 0.296875] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  57. [ 0.296875] TCP: Hash tables configured (established 2048 bind 2048)
  58. [ 0.296875] TCP: reno registered
  59. [ 0.296875] UDP hash table entries: 256 (order: 0, 4096 bytes)
  60. [ 0.296875] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  61. [ 0.304687] NET: Registered protocol family 1
  62. [ 0.304687] Trying to unpack rootfs image as initramfs...
  63. [ 0.312500] rootfs image is not initramfs (no cpio magic); looks like an initrd
  64. [ 0.492187] Freeing initrd memory: 6144K
  65. [ 0.492187] NetWinder Floating Point Emulator V0.97 (double precision)
  66. [ 0.593750] msgmni has been set to 120
  67. [ 0.593750] io scheduler noop registered (default)
  68. [ 0.593750] atmel_usart.0: ttyS0 at MMIO 0xfffff200 (irq = 1) is a ATMEL_SERIAL
  69. [ 0.953125] console [ttyS0] enabled
  70. [ 0.953125] atmel_usart.1: ttyS1 at MMIO 0xfffc0000 (irq = 6) is a ATMEL_SERIAL
  71. [ 0.968750] at91_spi: Baud rate set to 7488000
  72. [ 0.976562] AT91 SPI driver loaded
  73. [ 1.031250] brd: module loaded
  74. [ 1.031250] ssc ssc.0: Atmel SSC device at 0xc4818000 (irq 14)
  75. [ 1.046875] ssc ssc.1: Atmel SSC device at 0xc4820000 (irq 15)
  76. [ 1.054687] physmap platform flash device: 00800000 at 10000000
  77. [ 1.062500] physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x00227e
  78. [ 1.078125] Amd/Fujitsu Extended Query Table at 0x0040
  79. [ 1.085937] Amd/Fujitsu Extended Query version 1.3.
  80. [ 1.085937] number of CFI chips: 1
  81. [ 1.101562] eth0: Link down.
  82. [ 1.101562] eth0: AT91 ethernet at 0xfffbc000 int=24 10-HalfDuplex (00:d0:ca:f1:20:2c)
  83. [ 1.117187] eth0: National Semiconductor DP83848 PHY
  84. [ 1.117187] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  85. [ 1.132812] at91_ohci at91_ohci: can't request overcurrent gpio 0
  86. [ 1.140625] at91_ohci at91_ohci: AT91 OHCI
  87. [ 1.148437] at91_ohci at91_ohci: new USB bus registered, assigned bus number 1
  88. [ 1.156250] at91_ohci at91_ohci: irq 23, io mem 0x00300000
  89. [ 1.226562] hub 1-0:1.0: USB hub found
  90. [ 1.226562] hub 1-0:1.0: 1 port detected
  91. [ 1.234375] usbcore: registered new interface driver libusual
  92. [ 1.250000] at91_rtc at91_rtc: rtc core: registered at91_rtc as rtc0
  93. [ 1.257812] AT91 Real Time Clock driver.
  94. [ 1.257812] i2c /dev entries driver
  95. [ 1.265625] at91rm9200_wdt: AT91 Watchdog Timer enabled (5 seconds, nowayout)
  96. [ 1.320312] AT91 LCD: Initialization Completed.
  97. [ 1.343750] TCP: cubic registered
  98. [ 1.343750] NET: Registered protocol family 17
  99. [ 1.359375] at91_rtc at91_rtc: setting system clock to 1998-01-01 00:00:31 UTC (883612831)
  100. [ 1.367187] ALSA device list:
  101. [ 1.367187] No soundcards found.
  102. [ 1.375000] RAMDISK: gzip image found at block 0
  103. [ 1.414062] mmc0: host does not support reading read-only switch. assuming write-enable.
  104. [ 1.445312] mmc0: new SD card at address f535
  105. [ 1.445312] mmcblk0: mmc0:f535 SD02G 1.83 GiB
  106. [ 1.476562] mmcblk0: p1
  107. [ 6.140625] VFS: Mounted root (ext2 filesystem) on device 1:0.
  108. [ 6.156250] Freeing init memory: 116K
  109. [ 6.156250] Starting init process (/sbin/init)
  110. [ 10.125000] armus_aic23b: Codec in Slave Mode
  111. [ 10.125000] tlv320aic23-codec 0-001a: Failed to add route Mic Bias->MICIN
  112. [ 10.140625] asoc: tlv320aic23-hifi <-> atmel-ssc-dai.1 mapping ok
  113. [ 10.562500] SCSI subsystem initialized
  114. [ 11.734375] Initializing USB Mass Storage driver...
  115. [ 11.734375] usbcore: registered new interface driver usb-storage
  116. [ 11.750000] USB Mass Storage support registered.
  117. [ 13.742187] udevd (427): /proc/427/oom_adj is deprecated, please use /proc/427/oom_score_adj instead.
  118. [ 20.156250] eth0: Link down.
  119. [ 24.539062] udc: at91_udc version 3 May 2006
  120. [ 24.718750] gadget: using random self ethernet address
  121. [ 24.718750] gadget: using random host ethernet address
  122. [ 24.773437] usb0: MAC fa:4f:58:85:db:c0
  123. [ 24.773437] usb0: HOST MAC c2:4e:62:d3:5f:b8
  124. [ 24.789062] gadget: Ethernet Gadget, version: Memorial Day 2008
  125. [ 24.796875] gadget: g_ether ready
  126. [ 1037.609375] g_ether gadget: full-speed config #1: CDC Ethernet (EEM)
  127. [ 1176.859375] usb 1-1: new full-speed USB device number 2 using at91_ohci
Advertisement
Add Comment
Please, Sign In to add comment