Advertisement
Guest User

Untitled

a guest
Dec 16th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 KB | None | 0 0
  1. U-Boot 2012.04.01-gef96cd0-dirty (Jun 20 2012 - 00:57:41) Allwinner Technology
  2.  
  3. CPU: SUNXI Family
  4. Board: A10-EVB
  5. DRAM: 605.3 MiB
  6. MMC: SUNXI SD/MMC: 0
  7. In: serial
  8. Out: serial
  9. Err: serial
  10. Hit any key to stop autoboot: 3  2  1  0
  11. reading evb.bin
  12.  
  13. 42052 bytes read
  14. reading uImage
  15.  
  16. 4133640 bytes read
  17. ## Booting kernel from Legacy Image at 48000000 ...
  18. Image Name: Linux-3.4.67-t1
  19. Image Type: ARM Linux Kernel Image (uncompressed)
  20. Data Size: 4133576 Bytes = 3.9 MiB
  21. Load Address: 40008000
  22. Entry Point: 40008000
  23. Verifying Checksum ... OK
  24. Loading Kernel Image ... OK
  25. OK
  26.  
  27. Starting kernel ...
  28.  
  29. <6>Booting Linux on physical CPU 0
  30.  
  31. <6>Initializing cgroup subsys cpuset
  32.  
  33. <6>Initializing cgroup subsys cpu
  34.  
  35. <5>Linux version 3.4.67-t1 (root@miniand) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #3 PREEMPT Tue Dec 17 00:33:39 HKT 2013
  36.  
  37. CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  38.  
  39. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  40.  
  41. Machine: sun4i
  42.  
  43. <6>Memory cut off:
  44.  
  45. <6> MALI : 0x5c000000 - 0x5fffffff ( 64 MB)
  46.  
  47. <4>Ignoring unrecognised tag 0x00000000
  48.  
  49. <4>Ignoring unrecognised tag 0x00000000
  50.  
  51. <6>Memory Reserved:
  52.  
  53. <6> SYS : 0x43000000 - 0x4300ffff ( 64 kB)
  54.  
  55. <6> VE : 0x44000000 - 0x48ffffff ( 80 MB)
  56.  
  57. <6> G2D : 0x49000000 - 0x49ffffff ( 16 MB)
  58.  
  59. <6> LCD : 0x5a000000 - 0x5bffffff ( 32 MB)
  60.  
  61. Memory policy: ECC disabled, Data cache writeback
  62.  
  63. <6>sunxi: Allwinner A10 revision C (AW1623/sun4i) detected.
  64.  
  65. <7>On node 0 totalpages: 138564
  66.  
  67. <7>free_area_init_node: node 0, pgdat c07eedd4, node_mem_map c09af000
  68.  
  69. <7> Normal zone: 896 pages used for memmap
  70.  
  71. <7> Normal zone: 0 pages reserved
  72.  
  73. <7> Normal zone: 113792 pages, LIFO batch:31
  74.  
  75. <7> HighMem zone: 3342 pages used for memmap
  76.  
  77. <7> HighMem zone: 20534 pages, LIFO batch:3
  78.  
  79. <7>pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768<c>
  80.  
  81. <7>pcpu-alloc: <c>[0] <c>0 <c>
  82.  
  83. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 134326
  84.  
  85. <5>Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 init=/init loglevel=8 rootfstype=ext4 rootwait
  86.  
  87. <6>PID hash table entries: 2048 (order: 1, 8192 bytes)
  88.  
  89. <6>Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  90.  
  91. <6>Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  92.  
  93. <6>Memory: 448MB 93MB = 541MB total
  94.  
  95. <5>Memory: 408388k/408388k available, 145872k reserved, 95504K highmem
  96.  
  97. <5>Virtual kernel memory layout:
  98.  
  99. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  100.  
  101. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  102.  
  103. vmalloc : 0xdc800000 - 0xff000000 ( 552 MB)
  104.  
  105. lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
  106.  
  107. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  108.  
  109. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  110.  
  111. .text : 0xc0008000 - 0xc0764000 (7536 kB)
  112.  
  113. .init : 0xc0764000 - 0xc0791000 ( 180 kB)
  114.  
  115. .data : 0xc0792000 - 0xc07f9788 ( 414 kB)
  116.  
  117. .bss : 0xc07f97ac - 0xc09aea68 (1749 kB)
  118.  
  119. <6>SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  120.  
  121. <6>NR_IRQS:128
  122.  
  123. <6>sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  124.  
  125. <6>Console: colour dummy device 80x30
  126.  
  127. <6>Calibrating delay loop... <c>1001.88 BogoMIPS (lpj=5009408)
  128.  
  129. <6>pid_max: default: 32768 minimum: 301
  130.  
  131. <6>Mount-cache hash table entries: 512
  132.  
  133. <6>Initializing cgroup subsys cpuacct
  134.  
  135. <6>Initializing cgroup subsys devices
  136.  
  137. <6>Initializing cgroup subsys freezer
  138.  
  139. <6>Initializing cgroup subsys blkio
  140.  
  141. <6>CPU: Testing write buffer coherency: ok
  142.  
  143. <6>hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  144.  
  145. <6>Setting up static identity map for 0x40544538 - 0x40544590
  146.  
  147. <6>devtmpfs: initialized
  148.  
  149. <6>dummy:
  150.  
  151. <6>NET: Registered protocol family 16
  152.  
  153. <6>hw-breakpoint: debug architecture 0x4 unsupported.
  154.  
  155. <6>Init eGon pin module V2.0
  156.  
  157. SOFTWINNER DMA Driver, (c) 2003-2004,2006 Simtec Electronics
  158.  
  159. <6>Initialize DMAC OK
  160.  
  161. <6>bio: create slab <bio-0> at 0
  162.  
  163. <6>sunxi_gpio driver init ver 1.3
  164.  
  165. <6>sunxi_gpio_probe can't find script.bin '[gpio_para]' 'gpio_used'
  166.  
  167. <4>gpio-sunxi: probe of gpio-sunxi failed with error -4
  168.  
  169. <5>SCSI subsystem initialized
  170.  
  171. <7>libata version 3.00 loaded.
  172.  
  173. <6>usbcore: registered new interface driver usbfs
  174.  
  175. <6>usbcore: registered new interface driver hub
  176.  
  177. <6>usbcore: registered new device driver usb
  178.  
  179. <6>Linux video capture interface: v2.00
  180.  
  181. <6>Advanced Linux Sound Architecture Driver Version 1.0.25.
  182.  
  183. <6>Bluetooth: Core ver 2.16
  184.  
  185. <6>NET: Registered protocol family 31
  186.  
  187. <6>Bluetooth: HCI device and connection manager initialized
  188.  
  189. <6>Bluetooth: HCI socket layer initialized
  190.  
  191. <6>Bluetooth: L2CAP socket layer initialized
  192.  
  193. <6>Bluetooth: SCO socket layer initialized
  194.  
  195. <6>Switching to clocksource aw_64bits_counter
  196.  
  197. <6>cfg80211: Calling CRDA to update world regulatory domain
  198.  
  199. <5>FS-Cache: Loaded
  200.  
  201. <6>CacheFiles: Loaded
  202.  
  203. <6>sw_hcd_host0 sw_hcd_host0: sw_hcd host driver
  204.  
  205. <6>sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus number 1
  206.  
  207. <6>hub 1-0:1.0: USB hub found
  208.  
  209. <6>hub 1-0:1.0: 1 port detected
  210.  
  211. axp driver uning configuration failed(566)
  212.  
  213. axp driver uning configuration failed(578)
  214.  
  215. <6>NET: Registered protocol family 2
  216.  
  217. <6>IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  218.  
  219. <6>TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  220.  
  221. <6>TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
  222.  
  223. <6>TCP: Hash tables configured (established 16384 bind 16384)
  224.  
  225. <6>TCP: reno registered
  226.  
  227. <6>UDP hash table entries: 256 (order: 0, 4096 bytes)
  228.  
  229. <6>UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  230.  
  231. <6>NET: Registered protocol family 1
  232.  
  233. <6>RPC: Registered named UNIX socket transport module.
  234.  
  235. <6>RPC: Registered udp transport module.
  236.  
  237. <6>RPC: Registered tcp transport module.
  238.  
  239. <6>RPC: Registered tcp NFSv4.1 backchannel transport module.
  240.  
  241. <6>audit: initializing netlink socket (disabled)
  242.  
  243. <5>type=2000 audit(0.309:1): initialized
  244.  
  245. highmem bounce pool size: 64 pages
  246.  
  247. <5>VFS: Disk quotas dquot_6.5.2
  248.  
  249. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  250.  
  251. <6>NTFS driver 2.1.30 [Flags: R/W].
  252.  
  253. <6>fuse init (API version 7.18)
  254.  
  255. <6>msgmni has been set to 611
  256.  
  257. <1>Unable to handle kernel paging request at virtual address fffffffe
  258.  
  259. <1>pgd = c0004000
  260.  
  261. <1>[fffffffe] *pgd=59ffe821, *pte=00000000, *ppte=00000000
  262.  
  263. <0>Internal error: Oops: 817 [#1] PREEMPT ARM
  264.  
  265. <d>Modules linked in:
  266.  
  267. CPU: 0 Not tainted (3.4.67-t1 #3)
  268.  
  269. PC is at zlib_deflateReset+0x98/0x128
  270.  
  271. LR is at zlib_tr_init+0x228/0x394
  272.  
  273. pc : [<c0290af0>] lr : [<c02926c0>] psr: 60000013
  274.  
  275. sp : d9a0be48 ip : 00000008 fp : d9a0be5c
  276.  
  277. r10: 0000c000 r9 : 00004000 r8 : 00000001
  278.  
  279. r7 : 000007ff r6 : 00000800 r5 : 00000000 r4 : dc810000
  280.  
  281. r3 : fffffffe r2 : 00000000 r1 : 00000000 r0 : 00000000
  282.  
  283. Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
  284.  
  285. Control: 10c5387d Table: 40004019 DAC: 00000015
  286.  
  287.  
  288. PC: 0xc0290a70:
  289.  
  290. 0a70 e593401c e3540000 0a00003d e3a02000 e3a01002 e5832014 e5832008 e5832018
  291.  
  292. 0a90 e5831024 e5940018 e5941008 e1500002 e5842014 b5842018 e5841010 ba00002e
  293.  
  294. 0ab0 13a02071 0a00002c e5842004 e3a05000 e3a02001 e1a00004 e5832028 e5845020
  295.  
  296. 0ad0 eb000670 e5943044 e5941024 e2433001 e594203c e1a03083 e1a01081 e5841034
  297.  
  298. 0af0 e18250b3 e5941044 e594003c e2411106 e1b01081 0a000000 ebffa8c4 e594107c
  299.  
  300. 0b10 e3a05002 e59fc060 e3a03000 e5845070 e1a00003 e0811081 e5845058 e5843064
  301.  
  302. 0b30 e1a01511 e5843054 e08c2001 e584306c e19cc0b1 e1d250b2 e1d210b4 e1d220b6
  303.  
  304. 0b50 e5845078 e584c084 e5841088 e5842074 e5843060 e5843040 e89da830 e3a0202a
  305.  
  306.  
  307. LR: 0xc0292640:
  308.  
  309. 2640 e3530d07 e1c200b2 1afffff9 e15be3be e3a03000 e3a00007 e28c2070 e14b23ba
  310.  
  311. 2660 e0812003 e2833004 e2822b01 e3530060 e1c200b2 1afffff9 e15b33bc e3a02000
  312.  
  313. 2680 e3a0c008 e28e0018 e14b03be e0810002 e2822004 e2800e46 e3520020 e1c0c0b2
  314.  
  315. 26a0 1afffff9 e59f0174 e300111f e24b204c e59f616c e2833008 e14b33bc ebfffb15
  316.  
  317. 26c0 e3a0c000 e1a0500c e3a07005 e086000c e1a02005 e3a03005 e3a01000 e1c070b2
  318.  
  319. 26e0 e2020001 e2533001 e1801001 e1a020a2 e1a01081 1afffff9 e1a010a1 e18610bc
  320.  
  321. 2700 e28cc004 e2855001 e35c0078 1affffee e59f30f0 e3a02001 e58323ec e59fc104
  322.  
  323. 2720 e2840ea7 e301a6a8 e3a09000 e2800004 e784900a e5840b28 e30106b4 e584cb18
  324.  
  325.  
  326. SP: 0xd9a0bdc8:
  327.  
  328. bdc8 020000c8 08000400 20001000 80004000 dc810000 c0895bd0 c0290af0 60000013
  329.  
  330. bde8 ffffffff d9a0be34 d9a0be5c d9a0be00 c000e818 c00083bc 00000000 00000000
  331.  
  332. be08 00000000 fffffffe dc810000 00000000 00000800 000007ff 00000001 00004000
  333.  
  334. be28 0000c000 d9a0be5c 00000008 d9a0be48 c02926c0 c0290af0 60000013 ffffffff
  335.  
  336. be48 00008000 0000000f d9a0be9c d9a0be60 c0290d30 c0290a64 c00b8ce4 00000001
  337.  
  338. be68 0000000b dc8136cc ffffffff d98de780 d98de7c0 00000000 00000002 d9a0a000
  339.  
  340. be88 000002d8 00000400 d9a0bec4 d9a0bea0 c025a594 c0290b8c 00000008 00000000
  341.  
  342. bea8 00000000 c07b62b4 d98de780 00000000 d9a0bee4 d9a0bec8 c0247244 c025a544
  343.  
  344.  
  345. FP: 0xd9a0bddc:
  346.  
  347. bddc c0895bd0 c0290af0 60000013 ffffffff d9a0be34 d9a0be5c d9a0be00 c000e818
  348.  
  349. bdfc c00083bc 00000000 00000000 00000000 fffffffe dc810000 00000000 00000800
  350.  
  351. be1c 000007ff 00000001 00004000 0000c000 d9a0be5c 00000008 d9a0be48 c02926c0
  352.  
  353. be3c c0290af0 60000013 ffffffff 00008000 0000000f d9a0be9c d9a0be60 c0290d30
  354.  
  355. be5c c0290a64 c00b8ce4 00000001 0000000b dc8136cc ffffffff d98de780 d98de7c0
  356.  
  357. be7c 00000000 00000002 d9a0a000 000002d8 00000400 d9a0bec4 d9a0bea0 c025a594
  358.  
  359. be9c c0290b8c 00000008 00000000 00000000 c07b62b4 d98de780 00000000 d9a0bee4
  360.  
  361. bebc d9a0bec8 c0247244 c025a544 0000040f 00000002 c07b62b4 d98de840 d9a0bf0c
  362.  
  363.  
  364. R4: 0xdc80ff80:
  365.  
  366. ff80 ******** ******** ******** ******** ******** ******** ******** ********
  367.  
  368. ffa0 ******** ******** ******** ******** ******** ******** ******** ********
  369.  
  370. ffc0 ******** ******** ******** ******** ******** ******** ******** ********
  371.  
  372. ffe0 ******** ******** ******** ******** ******** ******** ******** ********
  373.  
  374. 0000 00000000 0000002a 00000000 00000000 00000000 00000000 00000000 00000000
  375.  
  376. 0020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  377.  
  378. 0040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  379.  
  380. 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  381.  
  382. <0>Process cryptomgr_test (pid: 34, stack limit = 0xd9a0a2e8)
  383.  
  384. <0>Stack: (0xd9a0be48 to 0xd9a0c000)
  385.  
  386. <0>be40: 00008000 0000000f d9a0be9c d9a0be60 c0290d30 c0290a64
  387.  
  388. <0>be60: c00b8ce4 00000001 0000000b dc8136cc ffffffff d98de780 d98de7c0 00000000
  389.  
  390. <0>be80: 00000002 d9a0a000 000002d8 00000400 d9a0bec4 d9a0bea0 c025a594 c0290b8c
  391.  
  392. <0>bea0: 00000008 00000000 00000000 c07b62b4 d98de780 00000000 d9a0bee4 d9a0bec8
  393.  
  394. <0>bec0: c0247244 c025a544 0000040f 00000002 c07b62b4 d98de840 d9a0bf0c d9a0bee8
  395.  
  396. <0>bee0: c0247510 c024719c c05c9fe8 00000002 d98de840 d98de840 d98de880 00000400
  397.  
  398. <0>bf00: d9a0bf34 d9a0bf10 c0250128 c02474cc 00000400 00000002 00000002 ffffffff
  399.  
  400. <0>bf20: 00000002 00000000 d9a0bfa4 d9a0bf38 c02510fc c0250108 00000001 d9837e3c
  401.  
  402. <0>bf40: 00000000 00000000 d9a0bf64 d9a0bf58 c005581c c005568c d9a0bf9c d9a0a000
  403.  
  404. <0>bf60: 00000013 c024ee70 00000013 00000000 00000000 00000000 d9a0bf9c d98de840
  405.  
  406. <0>bf80: d98de840 c024ee70 00000013 00000000 00000000 00000000 d9a0bfbc d9a0bfa8
  407.  
  408. <0>bfa0: c024eeb8 c0251084 00000000 d9837e28 d9a0bff4 d9a0bfc0 c004c704 c024ee7c
  409.  
  410. <0>bfc0: d9837e28 00000000 d98de840 00000000 d9a0bfd0 d9a0bfd0 00000000 d9837e28
  411.  
  412. <0>bfe0: c004c674 c0034a54 00000000 d9a0bff8 c0034a54 c004c680 69207469 2c72746e
  413.  
  414. Backtrace:
  415.  
  416. [<c0290a58>] (zlib_deflateReset+0x0/0x128) from [<c0290d30>] (zlib_deflateInit2+0x1b0/0x1c0)
  417.  
  418. r5:0000000f r4:00008000
  419.  
  420. [<c0290b80>] (zlib_deflateInit2+0x0/0x1c0) from [<c025a594>] (deflate_init+0x5c/0xd0)
  421.  
  422. [<c025a538>] (deflate_init+0x0/0xd0) from [<c0247244>] (__crypto_alloc_tfm+0xb4/0x13c)
  423.  
  424. r6:00000000 r5:d98de780 r4:c07b62b4
  425.  
  426. [<c0247190>] (__crypto_alloc_tfm+0x0/0x13c) from [<c0247510>] (crypto_alloc_base+0x50/0x90)
  427.  
  428. r7:d98de840 r6:c07b62b4 r5:00000002 r4:0000040f
  429.  
  430. [<c02474c0>] (crypto_alloc_base+0x0/0x90) from [<c0250128>] (alg_test_comp+0x2c/0x88)
  431.  
  432. [<c02500fc>] (alg_test_comp+0x0/0x88) from [<c02510fc>] (alg_test+0x84/0x1c0)
  433.  
  434. r6:00000000 r5:00000002 r4:ffffffff
  435.  
  436. [<c0251078>] (alg_test+0x0/0x1c0) from [<c024eeb8>] (cryptomgr_test+0x48/0x50)
  437.  
  438. [<c024ee70>] (cryptomgr_test+0x0/0x50) from [<c004c704>] (kthread+0x90/0x9c)
  439.  
  440. r4:d9837e28 r3:00000000
  441.  
  442. [<c004c674>] (kthread+0x0/0x9c) from [<c0034a54>] (do_exit+0x0/0x7e4)
  443.  
  444. r6:c0034a54 r5:c004c674 r4:d9837e28
  445.  
  446. <0>Code: e594203c e1a03083 e1a01081 e5841034 (e18250b3)
  447.  
  448. <4>---[ end trace 7553328ee36249de ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement