Advertisement
Guest User

Untitled

a guest
Jan 7th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. boot
  2. reading uEnv.txt
  3. 14 bytes read in 4 ms (2.9 KiB/s)
  4. Loaded environment from uEnv.txt
  5. reading boot.scr
  6. 244 bytes read in 5 ms (46.9 KiB/s)
  7. Jumping to boot.scr
  8. ## Executing script at 44000000
  9. reading boot/script.bin
  10. 43804 bytes read in 13 ms (3.2 MiB/s)
  11. reading boot/uImage
  12. 4369912 bytes read in 283 ms (14.7 MiB/s)
  13. ## Booting kernel from Legacy Image at 48000000 ...
  14. Image Name: Linux-3.4.67
  15. Image Type: ARM Linux Kernel Image (uncompressed)
  16. Data Size: 4369848 Bytes = 4.2 MiB
  17. Load Address: 40008000
  18. Entry Point: 40008000
  19. Verifying Checksum ... OK
  20. Loading Kernel Image ... OK
  21. Using machid 0x1008 from environment
  22.  
  23. Starting kernel ...
  24.  
  25. <6>Booting Linux on physical CPU 0
  26.  
  27. <6>Initializing cgroup subsys cpuset
  28.  
  29. <5>Linux version 3.4.67 (h36sa@h36sa-ThinkPad-T61) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu7) ) #1 PREEMPT Sun Dec 15 10:08:36 PST 2013
  30.  
  31. CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  32.  
  33. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  34.  
  35. Machine: sun4i
  36.  
  37. <6>Memory cut off:
  38.  
  39. <6> MALI : 0x5c000000 - 0x5fffffff ( 64 MB)
  40.  
  41. <4>Ignoring unrecognised tag 0x00000000
  42.  
  43. <6>Memory Reserved:
  44.  
  45. <6> SYS : 0x43000000 - 0x4300ffff ( 64 kB)
  46.  
  47. <6> VE : 0x44000000 - 0x48ffffff ( 80 MB)
  48.  
  49. <6> G2D : 0x49000000 - 0x49ffffff ( 16 MB)
  50.  
  51. <6> LCD : 0x5a000000 - 0x5bffffff ( 32 MB)
  52.  
  53. Memory policy: ECC disabled, Data cache writeback
  54.  
  55. <6>sunxi: Allwinner A10 revision C (AW1623/sun4i) detected.
  56.  
  57. <7>On node 0 totalpages: 245760
  58.  
  59. <7>free_area_init_node: node 0, pgdat c0849aa0, node_mem_map c0a11000
  60.  
  61. <7> Normal zone: 1520 pages used for memmap
  62.  
  63. <7> Normal zone: 0 pages reserved
  64.  
  65. <7> Normal zone: 176656 pages, LIFO batch:31
  66.  
  67. <7> HighMem zone: 528 pages used for memmap
  68.  
  69. <7> HighMem zone: 67056 pages, LIFO batch:15
  70.  
  71. <7>pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768<c>
  72.  
  73. <7>pcpu-alloc: <c>[0] <c>0 <c>
  74.  
  75. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243712
  76.  
  77. <5>Kernel command line: console=ttyS0 root=/dev/mmcblk0p2 rootwait panic=10
  78.  
  79. <6>PID hash table entries: 4096 (order: 2, 16384 bytes)
  80.  
  81. <6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  82.  
  83. <6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  84.  
  85. <6>Memory: 448MB 512MB = 960MB total
  86.  
  87. <5>Memory: 833068k/833068k available, 149972k reserved, 270336K highmem
  88.  
  89. <5>Virtual kernel memory layout:
  90.  
  91. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  92.  
  93. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  94.  
  95. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  96.  
  97. lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  98.  
  99. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  100.  
  101. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  102.  
  103. .text : 0xc0008000 - 0xc07bbd90 (7888 kB)
  104.  
  105. .init : 0xc07bc000 - 0xc07e8000 ( 176 kB)
  106.  
  107. .data : 0xc07e8000 - 0xc0854b10 ( 435 kB)
  108.  
  109. .bss : 0xc0854b34 - 0xc0a104a8 (1775 kB)
  110.  
  111. <6>SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  112.  
  113. <6>NR_IRQS:128
  114.  
  115. <6>sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  116.  
  117. <6>Console: colour dummy device 80x30
  118.  
  119. <6>Calibrating delay loop... <c>1001.88 BogoMIPS (lpj=5009408)
  120.  
  121. <6>pid_max: default: 32768 minimum: 301
  122.  
  123. <6>Mount-cache hash table entries: 512
  124.  
  125. <6>Initializing cgroup subsys cpuacct
  126.  
  127. <6>Initializing cgroup subsys devices
  128.  
  129. <6>Initializing cgroup subsys freezer
  130.  
  131. <6>Initializing cgroup subsys blkio
  132.  
  133. <6>CPU: Testing write buffer coherency: ok
  134.  
  135. <6>hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  136.  
  137. <6>Setting up static identity map for 0x4055d1a0 - 0x4055d1f8
  138.  
  139. <6>devtmpfs: initialized
  140.  
  141. <6>dummy:
  142.  
  143. <6>NET: Registered protocol family 16
  144.  
  145. <6>hw-breakpoint: debug architecture 0x4 unsupported.
  146.  
  147. <6>Init eGon pin module V2.0
  148.  
  149. SOFTWINNER DMA Driver, (c) 2003-2004,2006 Simtec Electronics
  150.  
  151. <6>Initialize DMAC OK
  152.  
  153. <6>bio: create slab <bio-0> at 0
  154.  
  155. <6>sunxi_gpio driver init ver 1.3
  156.  
  157. <6>sunxi_gpio_probe can't find script.bin '[gpio_para]' 'gpio_used'
  158.  
  159. <4>gpio-sunxi: probe of gpio-sunxi failed with error -4
  160.  
  161. <5>SCSI subsystem initialized
  162.  
  163. <7>libata version 3.00 loaded.
  164.  
  165. <6>usbcore: registered new interface driver usbfs
  166.  
  167. <6>usbcore: registered new interface driver hub
  168.  
  169. <6>usbcore: registered new device driver usb
  170.  
  171. <6>Linux video capture interface: v2.00
  172.  
  173. <6>Advanced Linux Sound Architecture Driver Version 1.0.25.
  174.  
  175. <6>Bluetooth: Core ver 2.16
  176.  
  177. <6>NET: Registered protocol family 31
  178.  
  179. <6>Bluetooth: HCI device and connection manager initialized
  180.  
  181. <6>Bluetooth: HCI socket layer initialized
  182.  
  183. <6>Bluetooth: L2CAP socket layer initialized
  184.  
  185. <6>Bluetooth: SCO socket layer initialized
  186.  
  187. <6>Switching to clocksource aw_64bits_counter
  188.  
  189. <6>cfg80211: Calling CRDA to update world regulatory domain
  190.  
  191. <5>FS-Cache: Loaded
  192.  
  193. <6>CacheFiles: Loaded
  194.  
  195. [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG
  196.  
  197. [sw_hcd0]: usb host driver initialize........
  198.  
  199. [sw_hcd0]: open_usb_clock
  200.  
  201. [sw_hcd0]: host_init_state = 0
  202.  
  203. [sw_hcd0]: platform is usb host
  204.  
  205. [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
  206.  
  207. [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode controller at f1c13000 using PIO, IRQ 38
  208.  
  209. <6>sw_hcd_host0 sw_hcd_host0: sw_hcd host driver
  210.  
  211. <6>sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus number 1
  212.  
  213. <6>hub 1-0:1.0: USB hub found
  214.  
  215. <6>hub 1-0:1.0: 1 port detected
  216.  
  217. wrn: hcd is not enable, need not start hcd
  218.  
  219. [sw_hcd0]: sw_usb_host0_disable start
  220.  
  221. -------sw_hcd0_soft_disconnect---------
  222.  
  223. is_on = 0, hcd0_set_vbus_cnt = 0
  224.  
  225. [sw_hcd_host0]: Set USB Power Off
  226.  
  227. wrn: hcd is not enable, need not stop hcd
  228.  
  229. [sw_hcd0]: close_usb_clock
  230.  
  231. [sw_hcd0]: sw_usb_host0_disable end
  232.  
  233. [sw_udc]: udc_init: version 20080411
  234.  
  235. <6>NET: Registered protocol family 2
  236.  
  237. <6>IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  238.  
  239. <6>TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  240.  
  241. <6>TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  242.  
  243. <6>TCP: Hash tables configured (established 131072 bind 65536)
  244.  
  245. <6>TCP: reno registered
  246.  
  247. <6>UDP hash table entries: 512 (order: 1, 8192 bytes)
  248.  
  249. <6>UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  250.  
  251. <6>NET: Registered protocol family 1
  252.  
  253. <6>RPC: Registered named UNIX socket transport module.
  254.  
  255. <6>RPC: Registered udp transport module.
  256.  
  257. <6>RPC: Registered tcp transport module.
  258.  
  259. <6>RPC: Registered tcp NFSv4.1 backchannel transport module.
  260.  
  261. <6>audit: initializing netlink socket (disabled)
  262.  
  263. <5>type=2000 audit(0.369:1): initialized
  264.  
  265. highmem bounce pool size: 64 pages
  266.  
  267. <5>VFS: Disk quotas dquot_6.5.2
  268.  
  269. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  270.  
  271. <5>NFS: Registering the id_resolver key type
  272.  
  273. <6>NTFS driver 2.1.30 [Flags: R/W].
  274.  
  275. <6>fuse init (API version 7.18)
  276.  
  277. <6>msgmni has been set to 1099
  278.  
  279. <3>alg: comp: Compression test 1 failed for lzo-generic: output len = 57
  280.  
  281. <6>alg: No test for stdrng (krng)
  282.  
  283. <6>Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  284.  
  285. <6>io scheduler noop registered
  286.  
  287. <6>io scheduler deadline registered
  288.  
  289. <6>io scheduler cfq registered (default)
  290.  
  291. <6>sunxi disp driver loaded (/dev/disp api 1.0)
  292.  
  293. <6>Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  294.  
  295. <6>[uart]: used uart info.: 0x01
  296.  
  297. <6>[uart]: serial probe 0 irq 1 mapbase 0x01c28000
  298.  
  299. <6>sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 1) is a U6_16550A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement