Advertisement
Guest User

TXCZ_A20 serial

a guest
Aug 20th, 2014
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.42 KB | None | 0 0
  1. U-Boot SPL 2014.04-10706-g36080eb (Aug 19 2014 - 13:25:24)
  2. Board: Langcent_H6S
  3. DRAM: 256 MiB
  4. CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
  5. spl: not an uImage at 1600
  6.  
  7.  
  8. U-Boot 2014.04-10706-g36080eb (Aug 19 2014 - 13:25:24) Allwinner Technology
  9.  
  10. CPU: Allwinner A20 (SUN7I)
  11. Board: Langcent_H6S
  12. I2C: ready
  13. DRAM: 256 MiB
  14. MMC: SUNXI SD/MMC: 0
  15. *** Warning - bad CRC, using default environment
  16.  
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. Net: No ethernet found.
  21. Hit any key to stop autoboot: 0
  22. sun7i#
  23. sun7i# help
  24. ? - alias for 'help'
  25. base - print or set address offset
  26. bdinfo - print Board Info structure
  27. boot - boot default, i.e., run 'bootcmd'
  28. bootd - boot default, i.e., run 'bootcmd'
  29. bootelf - Boot from an ELF image in memory
  30. bootm - boot application image from memory
  31. bootp - boot image via network using BOOTP/TFTP protocol
  32. bootvx - Boot vxWorks from an ELF image
  33. bootz - boot Linux zImage image from memory
  34. cmp - memory compare
  35. coninfo - print console devices and information
  36. cp - memory copy
  37. crc32 - checksum calculation
  38. dhcp - boot image via network using DHCP/TFTP protocol
  39. echo - echo args to console
  40. editenv - edit environment variable
  41. env - environment handling commands
  42. exit - exit script
  43. ext2load- load binary file from a Ext2 filesystem
  44. ext2ls - list files in a directory (default /)
  45. ext4load- load binary file from a Ext4 filesystem
  46. ext4ls - list files in a directory (default /)
  47. false - do nothing, unsuccessfully
  48. fatinfo - print information about filesystem
  49. fatload - load binary file from a dos filesystem
  50. fatls - list files in a directory (default /)
  51. fatwrite- write file into a dos filesystem
  52. fdt - flattened device tree utility commands
  53. go - start application at address 'addr'
  54. gpio - query and control gpio pins
  55. help - print command description/usage
  56. i2c - I2C sub-system
  57. iminfo - print header information for application image
  58. imxtract- extract a part of a multi-image
  59. itest - return true/false on integer compare
  60. load - load binary file from a filesystem
  61. loadb - load binary file over serial line (kermit mode)
  62. loads - load S-Record file over serial line
  63. loadx - load binary file over serial line (xmodem mode)
  64. loady - load binary file over serial line (ymodem mode)
  65. loop - infinite loop on address range
  66. ls - list files in a directory (default /)
  67. md - memory display
  68. mii - MII utility commands
  69. mm - memory modify (auto-incrementing address)
  70. mmc - MMC sub system
  71. mmcinfo - display MMC info
  72. mw - memory write (fill)
  73. nm - memory modify (constant address)
  74. ping - send ICMP ECHO_REQUEST to network host
  75. printenv- print environment variables
  76. pxe - commands to get and boot from pxe files
  77. reset - Perform RESET of the CPU
  78. run - run commands in an environment variable
  79. saveenv - save environment variables to persistent storage
  80. setenv - set environment variables
  81. setexpr - set environment variable as the result of eval expression
  82. showvar - print local hushshell variables
  83. sleep - delay execution for some time
  84. source - run script from memory
  85. sysboot - command to get and boot from syslinux files
  86. test - minimal test like /bin/sh
  87. tftpboot- boot image via network using TFTP protocol
  88. true - do nothing, successfully
  89. version - print monitor, compiler and linker version
  90. sun7i# fatls mmc 0
  91. ** Unrecognized filesystem type **
  92. sun7i# fatls mmc 1
  93. MMC Device 1 not found
  94. ** Bad device mmc 1 **
  95. sun7i# printenv
  96. autoboot=run loadkernel && run setargs && true && bootm 0x48000000
  97. baudrate=115200
  98. boot_ram=saved_stdout=$stdout;setenv stdout nc;if iminfo 0x41000000; then true; setenv stdout $saved_stdout; source 0x41000000;else setenv stdout $saved_stdout;fi
  99. bootcmd=if run loadbootenv; then echo Loaded environment from ${bootenv};env import -t ${scriptaddr} ${filesize};fi;if test -n "${uenvcmd}"; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadbootscr; then echo Jumping to ${bootscr};source ${scriptaddr};fi;run autoboot;
  100. bootdelay=2
  101. bootenv=uEnv.txt
  102. bootm_size=0x10000000
  103. bootscr=boot.scr
  104. console=ttyS0,115200
  105. device=mmc
  106. ethaddr=02:99:08:80:ad:d6
  107. kernel=uImage
  108. loadbootenv=fatload $device $partition $scriptaddr ${bootenv} || ext2load $device $partition $scriptaddr boot/${bootenv} || ext2load $device $partition $scriptaddr ${bootenv}
  109. loadbootscr=fatload $device $partition $scriptaddr ${bootscr} || ext2load $device $partition $scriptaddr boot/${bootscr} ||ext2load $device $partition $scriptaddr ${bootscr}
  110. loadkernel=if bootpath=/boot/ && ext2load $device $partition 0x43000000 ${bootpath}${script} && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; elif bootpath=/ && fatload $device $partition 0x43000000 ${script} && fatload $device $partition 0x48000000 ${kernel};then true; elif bootpath=/ && ext2load $device $partition 0x43000000 ${bootpath}${script} && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; else false;fi
  111. loglevel=8
  112. panicarg=panic=10
  113. partition=0:1
  114. script=script.bin
  115. scriptaddr=0x44000000
  116. setargs=if test -z \\"$root\\"; then if test \\"$bootpath\\" = "/boot/"; then root="/dev/mmcblk0p1 rootwait"; else root="/dev/mmcblk0p2 rootwait"; fi; fi; setenv bootargs console=${console} root=${root} loglevel=${loglevel} ${panicarg} ${extraargs}
  117. stderr=serial
  118. stdin=serial
  119. stdout=serial
  120.  
  121. Environment size: 1896/131068 bytes
  122. sun7i# boot
  123. ** Unrecognized filesystem type **
  124. ** File not found boot/uEnv.txt **
  125. ** File not found uEnv.txt **
  126. ** Unrecognized filesystem type **
  127. ** File not found boot/boot.scr **
  128. ** File not found boot.scr **
  129. 47472 bytes read in 158 ms (293 KiB/s)
  130. 4444976 bytes read in 354 ms (12 MiB/s)
  131. ## Booting kernel from Legacy Image at 48000000 ...
  132. Image Name: Linux-3.4.90-00253-ge37d760
  133. Image Type: ARM Linux Kernel Image (uncompressed)
  134. Data Size: 4444912 Bytes = 4.2 MiB
  135. Load Address: 40008000
  136. Entry Point: 40008000
  137. Verifying Checksum ... OK
  138. Loading Kernel Image ... OK
  139.  
  140. Starting kernel ...
  141.  
  142. <6>Booting Linux on physical CPU 0
  143. <6>Initializing cgroup subsys cpuset
  144. <6>Initializing cgroup subsys cpu
  145. <5>Linux version 3.4.90-00253-ge37d760 (tim@ebtim) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #1 SMP PREEMPT Tue Aug 19 13:47:13 EDT 2014
  146. CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
  147. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  148. Machine: sun7i
  149. <6>Memory Reserved:
  150. <6> SYS : 0x43000000 - 0x4300ffff ( 64 kB)
  151. <4>Not enough memory to reserve memory for G2D
  152. <4>Not enough memory to reserve memory for LCD
  153. <6>cma: CMA: reserved 192 MiB at 43c00000
  154. Memory policy: ECC disabled, Data cache writealloc
  155. <6>sunxi: Allwinner A20 (AW1651/sun7i) detected.
  156. <7>On node 0 totalpages: 65536
  157. <7>free_area_init_node: node 0, pgdat c0857200, node_mem_map c0a2d000
  158. <7> DMA zone: 512 pages used for memmap
  159. <7> DMA zone: 0 pages reserved
  160. <7> DMA zone: 65024 pages, LIFO batch:15
  161. <6>PERCPU: Embedded 7 pages/cpu @c0c31000 s7424 r8192 d13056 u32768
  162. <7>pcpu-alloc: s7424 r8192 d13056 u32768 alloc=8*4096<c>
  163. <7>pcpu-alloc: <c>[0] <c>0 <c>[0] <c>1 <c>
  164. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  165. <5>Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait loglevel=8 panic=10
  166. <6>PID hash table entries: 1024 (order: 0, 4096 bytes)
  167. <6>Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  168. <6>Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  169. <6>allocated 524288 bytes of page_cgroup
  170. <6>please try 'cgroup_disable=memory' option if you don't want memory cgroups
  171. <6>Memory: 256MB = 256MB total
  172. <5>Memory: 51820k/51820k available, 210324k reserved, 0K highmem
  173. <5>Virtual kernel memory layout:
  174. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  175. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  176. vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  177. lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  178. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  179. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  180. .text : 0xc0008000 - 0xc07be4f0 (7898 kB)
  181. .init : 0xc07bf000 - 0xc07f3d00 ( 212 kB)
  182. .data : 0xc07f4000 - 0xc085e7d8 ( 426 kB)
  183. .bss : 0xc085e7fc - 0xc0a2c8d8 (1849 kB)
  184. <6>SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  185. <6>Preemptible hierarchical RCU implementation.
  186. <6> RCU dyntick-idle grace-period acceleration is enabled.
  187. <6> Additional per-CPU info printed with stalls.
  188. <6>NR_IRQS:192
  189. <6>Architected local timer running at 24.00MHz.
  190. <6>sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  191. <2>start_kernel(): bug: interrupts were enabled early
  192. <6>Console: colour dummy device 80x30
  193. <6>Calibrating delay loop... <c>1915.28 BogoMIPS (lpj=9576448)
  194. <6>pid_max: default: 32768 minimum: 301
  195. <6>Mount-cache hash table entries: 512
  196. <6>Initializing cgroup subsys cpuacct
  197. <6>Initializing cgroup subsys memory
  198. <6>Initializing cgroup subsys devices
  199. <6>Initializing cgroup subsys freezer
  200. <6>Initializing cgroup subsys blkio
  201. <6>Initializing cgroup subsys perf_event
  202. <6>CPU: Testing write buffer coherency: ok
  203. <6>CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  204. <6>hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
  205. <6>Setting up static identity map for 0x40563098 - 0x405630f0
  206. CPU1: Booted secondary processor
  207. <6>CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  208. <6>Brought up 2 CPUs
  209. <6>SMP: Total of 2 processors activated (3830.57 BogoMIPS).
  210. <6>devtmpfs: initialized
  211. <6>dummy:
  212. <6>NET: Registered protocol family 16
  213. <6>DMA: preallocated 256 KiB pool for atomic coherent allocations
  214. <6>hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  215. <6>hw-breakpoint: maximum watchpoint size is 8 bytes.
  216. <6>[ccu-inf] aw clock manager init
  217. <6>[ccu-inf] aw_ccu_init
  218. <6>[ccu-inf] script config pll3 to 297MHz
  219. <6>[ccu-inf] script config pll4 to 300MHz
  220. <6>[ccu-inf] script config pll6 to 600MHz
  221. <6>[ccu-inf] script config pll7 to 297MHz
  222. <6>[ccu-inf] script config pll8 to 336MHz
  223. <6>Init eGon pin module V2.0
  224. <6>bio: create slab <bio-0> at 0
  225. <5>SCSI subsystem initialized
  226. <7>libata version 3.00 loaded.
  227. <6>usbcore: registered new interface driver usbfs
  228. <6>usbcore: registered new interface driver hub
  229. <6>usbcore: registered new device driver usb
  230. <6>Linux media interface: v0.10
  231. <6>Linux video capture interface: v2.00
  232. <6>Advanced Linux Sound Architecture Driver Version 1.0.25.
  233. <6>cfg80211: Calling CRDA to update world regulatory domain
  234. <6>Switching to clocksource arch_sys_counter
  235. <5>FS-Cache: Loaded
  236. <6>CacheFiles: Loaded
  237. [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG
  238. [sw_hcd0]: usb host driver initialize........
  239. [sw_hcd0]: open_usb_clock
  240. [sw_hcd0]: host_init_state = 1
  241. [sw_hcd0]: platform is usb host
  242. [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
  243. [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode controller at f1c13000 using PIO, IRQ 70
  244. <6>sw_hcd_host0 sw_hcd_host0: sw_hcd host driver
  245. <6>sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus number 1
  246. <6>hub 1-0:1.0: USB hub found
  247. <6>hub 1-0:1.0: 1 port detected
  248. is_on = 1, hcd0_set_vbus_cnt = 1
  249. [sw_hcd_host0]: Set USB Power On
  250. [sw_udc]: udc_init: version 20080411
  251. <6>NET: Registered protocol family 2
  252. <6>IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  253. <6>TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  254. <6>TCP bind hash table entries: 8192 (order: 4, 98304 bytes)
  255. <6>TCP: Hash tables configured (established 8192 bind 8192)
  256. <6>TCP: reno registered
  257. <6>UDP hash table entries: 128 (order: 0, 4096 bytes)
  258. <6>UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
  259. <6>NET: Registered protocol family 1
  260. <6>RPC: Registered named UNIX socket transport module.
  261. <6>RPC: Registered udp transport module.
  262. <6>RPC: Registered tcp transport module.
  263. <6>RPC: Registered tcp NFSv4.1 backchannel transport module.
  264. <6>audit: initializing netlink socket (disabled)
  265. <5>type=2000 audit(0.570:1): initialized
  266. <5>VFS: Disk quotas dquot_6.5.2
  267. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  268. <5>NFS: Registering the id_resolver key type
  269. <6>NTFS driver 2.1.30 [Flags: R/W].
  270. <6>fuse init (API version 7.18)
  271. <6>msgmni has been set to 485
  272. <3>alg: comp: Compression test 1 failed for lzo-generic: output len = 57
  273. <6>alg: No test for stdrng (krng)
  274. <6>Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  275. <6>io scheduler noop registered
  276. <6>io scheduler deadline registered
  277. <6>io scheduler cfq registered (default)
  278. <6>sunxi disp driver loaded (/dev/disp api 1.0)
  279. <6>Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  280. <6>[uart]: used uart info.: 0x05
  281. <6>[uart]: serial probe 0 irq 33 mapbase 0x01c28000
  282. <6>sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
  283. [ 0.000000] Booting Linux on physical CPU 0
  284. [ 0.000000] Initializing cgroup subsys cpuset
  285. [ 0.000000] Initializing cgroup subsys cpu
  286. [ 0.000000] Linux version 3.4.90-00253-ge37d760 (tim@ebtim) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #1 SMP PREEMPT Tue Aug 19 13:47:13 EDT 2014
  287. [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
  288. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  289. [ 0.000000] Machine: sun7i
  290. [ 0.000000] Memory Reserved:
  291. [ 0.000000] SYS : 0x43000000 - 0x4300ffff ( 64 kB)
  292. [ 0.000000] Not enough memory to reserve memory for G2D
  293. [ 0.000000] Not enough memory to reserve memory for LCD
  294. [ 0.000000] cma: CMA: reserved 192 MiB at 43c00000
  295. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  296. [ 0.000000] sunxi: Allwinner A20 (AW1651/sun7i) detected.
  297. [ 0.000000] On node 0 totalpages: 65536
  298. [ 0.000000] free_area_init_node: node 0, pgdat c0857200, node_mem_map c0a2d000
  299. [ 0.000000] DMA zone: 512 pages used for memmap
  300. [ 0.000000] DMA zone: 0 pages reserved
  301. [ 0.000000] DMA zone: 65024 pages, LIFO batch:15
  302. [ 0.000000] PERCPU: Embedded 7 pages/cpu @c0c31000 s7424 r8192 d13056 u32768
  303. [ 0.000000] pcpu-alloc: s7424 r8192 d13056 u32768 alloc=8*4096
  304. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  305. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  306. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait loglevel=8 panic=10
  307. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  308. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  309. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  310. [ 0.000000] allocated 524288 bytes of page_cgroup
  311. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  312. [ 0.000000] Memory: 256MB = 256MB total
  313. [ 0.000000] Memory: 51820k/51820k available, 210324k reserved, 0K highmem
  314. [ 0.000000] Virtual kernel memory layout:
  315. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  316. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  317. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  318. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  319. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  320. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  321. [ 0.000000] .text : 0xc0008000 - 0xc07be4f0 (7898 kB)
  322. [ 0.000000] .init : 0xc07bf000 - 0xc07f3d00 ( 212 kB)
  323. [ 0.000000] .data : 0xc07f4000 - 0xc085e7d8 ( 426 kB)
  324. [ 0.000000] .bss : 0xc085e7fc - 0xc0a2c8d8 (1849 kB)
  325. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  326. [ 0.000000] Preemptible hierarchical RCU implementation.
  327. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  328. [ 0.000000] Additional per-CPU info printed with stalls.
  329. [ 0.000000] NR_IRQS:192
  330. [ 0.000000] Architected local timer running at 24.00MHz.
  331. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  332. [ 0.000000] start_kernel(): bug: interrupts were enabled early
  333. [ 0.000000] Console: colour dummy device 80x30
  334. [ 0.010903] Calibrating delay loop... 1915.28 BogoMIPS (lpj=9576448)
  335. [ 0.076007] pid_max: default: 32768 minimum: 301
  336. [ 0.079692] Mount-cache hash table entries: 512
  337. [ 0.084007] Initializing cgroup subsys cpuacct
  338. [ 0.087332] Initializing cgroup subsys memory
  339. [ 0.090759] Initializing cgroup subsys devices
  340. [ 0.094201] Initializing cgroup subsys freezer
  341. [ 0.097425] Initializing cgroup subsys blkio
  342. [ 0.101104] Initializing cgroup subsys perf_event
  343. [ 0.104691] CPU: Testing write buffer coherency: ok
  344. [ 0.109929] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  345. [ 0.117046] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
  346. [ 0.122599] Setting up static identity map for 0x40563098 - 0x405630f0
  347. [ 0.238629] CPU1: Booted secondary processor
  348. [ 0.297480] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  349. [ 0.299500] Brought up 2 CPUs
  350. [ 0.304810] SMP: Total of 2 processors activated (3830.57 BogoMIPS).
  351. [ 0.308035] devtmpfs: initialized
  352. [ 0.313334] dummy:
  353. [ 0.323422] NET: Registered protocol family 16
  354. [ 0.331399] DMA: preallocated 256 KiB pool for atomic coherent allocations
  355. [ 0.339113] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  356. [ 0.343937] hw-breakpoint: maximum watchpoint size is 8 bytes.
  357. [ 0.347092] [ccu-inf] aw clock manager init
  358. [ 0.349362] [ccu-inf] aw_ccu_init
  359. [ 0.353341] [ccu-inf] script config pll3 to 297MHz
  360. [ 0.357093] [ccu-inf] script config pll4 to 300MHz
  361. [ 0.360841] [ccu-inf] script config pll6 to 600MHz
  362. [ 0.364606] [ccu-inf] script config pll7 to 297MHz
  363. [ 0.368352] [ccu-inf] script config pll8 to 336MHz
  364. [ 0.371145] Init eGon pin module V2.0
  365. [ 0.379178] bio: create slab <bio-0> at 0
  366. [ 0.382545] SCSI subsystem initialized
  367. [ 0.385462] libata version 3.00 loaded.
  368. [ 0.390100] usbcore: registered new interface driver usbfs
  369. [ 0.394422] usbcore: registered new interface driver hub
  370. [ 0.398604] usbcore: registered new device driver usb
  371. [ 0.401590] Linux media interface: v0.10
  372. [ 0.405200] Linux video capture interface: v2.00
  373. [ 0.410810] Advanced Linux Sound Architecture Driver Version 1.0.25.
  374. [ 0.416865] cfg80211: Calling CRDA to update world regulatory domain
  375. [ 0.421379] Switching to clocksource arch_sys_counter
  376. [ 0.423503] FS-Cache: Loaded
  377. [ 0.425676] CacheFiles: Loaded
  378. [ 0.435458] [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG
  379. [ 0.439174] [sw_hcd0]: usb host driver initialize........
  380. [ 0.443379] [sw_hcd0]: open_usb_clock
  381. [ 0.467592] [sw_hcd0]: host_init_state = 1
  382. [ 0.468562] [sw_hcd0]: platform is usb host
  383. [ 0.471472] [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
  384. [ 0.482672] [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode controller at f1c13000 using PIO, IRQ 70
  385. [ 0.495195] sw_hcd_host0 sw_hcd_host0: sw_hcd host driver
  386. [ 0.501912] sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus number 1
  387. [ 0.505398] hub 1-0:1.0: USB hub found
  388. [ 0.508297] hub 1-0:1.0: 1 port detected
  389. [ 0.511289] is_on = 1, hcd0_set_vbus_cnt = 1
  390. [ 0.514253] [sw_hcd_host0]: Set USB Power On
  391. [ 0.515591] [sw_udc]: udc_init: version 20080411
  392. [ 0.521834] NET: Registered protocol family 2
  393. [ 0.527982] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  394. [ 0.534454] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  395. [ 0.540029] TCP bind hash table entries: 8192 (order: 4, 98304 bytes)
  396. [ 0.545468] TCP: Hash tables configured (established 8192 bind 8192)
  397. [ 0.547672] TCP: reno registered
  398. [ 0.552461] UDP hash table entries: 128 (order: 0, 4096 bytes)
  399. [ 0.557715] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
  400. [ 0.561347] NET: Registered protocol family 1
  401. [ 0.566645] RPC: Registered named UNIX socket transport module.
  402. [ 0.570308] RPC: Registered udp transport module.
  403. [ 0.573964] RPC: Registered tcp transport module.
  404. [ 0.579434] RPC: Registered tcp NFSv4.1 backchannel transport module.
  405. [ 0.584879] audit: initializing netlink socket (disabled)
  406. [ 0.588646] type=2000 audit(0.570:1): initialized
  407. [ 0.600984] VFS: Disk quotas dquot_6.5.2
  408. [ 0.606460] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  409. [ 0.613182] NFS: Registering the id_resolver key type
  410. [ 0.618003] NTFS driver 2.1.30 [Flags: R/W].
  411. [ 0.621335] fuse init (API version 7.18)
  412. [ 0.624897] msgmni has been set to 485
  413. [ 0.635688] alg: comp: Compression test 1 failed for lzo-generic: output len = 57
  414. [ 0.638920] alg: No test for stdrng (krng)
  415. [ 0.645660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  416. [ 0.648704] io scheduler noop registered
  417. [ 0.651930] io scheduler deadline registered
  418. [ 0.655652] io scheduler cfq registered (default)
  419. [ 0.660484] sunxi disp driver loaded (/dev/disp api 1.0)
  420. [ 0.666006] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  421. [ 0.670423] [uart]: used uart info.: 0x05
  422. [ 0.675112] [uart]: serial probe 0 irq 33 mapbase 0x01c28000
  423. [ 0.701475] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
  424. <6>console [ttyS0] enabled
  425. [ 1.454851] console [ttyS0] enabled
  426. <6>[uart]: serial probe 2 irq 35 mapbase 0x01c28800
  427. [ 1.463202] [uart]: serial probe 2 irq 35 mapbase 0x01c28800
  428. <6>sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
  429. [ 1.495038] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
  430. <7>G2D: drv_g2d_init
  431. [ 1.504542] G2D: drv_g2d_init
  432. <6>G2D: Module initialized.major:250
  433. [ 1.510856] G2D: Module initialized.major:250
  434. <6>brd: module loaded
  435. [ 1.518224] brd: module loaded
  436. <6>loop: module loaded
  437. [ 1.526875] loop: module loaded
  438. SATA AHCI Phy Power Failed!!
  439. [ 1.624933] SATA AHCI Phy Power Failed!!
  440. SATA AHCI Phy Calibration Failed!!
  441. [ 1.723836] SATA AHCI Phy Calibration Failed!!
  442. <3>gpio count < =0 ,gpio_count is: 0
  443. [ 1.731594] gpio count < =0 ,gpio_count is: 0
  444. <6>sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP
  445. [ 1.741868] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP
  446. <4>sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1
  447. [ 1.753090] sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1
  448. <6>sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  449. [ 1.765845] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  450. <6>sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part ccc
  451. [ 1.780720] sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part ccc
  452. <6>scsi0 : sw_ahci_platform
  453. [ 1.792024] scsi0 : sw_ahci_platform
  454. <6>ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
  455. [ 1.802800] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
  456. <6>sunxi_emac Using mii phy on PortA
  457. [ 1.814204] sunxi_emac Using mii phy on PortA
  458. <6>sunxi_emac Using MAC from SID: 02:99:08:80:ad:d6[ 1.833351] sunxi_emac Using MAC from SID: 02:99:08:80:ad:d6<6>PPP generic driver version 2.4.2
  459.  
  460. [ 1.844002] PPP generic driver version 2.4.2
  461. <6>PPP BSD Compression module registered
  462. [ 1.852393] PPP BSD Compression module registered
  463. <6>PPP Deflate Compression module registered
  464. [ 1.861131] PPP Deflate Compression module registered
  465. <6>PPP MPPE Compression module registered
  466. [ 1.871140] PPP MPPE Compression module registered
  467. <6>NET: Registered protocol family 24
  468. [ 1.879377] NET: Registered protocol family 24
  469. <6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  470. [ 1.889845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  471. <6>ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  472. [ 1.901594] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  473. [sw-ehci1]: open clock
  474. [ 1.910189] [sw-ehci1]: open clock
  475. [sw-ehci1]: Set USB Power ON
  476. [ 1.936232] [sw-ehci1]: Set USB Power ON
  477. <6>sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  478. [ 1.946580] sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  479. <6>sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 2
  480. [ 1.960280] sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 2
  481. <6>sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000
  482. [ 1.972303] sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000
  483. <6>sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00
  484. [ 1.995807] sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00
  485. ehci_irq: port change detect
  486. [ 2.003819] ehci_irq: port change detect
  487. <6>hub 2-0:1.0: USB hub found
  488. [ 2.010566] hub 2-0:1.0: USB hub found
  489. <6>hub 2-0:1.0: 1 port detected
  490. [ 2.017241] hub 2-0:1.0: 1 port detected
  491. [sw-ohci1]: open clock
  492. [ 2.023831] [sw-ohci1]: open clock
  493. <6>sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
  494. [ 2.053323] sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
  495. <6>sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 3
  496. [ 2.066707] sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 3
  497. <6>sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400
  498. [ 2.078058] sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400
  499. <6>hub 3-0:1.0: USB hub found
  500. [ 2.148788] hub 3-0:1.0: USB <hub found
  501. 6>ata1: SATA link down (SStatus 0 SControl 300)
  502. [ 2.156869] ata1: SATA link down (SStatus 0 SControl 300)
  503. <6>hub 3-0:1.0: 1 port detected
  504. [ 2.165188] hub 3-0:1.0: 1 port detected
  505. [sw-ehci2]: open clock
  506. [ 2.171685] [sw-ehci2]: open clock
  507. [sw-ehci2]: Set USB Power ON
  508. [ 2.197710] [sw-ehci2]: Set USB Power ON
  509. <6>sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  510. [ 2.208077] sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  511. <6>sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 4
  512. [ 2.221842] sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 4
  513. <6>sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000
  514. [ 2.233792] sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000
  515. <6>usb 2-1: new high-speed USB device number 2 using sw-ehci
  516. [ 2.336857] usb 2-1: new high-speed USB device number 2 using sw-ehci
  517. <6>sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00
  518. [ 2.355806] sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00
  519. ehci_irq: port change detect
  520. [ 2.363812] ehci_irq: port change detect
  521. <6>hub 4-0:1.0: USB hub found
  522. [ 2.370559] hub 4-0:1.0: USB hub found
  523. <6>hub 4-0:1.0: 1 port detected
  524. [ 2.377216] hub 4-0:1.0: 1 port detected
  525. [sw-ohci2]: open clock
  526. [ 2.383753] [sw-ohci2]: open clock
  527. <6>sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
  528. [ 2.413250] sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
  529. <6>sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 5
  530. [ 2.426587] sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 5
  531. <6>sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400
  532. [ 2.437947] sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400
  533. <6>hub 2-1:1.0: USB hub found
  534. <6>hub 5-0:1.0: USB hub found
  535. [ < 2.506546] hub 2-1:1.0: USB hub found
  536. 6>hub 5-0:1.0: [ 2.509250] hub 5-0:1.0: USB hub found
  537. 1 port detected
  538. [ 2.5<19583] hub 5-0:1.0: 1 port detected
  539. 6>mousedev: PS/2 mouse device common for all mice
  540. [ = 2.528005] mousedev: PS/2 mouse device common for all mice
  541. ==========================hv_keypad_init=====================
  542. [ = 2.539117] ===========================hv_keypad_init=====================
  543. =======HV Inital ===================
  544. [ < 2.549359] ========HV Inital ===================
  545. 3>tkey_fetch_sysconfig_para: tkey_unused.
  546. [ h 2.557954] tkey_fetch_sysconfig_para: tkey_unused.
  547. v_keypad_init: after fetch_sysconfig_para: normal_i2c: 0x0. normal_i2c[1]: 0x0
  548. [ <2.570102] hv_keypad_init: after fetch_sysconfig_para: normal_i2c: 0x0. normal_i2c[1]: 0x0
  549. 3>sunxi-rtc sunxi-rtc: Error: Set LOSC to external failed.
  550. [ < 2.583899] sunxi-rtc sunxi-rtc: Error: Set LOSC to external failed.
  551. 3>sunxi-rtc sunxi-rtc: Warning: RTC time will be wrong!
  552. [ <2.595269] sunxi-rtc sunxi-rtc: Warning: RTC time will be wrong!
  553. 6>sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0
  554. [ < 2.606380] sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0
  555. 6>i2c /dev entries driver
  556. [ 2.61c4890] i2c /dev entries driver
  557. onfig i2c gpio with gpio_config api
  558. [ 2.621665] config i2c gpio with gpio_config api
  559. <6>hub 2-1:1.0: 4 ports detected
  560. [ 2.629788] hub 2-1:1.0: 4 ports detected
  561. <6>axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected
  562. [ 2.638382] axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected
  563. <6>axp_mfd 0-0034: AXP internal temperature monitoring enabled
  564. [ 2.649555] axp_mfd 0-0034: AXP internal temperature monitoring enabled
  565. <4>i2c i2c-0: Invalid probe address 0x00
  566. [ 2.660829] i2c i2c-0: Invalid probe address 0x00
  567. <6>I2C: i2c-0: AW16XX I2C adapter
  568. [ 2.668804] I2C: i2c-0: AW16XX I2C adapter
  569. config i2c gpio with gpio_config api
  570. [ 2.676552] config i2c gpio with gpio_config api
  571. <4>i2c i2c-1: Invalid probe address 0x00
  572. [ 2.685170] i2c i2c-1: Invalid probe address 0x00
  573. <6>I2C: i2c-1: AW16XX I2C adapter
  574. [ 2.692929] I2C: i2c-1: AW16XX I2C adapter
  575. config i2c gpio with gpio_config api
  576. [ 2.700410] config i2c gpio with gpio_config api
  577. <4>i2c i2c-2: Invalid probe address 0x00
  578. [ 2.708952] i2c i2c-2: Invalid probe address 0x00
  579. <6>I2C: i2c-2: AW16XX I2C adapter
  580. [ 2.716719] I2C: i2c-2: AW16XX I2C adapter
  581. config i2c gpio with gpio_config api
  582. [ 2.724181] config i2c gpio with gpio_config api
  583. <4>i2c i2c-3: Invalid probe address 0x00
  584. [ 2.732683] i2c i2c-3: Invalid probe address 0x00
  585. <6>I2C: i2c-3: AW16XX I2C adapter
  586. [ 2.740541] I2C: i2c-3: AW16XX I2C adapter
  587. config i2c gpio with gpio_config api
  588. [ 2.748011] config i2c gpio with gpio_config api
  589. <4>i2c i2c-4: Invalid probe address 0x00
  590. [ 2.756542] i2c i2c-4: Invalid probe address 0x00
  591. <6>I2C: i2c-4: AW16XX I2C adapter
  592. [ 2.764286] I2C: i2c-4: AW16XX I2C adapter
  593. [ace_drv] start!!!
  594. [ 2.770254] [ace_drv] start!!!
  595. [ace_drv] init end!!!
  596. [ 2.775828] [ace_drv] init end!!!
  597. [pa_drv] start!!!
  598. [ 2.780851] [pa_drv] start!!!
  599. [pa_drv] init end!!!
  600. [ 2.786158] [pa_drv] init end!!!
  601. <6>axp20_ldo1: 1300 mV
  602. [ 2.791697] axp20_ldo1: 1300 mV
  603. <6>usb 4-1: new high-speed USB device number 2 using sw-ehci
  604. [ 2.800374] usb 4-1: new high-speed USB device number 2 using sw-ehci
  605. <6>axp20_ldo2: 1800 <--> 3300 mV at 3000 mV
  606. [ 2.812071] axp20_ldo2: 1800 <--> 3300 mV at 3000 mV
  607. <6>axp20_ldo3: 700 <--> 3500 mV at 2800 mV
  608. [ 2.822390] axp20_ldo3: 700 <--> 3500 mV at 2800 mV
  609. <6>axp20_ldo4: 1250 <--> 3300 mV at 2800 mV
  610. [ 2.832513] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV
  611. <6>axp20_buck2: 700 <--> 2275 mV at 1400 mV
  612. [ 2.842708] axp20_buck2: 700 <--> 2275 mV at 1400 mV
  613. <6>axp20_buck3: 700 <--> 3500 mV at 1250 mV
  614. [ 2.852912] axp20_buck3: 700 <--> 3500 mV at 1250 mV
  615. <6>axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV
  616. [ 2.862822] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV
  617. <6>input: axp20-supplyer as /devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input0
  618. [ 2.877674] input: axp20-supplyer as /devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input0
  619. <4>axp20_ldo2: Failed to create debugfs directory
  620. [ 2.905807] axp20_ldo2: Failed to create debugfs directory
  621. <6>cpuidle: using governor ladder
  622. [ 2.915203] cpuidle: using governor ladder
  623. <6>cpuidle: using governor menu
  624. [ 2.922169] cpuidle: using governor menu
  625. <6>[mmc-msg] sw_mci_init
  626. [ 2.928518] [mmc-msg] sw_mci_init
  627. <6>[mmc-msg] MMC host used card: 0x9, boot card: 0x0, io_card 8
  628. [ 2.937671] [mmc-msg] MMC host used card: 0x9, boot card: 0x0, io_card 8
  629. <6>[mmc-msg] sdc0 set round clock 400000, src 24000000
  630. [ 2.950005] [mmc-msg] sdc0 set round clock 400000, src 24000000
  631. <6>[mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  632. [ 2.964278] [mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  633. <6>[mmc-msg] sdc0 Probe: base:0xd08da000 irq:64 sg_cpu:c3c5f000(43c5f000) ret 0.
  634. [ 2.983067] [mmc-msg] sdc0 Probe: base:0xd08da000 irq:64 sg_cpu:c3c5f000(43c5f000) ret 0.
  635. <6>[mmc-msg] sdc3 set round clock 400000, src 24000000
  636. [ 2.996775] [mmc-msg] sdc3 set round clock 400000, src 24000000
  637. <6>[mmc-msg] sdc3 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  638. [ 3.010941] [mmc-msg] sdc3 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  639. <6>[mmc-msg] sdc3 Probe: base:0xd08dc000 irq:67 sg_cpu:c3c60000(43c60000) ret 0.
  640. [ 3.028350] [mmc-msg] sdc3 Probe: base:0xd08dc000 irq:67 sg_cpu:c3c60000(43c60000) ret 0.
  641. [mmc_pm]: failed to fetch sdio card configuration!
  642. [ 3.041157] [mmc_pm]: failed to fetch sdio card configuration!
  643. <6>ledtrig-cpu: registered to indicate activity on CPUs
  644. [ 3.051975] ledtrig-cpu: registered to indicate activity on CPUs
  645. <6>usbcore: registered new interface driver usbhid
  646. [ 3.063153] usbcore: registered new interface driver usbhid
  647. <6>usbhid: USB HID core driver
  648. [ 3.071535] usbhid: USB HID core driver
  649. <6>usb 2-1.4: new low-speed USB device number 3 using sw-ehci
  650. <6>ashmem: initialized
  651. [ < 3.081303] usb 2-1.4: new low-speed USB device number 3 using sw-ehci
  652. 6>logg[ 3.083401] ashmem: initialized
  653. er: created 256K log 'log_main'
  654. [ < 3.096508] logger: created 256K log 'log_main'
  655. 6>logger: created 256K log 'log_events'
  656. [ < 3.104671] logger: created 256K log 'log_events'
  657. 6>logger: created 256K log 'log_radio'
  658. [ < 3.112922] logger: created 256K log 'log_radio'
  659. 6>logger: created 256K log 'log_system'
  660. [ 3.121171] logger: created 256K log 'log_system'
  661. <6>IPv4 over IPv4 tunneling driver
  662. [ 3.130893] IPv4 over IPv4 tunneling driver
  663. <6>TCP: bic registered
  664. [ 3.137920] TCP: bic registered
  665. <6>TCP: cubic registered
  666. [ 3.143327] TCP: cubic registered
  667. <6>TCP: westwood registered
  668. [ 3.149183] TCP: westwood registered
  669. <6>TCP: highspeed registered
  670. [ 3.155380] TCP: highspeed registered
  671. <6>TCP: hybla registered
  672. [ 3.161300] TCP: hybla registered
  673. <6>TCP: htcp registered
  674. [ 3.166794] TCP: htcp registered
  675. <6>TCP: vegas registered
  676. [ 3.172280] TCP: vegas registered
  677. <6>TCP: veno registered
  678. [ 3.177776] TCP: veno registered
  679. <6>TCP: scalable registered
  680. [ 3.183522] TCP: scalable registered
  681. <6>TCP: lp registered
  682. [ 3.189105] TCP: lp registered
  683. <6>TCP: yeah registered
  684. [ 3.194341] TCP: yeah registered
  685. <6>TCP: illinois registered
  686. [ 3.200087] TCP: illinois registered
  687. <6>Initializing XFRM netlink socket
  688. [ 3.206880] Initializing XFRM netlink socket
  689. <6>NET: Registered protocol family 10
  690. [ 3.215237] NET: Registered protocol family 10
  691. <6>NET: Registered protocol family 17
  692. [ 3.224178] NET: Registered protocol family 17
  693. <6>NET: Registered protocol family 15
  694. [ 3.232093] NET: Registered protocol family 15
  695. [mmc_pm]: No sdio card, please check your config !!
  696. [ 3.241200] [mmc_pm]: No sdio card, please check your config !!
  697. <5>Registering the dns_resolver key type
  698. [ 3.250791] Registering the dns_resolver key type
  699. <6>VFP support v0.3: [ 3.257612] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
  700. implementor 41 architecture 2 part 30 variant 7 rev 4
  701. <5>Registering SWP/SWPB emulation handler
  702. <6>input: Dell Dell USB Keyboard as /devices/platform/sw-ehci.1/usb2/2-1/2-1.4/2-1.4:1.0/input/input1
  703. [ 3.273941] Registering SWP/SWPB emulation handler
  704. [ 3.282898] input: Dell Dell USB Keyboard as /devices/platform/sw-ehci.1/usb2/2-1/2-1.4/2-1.4:1.0/input/input1
  705. <4>axp20_buck2: Failed to create debugfs directory
  706. <6>generic-usb 0003:413C:2003.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-sw-ehci-1.4/input0
  707. [ 3.302403] axp20_buck2: Failed to create debugfs directory
  708. [ 3.312665] generic-usb 0003:413C:2003.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-sw-ehci-1.4/input0
  709. <6>[cpu_freq] INF:-------------------V-F Table-------------------
  710. [ 3.335752] [cpu_freq] INF:-------------------V-F Table-------------------
  711. <6>[cpu_freq] INF: voltage = 1450mv frequency = 1008MHz
  712. [ 3.347679] [cpu_freq] INF: voltage = 1450mv frequency = 1008MHz
  713. <6>[cpu_freq] INF: voltage = 1350mv frequency = 912MHz
  714. [ 3.358813] [cpu_freq] INF: voltage = 1350mv frequency = 912MHz
  715. <6>[cpu_freq] INF: voltage = 1250mv frequency = 864MHz
  716. [ 3.369946] [cpu_freq] INF: voltage = 1250mv frequency = 864MHz
  717. <6>[cpu_freq] INF: voltage = 1200mv frequency = 792MHz
  718. [ 3.381078] [cpu_freq] INF: voltage = 1200mv frequency = 792MHz
  719. <6>[cpu_freq] INF: voltage = 1200mv frequency = 720MHz
  720. [ 3.392209] [cpu_freq] INF: voltage = 1200mv frequency = 720MHz
  721. <6>[cpu_freq] INF: voltage = 1150mv frequency = 624MHz
  722. [ 3.403340] [cpu_freq] INF: voltage = 1150mv frequency = 624MHz
  723. <6>[cpu_freq] INF: voltage = 1100mv frequency = 528MHz
  724. [ 3.414471] [cpu_freq] INF: voltage = 1100mv frequency = 528MHz
  725. <6>[cpu_freq] INF: voltage = 1050mv frequency = 312MHz
  726. [ 3.425603] [cpu_freq] INF: voltage = 1050mv frequency = 312MHz
  727. <6>[cpu_freq] INF: voltage = 1000mv frequency = 0MHz
  728. [ 3.436742] [cpu_freq] INF: voltage = 1000mv frequency = 0MHz
  729. <6>[cpu_freq] INF:-----------------------------------------------
  730. [ 3.448653] [cpu_freq] INF:-----------------------------------------------
  731. <6>[cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 1008MHz, min freq: 60MHz
  732. [ 3.465255] [cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 1008MHz, min freq: 60MHz
  733. <6>registered taskstats version 1
  734. [ 3.479860] registered taskstats version 1
  735. <6>I2C: i2c-5: HDMI I2C adapter
  736. [ 3.488676] I2C: i2c-5: HDMI I2C adapter
  737. <6>ParseEDID
  738. [ 3.522666] ParseEDID
  739. <6>EDID version: 1.3
  740. [ 3.539632] EDID version: 1.3
  741. <6>PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
  742. [ 3.548868] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
  743. <4>fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  744. [ 3.561481] fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  745. <4>Unimplemented SVD code 17
  746. [ 3.580373] Unimplemented SVD code 17
  747. <4>Unimplemented SVD code 4
  748. [ 3.586572] Unimplemented SVD code 4
  749. <4>Unimplemented SVD code 14
  750. [ 3.592752] Unimplemented SVD code 14
  751. <4>Unimplemented SVD code 15
  752. [ 3.599029] Unimplemented SVD code 15
  753. <4>Unimplemented SVD code 29
  754. [ 3.605306] Unimplemented SVD code 29
  755. <4>Unimplemented SVD code 30
  756. [ 3.611572] Unimplemented SVD code 30
  757. <4>Unimplemented SVD code 31
  758. [ 3.617849] Unimplemented SVD code 31
  759. <4>Unimplemented SVD code 16
  760. [ 3.624125] Unimplemented SVD code 16
  761. <4>Unimplemented SVD code 23
  762. [ 3.630392] Unimplemented SVD code 23
  763. <4>disp_clk: Could not find a matching pll-freq for 53900000 pclk
  764. [ 3.639924] disp_clk: Could not find a matching pll-freq for 53900000 pclk
  765. <4>disp_clk: Could not find a matching pll-freq for 108100000 pclk
  766. [ 3.652708] disp_clk: Could not find a matching pll-freq for 108100000 pclk
  767. <4>disp_clk: Could not find a matching pll-freq for 72650000 pclk
  768. [ 3.665488] disp_clk: Could not find a matching pll-freq for 72650000 pclk
  769. <4>disp_clk: Could not find a matching pll-freq for 74200000 pclk
  770. [ 3.678182] disp_clk: Could not find a matching pll-freq for 74200000 pclk
  771. <4>fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  772. [ 3.690097] fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  773. <4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  774. [ 3.701317] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  775. <4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  776. [ 3.712624] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  777. <4>fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  778. [ 3.723844] fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  779. <4>disp_clk: Could not find a matching pll-freq for 83650000 pclk
  780. [ 3.735757] disp_clk: Could not find a matching pll-freq for 83650000 pclk
  781. <4>disp_clk: Could not find a matching pll-freq for 74600000 pclk
  782. [ 3.748450] disp_clk: Could not find a matching pll-freq for 74600000 pclk
  783. <4>fbdev: 1152x864 needs 7962624 bytes, but only 0 avail.
  784. [ 3.760451] fbdev: 1152x864 needs 7962624 bytes, but only 0 avail.
  785. <4>disp_clk: Could not find a matching pll-freq for 146850000 pclk
  786. [ 3.772537] disp_clk: Could not find a matching pll-freq for 146850000 pclk
  787. <4>fbdev: 1440x900 needs 10368000 bytes, but only 0 avail.
  788. [ 3.784710] fbdev: 1440x900 needs 10368000 bytes, but only 0 avail.
  789. <4>fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  790. [ 3.796277] fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  791. <4>fbdev: 1280x960 needs 9830400 bytes, but only 0 avail.
  792. [ 3.807759] fbdev: 1280x960 needs 9830400 bytes, but only 0 avail.
  793. <4>disp_clk: Could not find a matching pll-freq for 172900000 pclk
  794. [ 3.819845] disp_clk: Could not find a matching pll-freq for 172900000 pclk
  795. <4>fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  796. [ 3.832105] fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  797. <4>disp_clk: Could not find a matching pll-freq for 78800000 pclk
  798. [ 3.844282] disp_clk: Could not find a matching pll-freq for 78800000 pclk
  799. <4>fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  800. [ 3.856284] fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  801. <4>fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  802. [ 3.867593] fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  803. <4>disp_clk: Could not find a matching pll-freq for 53450000 pclk
  804. [ 3.879592] disp_clk: Could not find a matching pll-freq for 53450000 pclk
  805. <4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  806. [ 3.891506] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  807. <4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  808. [ 3.902640] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  809. <4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  810. [ 3.913774] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  811. <4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  812. [ 3.924912] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  813. <4>fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  814. [ 3.936047] fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  815. <4>disp_clk: Could not find a matching pll-freq for 27100000 pclk
  816. [ 3.947962] disp_clk: Could not find a matching pll-freq for 27100000 pclk
  817. <6>[mmc-msg] mmc 0 detect change, present 1
  818. [ 3.963738] [mmc-msg] mmc 0 detect change, present 1
  819. <4>fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  820. [ 3.973756] fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  821. <4>disp_clk: Could not find a matching pll-freq for 26150000 pclk
  822. [ 3.985670] disp_clk: Could not find a matching pll-freq for 26150000 pclk
  823. <4>fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  824. [ 3.997844] fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  825. <4>EDID: No modes with good pixelclock found
  826. [ 4.008197] EDID: No modes with good pixelclock found
  827. <6>Parse_VideoData_Block: VIC 1 support
  828. [ 4.016821] Parse_VideoData_Block: VIC 1 support
  829. <6>Parse_VideoData_Block: VIC 2 support
  830. [ 4.025005] Parse_VideoData_Block: VIC 2 support
  831. <6>Parse_VideoData_Block: VIC 3 support
  832. [ 4.033178] Parse_VideoData_Block: VIC 3 support
  833. <6>Parse_VideoData_Block: VIC 17 support
  834. [ 4.041453] Parse_VideoData_Block: VIC 17 support
  835. <6>Parse_VideoData_Block: VIC 18 support
  836. [ 4.049809] Parse_VideoData_Block: VIC 18 support
  837. <6>Parse_VideoData_Block: VIC 19 support
  838. [ 4.058214] Parse_VideoData_Block: VIC 19 support
  839. <6>Parse_VideoData_Block: VIC 4 support
  840. [ 4.066487] Parse_VideoData_Block: VIC 4 support
  841. <6>Parse_VideoData_Block: VIC 20 support
  842. [ 4.074746] Parse_VideoData_Block: VIC 20 support
  843. <6>Parse_VideoData_Block: VIC 5 support
  844. [ 4.083017] Parse_VideoData_Block: VIC 5 support
  845. <6>Parse_VideoData_Block: VIC 14 support
  846. [ 4.091286] Parse_VideoData_Block: VIC 14 support
  847. <6>Parse_VideoData_Block: VIC 15 support
  848. [ 4.099642] Parse_VideoData_Block: VIC 15 support
  849. <6>Parse_VideoData_Block: VIC 29 support
  850. [ 4.107997] Parse_VideoData_Block: VIC 29 support
  851. <6>Parse_VideoData_Block: VIC 30 support
  852. [ 4.116353] Parse_VideoData_Block: VIC 30 support
  853. <6>Parse_VideoData_Block: VIC 31 support
  854. [ 4.124699] Parse_VideoData_Block: VIC 31 support
  855. <6>Parse_VideoData_Block: VIC 16 support
  856. [ 4.133055] Parse_VideoData_Block: VIC 16 support
  857. <6>Parse_AudioData_Block: max channel=2
  858. [ 4.141325] Parse_AudioData_Block: max channel=2
  859. <6>Parse_AudioData_Block: SampleRate code=17
  860. [ 4.149941] Parse_AudioData_Block: SampleRate code=17
  861. <6>Parse_AudioData_Block: WordLen code=7
  862. [ 4.158643] Parse_AudioData_Block: WordLen code=7
  863. <6>Find HDMI Vendor Specific DataBlock
  864. [ 4.166825] Find HDMI Vendor Specific DataBlock
  865. <6>PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
  866. [ 4.176825] PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
  867. <4>fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  868. [ 4.188394] fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  869. <6>PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
  870. [ 4.200310] PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
  871. <4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  872. [ 4.212310] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  873. <6>PCLK=74250000 X 1280 1720 1760 1980 Y 720 725 730 750 fr 50 PP
  874. [ 4.224314] PCLK=74250000 X 1280 1720 1760 1980 Y 720 725 730 750 fr 50 PP
  875. <4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  876. [ 4.236313] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  877. <6>PCLK=27000000 X 720 732 796 864 Y 576 581 586 625 fr 50 NN
  878. [ 4.247975] PCLK=27000000 X 720 732 796 864 Y 576 581 586 625 fr 50 NN
  879. <4>fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  880. [ 4.259543] fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  881. <6>asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
  882. [ 4.276625] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
  883. <6>disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0
  884. [ 4.289524] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0
  885. <4>[DISP] Can't assign PLL for screen1, pll_clk:-1
  886. [ 4.301607] [DISP] Can't assign PLL for screen1, pll_clk:-1
  887. ehci_irq: port change detect
  888. [ 4.310268] ehci_irq: port change detect
  889. <6>usb 2-1: USB disconnect, device number 2
  890. [ 4.318228] usb 2-1: USB disconnect, device number 2
  891. <6>usb 2-1.4: USB disconnect, device number 3
  892. [ 4.328228] usb 2-1.4: USB disconnect, device number 3
  893. <6>[mmc-msg] sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  894. [ 4.469375] [mmc-msg] sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  895. <6>[mmc-msg] sdc0 power on
  896. [ 4.480791] [mmc-msg] sdc0 power on
  897. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  898. [ 4.509776] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  899. <6>[mmc-msg] sdc0 set round clock 400000, src 24000000
  900. [ 4.524067] [mmc-msg] sdc0 set round clock 400000, src 24000000
  901. <3>[mmc-err] smc 0 err, cmd 52, RTO
  902. [ 4.607085] [mmc-err] smc 0 err, cmd 52, RTO
  903. <3>[mmc-err] smc 0 err, cmd 52, RTO
  904. [ 4.625554] [mmc-err] smc 0 err, cmd 52, RTO
  905. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  906. [ 4.638251] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  907. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  908. [ 4.675096] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  909. <3>[mmc-err] smc 0 err, cmd 5, RTO
  910. [ 4.689841] [mmc-err] smc 0 err, cmd 5, RTO
  911. <3>[mmc-err] smc 0 err, cmd 5, RTO
  912. [ 4.698147] [mmc-err] smc 0 err, cmd 5, RTO
  913. <3>[mmc-err] smc 0 err, cmd 5, RTO
  914. [ 4.706460] [mmc-err] smc 0 err, cmd 5, RTO
  915. <3>[mmc-err] smc 0 err, cmd 5, RTO
  916. [ 4.714762] [mmc-err] smc 0 err, cmd 5, RTO
  917. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  918. [ 4.728016] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  919. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  920. [ 4.745751] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  921. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  922. [ 4.765855] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  923. <6>[mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
  924. [ 4.813255] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
  925. <6>[mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
  926. [ 4.830988] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
  927. <6>[mmc-msg] sdc0 set round clock 42857143, src 600000000
  928. [ 4.845613] [mmc-msg] sdc0 set round clock 42857143, src 600000000
  929. Division by zero in kernel.
  930. [ 4.868974] Division by zero in kernel.
  931. [<c0014c54>] (unwind_backtrace+0x0/0x134) from [<c02b3b38>] (Ldiv0+0x8/0x10)
  932. [ 4.879630] [<c0014c54>] (unwind_backtrace+0x0/0x134) from [<c02b3b38>] (Ldiv0+0x8/0x10)
  933. [<c02b3b38>] (Ldiv0+0x8/0x10) from [<c0303374>] (BSP_disp_lcd_open_after+0x110/0x62c)
  934. [ 4.895295] [<c02b3b38>] (Ldiv0+0x8/0x10) from [<c0303374>] (BSP_disp_lcd_open_after+0x110/0x62c)
  935. <6>[mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
  936. [ 4.912647] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
  937. [<c0303374>] (BSP_disp_lcd_open_after+0x110/0x62c) from [<c02e81cc>] (DRV_lcd_open.part.8+0x98/0xb4)
  938. [ 4.931011] [<c0303374>] (BSP_disp_lcd_open_after+0x110/0x62c) from [<c02e81cc>] (DRV_lcd_open.part.8+0x98/0xb4)
  939. <6>mmc0: new high speed SDHC card at address 0007
  940. [ 4.945647] mmc0: new high speed SDHC card at address 0007
  941. [<c02e81cc>] (DRV_lcd_open.part.8+0x98/0xb4) from [<c02e84f0>] (DRV_lcd_open+0x1c/0x28)
  942. [ 4.958889] [<c02e81cc>] (DRV_lcd_open.part.8+0x98/0xb4) from [<c02e84f0>] (DRV_lcd_open+0x1c/0x28)
  943. <6>ParseEDID
  944. [ 4.969176] ParseEDID
  945. [<c02e84f0>] (DRV_lcd_open+0x1c/0x28) from [<c02ed94c>] (Fb_Init+0xe04/0xe80)
  946. [ 4.978787] [<c02e84f0>] (DRV_lcd_open+0x1c/0x28) from [<c02ed94c>] (Fb_Init+0xe04/0xe80)
  947. <6>mmcblk0: mmc0:0007 SD8GB 7.42 GiB
  948. [ 4.990434] mmcblk0: mmc0:0007 SD8GB 7.42 GiB
  949. [<c02ed94c>] (Fb_Init+0xe04/0xe80) from [<c055257c>] (hdmi_probe+0x5c/0x64)
  950. [ 5.001595] [<c02ed94c>] (Fb_Init+0xe04/0xe80) from [<c055257c>] (hdmi_probe+0x5c/0x64)
  951. [<c055257c>] (hdmi_probe+0x5c/0x64) from [<c033d4ec>] (driver_probe_device+0xb4/0x35c)
  952. <6>EDID version: 1.3
  953. [ < 5.017483] [<c055257c>] (hdmi_probe+0x5c/0x64) from [<c033d4ec>] (driver_probe_device+0xb4/0x35c)
  954. 6>[ 5.019409] EDID version: 1.3
  955. PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
  956. [ < 5.037539] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
  957. 4>fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  958. [ 5.050122] fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  959. [<c033d4ec>] (driver_probe_device+0xb4/0x35c) from [<c033d864>] (__driver_attach+0x8c/0x90)
  960. [ 5.065824] [<c033d4ec>] (driver_probe_device+0xb4/0x35c) from [<c033d864>] (__driver_attach+0x8c/0x90)
  961. <6> mmcblk0: p1
  962. [<c033d864>] (__driver_attach+0x8c/0x90) from [<c033b878>] (bus_for_each_dev+0x60/0x94)
  963. [ [ 5.076954] mmcblk0: p1
  964. <[ 5.084695] [<c033d864>] (__driver_attach+0x8c/0x90) from [<c033b878>] (bus_for_each_dev+0x60/0x94)
  965. c033b878>] (bus_for_each_dev+0x60/0x94) from [<c033caac>] (bus_add_driver+0xd0/0x28c)
  966. [ [ 5.103955] [<c033b878>] (bus_for_each_dev+0x60/0x94) from [<c033caac>] (bus_add_driver+0xd0/0x28c)
  967. <c033caac>] (bus_add_driver+0xd0/0x28c) from [<c033de3c>] (driver_register+0x78/0x13c)
  968. [ [ 5.120701] [<c033caac>] (bus_add_driver+0xd0/0x28c) from [<c033de3c>] (driver_register+0x78/0x13c)
  969. <c033de3c>] (driver_register+0x78/0x13c) from [<c00086b8>] (do_one_initcall+0x11c/0x174)
  970. [ [ 5.137619] [<c033de3c>] (driver_register+0x78/0x13c) from [<c00086b8>] (do_one_initcall+0x11c/0x174)
  971. <c00086b8>] (do_one_initcall+0x11c/0x174) from [<c07bf9fc>] (kernel_init+0x1a8/0x240)
  972. [ [ 5.154450] [<c00086b8>] (do_one_initcall+0x11c/0x174) from [<c07bf9fc>] (kernel_init+0x1a8/0x240)
  973. <c07bf9fc>] (kernel_init+0x1a8/0x240) from [<c000f4b8>] (kernel_thread_exit+0x0/0x8)
  974. [ 5.170935] [<c07bf9fc>] (kernel_init+0x1a8/0x240) from [<c000f<4b8>] (kernel_thread_exit+0x0/0x8)
  975. 4>[DISP] *** Lcd in danger...
  976. [ < 5.182566] [DISP] *** Lcd in danger...
  977. 4>[DISP] *** Lcd in danger...
  978. <[ 5.189168] [DISP] *** Lcd in danger...
  979. 4>[DISP] *** Lcd in danger...
  980. [ < 5.195769] [DISP] *** Lcd in danger...
  981. 4>[DISP] *** Lcd in danger...
  982. [ < 5.202370] [DISP] *** Lcd in danger...
  983. 4>[DISP] *** Lcd in danger...
  984. <[ 5.208972] [DISP] *** Lcd in danger...
  985. 4>[DISP] *** Lcd in danger...
  986. [ < 5.215572] [DISP] *** Lcd in danger...
  987. 4>[DISP] *** Lcd in danger...
  988. [ < 5.222173] [DISP] *** Lcd in danger...
  989. 4>[DISP] *** Lcd in danger...
  990. <[ 5.228775] [DISP] *** Lcd in danger...
  991. 4>[DISP] *** Lcd in danger...
  992. [ < 5.235375] [DISP] *** Lcd in danger...
  993. 4>[DISP] *** Lcd in danger...
  994. [ < 5.241976] [DISP] *** Lcd in danger...
  995. 4>[DISP] *** Lcd in danger...
  996. [ < 5.248577] [DISP] *** Lcd in danger...
  997. 4>[DISP] *** Lcd in danger...
  998. [ < 5.255178] [DISP] *** Lcd in danger...
  999. 4>[DISP] *** Lcd in danger...
  1000. [ < 5.261779] [DISP] *** Lcd in danger...
  1001. 4>[DISP] *** Lcd in danger...
  1002. [ < 5.268380] [DISP] *** Lcd in danger...
  1003. 4>[DISP] *** Lcd in danger...
  1004. [ < 5.274982] [DISP] *** Lcd in danger...
  1005. 4>[DISP] *** Lcd in danger...
  1006. [ < 5.281583] [DISP] *** Lcd in danger...
  1007. 4>[DISP] *** Lcd in danger...
  1008. <[ 5.288184] [DISP] *** Lcd in danger...
  1009. 4>[DISP] *** Lcd in danger...
  1010. [ < 5.294784] [DISP] *** Lcd in danger...
  1011. 4>[DISP] *** Lcd in danger...
  1012. [ < 5.301386] [DISP] *** Lcd in danger...
  1013. 4>[DISP] *** Lcd in danger...
  1014. [ < 5.307987] [DISP] *** Lcd in danger...
  1015. 4>[DISP] *** Lcd in danger...
  1016. [ < 5.314588] [DISP] *** Lcd in danger...
  1017. 4>[DISP] *** Lcd in danger...
  1018. <[ 5.321190] [DISP] *** Lcd in danger...
  1019. 4>[DISP] *** Lcd in danger...
  1020. [ < 5.327790] [DISP] *** Lcd in danger...
  1021. 4>[DISP] *** Lcd in danger...
  1022. [ < 5.334391] [DISP] *** Lcd in danger...
  1023. 4>[DISP] *** Lcd in danger...
  1024. <[ 5.340992] [DISP] *** Lcd in danger...
  1025. 4>[DISP] *** Lcd in danger...
  1026. [ < 5.347593] [DISP] *** Lcd in danger...
  1027. 4>[DISP] *** Lcd in danger...
  1028. [ < 5.354194] [DISP] *** Lcd in danger...
  1029. 4>[DISP] *** Lcd in danger...
  1030. <[ 5.360795] [DISP] *** Lcd in danger...
  1031. 4>[DISP] *** Lcd in danger...
  1032. [ < 5.367396] [DISP] *** Lcd in danger...
  1033. 4>[DISP] *** Lcd in danger...
  1034. [ < 5.373997] [DISP] *** Lcd in danger...
  1035. 4>[DISP] *** Lcd in danger...
  1036. [ < 5.380598] [DISP] *** Lcd in danger...
  1037. 4>[DISP] *** Lcd in danger...
  1038. [ < 5.387199] [DISP] *** Lcd in danger...
  1039. 4>[DISP] *** Lcd in danger...
  1040. [ < 5.393801] [DISP] *** Lcd in danger...
  1041. 4>[DISP] *** Lcd in danger...
  1042. [ < 5.400402] [DISP] *** Lcd in danger...
  1043. 4>[DISP] *** Lcd in danger...
  1044. [ < 5.407003] [DISP] *** Lcd in danger...
  1045. 4>[DISP] *** Lcd in danger...
  1046. [ < 5.413605] [DISP] *** Lcd in danger...
  1047. 4>[DISP] *** Lcd in danger...
  1048. [ < 5.420206] [DISP] *** Lcd in danger...
  1049. 4>[DISP] *** Lcd in danger...
  1050. [ < 5.426807] [DISP] *** Lcd in danger...
  1051. 4>[DISP] *** Lcd in danger...
  1052. [ < 5.433408] [DISP] *** Lcd in danger...
  1053. 4>[DISP] *** Lcd in danger...
  1054. <[ 5.440010] [DISP] *** Lcd in danger...
  1055. 4>[DISP] *** Lcd in danger...
  1056. [ < 5.446610] [DISP] *** Lcd in danger...
  1057. 4>[DISP] *** Lcd in danger...
  1058. [ < 5.453211] [DISP] *** Lcd in danger...
  1059. 4>[DISP] *** Lcd in danger...
  1060. <[ 5.459813] [DISP] *** Lcd in danger...
  1061. 4>[DISP] *** Lcd in danger...
  1062. [ < 5.466413] [DISP] *** Lcd in danger...
  1063. 4>[DISP] *** Lcd in danger...
  1064. [ 5.473014] [DISP] *** Lcd in danger...
  1065. <4>[DISP] *** Lcd in danger...
  1066. [ 5.481378] [DISP]< *** Lcd in danger...
  1067. 4>Unimplemented SVD code 17
  1068. [ < 5.487809] Unimplemented SVD code 17
  1069. 4>Unimplemented SVD code 4
  1070. [ < 5.493979] Unimplemented SVD code 4
  1071. 4>Unimplemented SVD code 14
  1072. <[ 5.500147] Unimplemented SVD code 14
  1073. 4>Unimplemented SVD code 15
  1074. [ < 5.506401] Unimplemented SVD code 15
  1075. 4>Unimplemented SVD code 29
  1076. [ < 5.512655] Unimplemented SVD code 29
  1077. 4>Unimplemented SVD code 30
  1078. <[ 5.518910] Unimplemented SVD code 30
  1079. 4>Unimplemented SVD code 31
  1080. [ < 5.525164] Unimplemented SVD code 31
  1081. 4>Unimplemented SVD code 16
  1082. [ < 5.531418] Unimplemented SVD code 16
  1083. 4>Unimplemented SVD code 23
  1084. [ < 5.537672] Unimplemented SVD code 23
  1085. 4>disp_clk: Could not find a matching pll-freq for 53900000 pclk
  1086. [ < 5.547133] disp_clk: Could not find a matching pll-freq for 53900000 pclk
  1087. 4>disp_clk: Could not find a matching pll-freq for 108100000 pclk
  1088. [ < 5.559890] disp_clk: Could not find a matching pll-freq for 108100000 pclk
  1089. 4>disp_clk: Could not find a matching pll-freq for 72650000 pclk
  1090. [ < 5.572646] disp_clk: Could not find a matching pll-freq for 72650000 pclk
  1091. 4>disp_clk: Could not find a matching pll-freq for 74200000 pclk
  1092. [ < 5.585316] disp_clk: Could not find a matching pll-freq for 74200000 pclk
  1093. 4>fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  1094. [ < 5.597206] fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  1095. 4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1096. [ < 5.608402] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1097. 4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1098. [ < 5.619685] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1099. 4>fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  1100. [ < 5.630880] fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  1101. 4>disp_clk: Could not find a matching pll-freq for 83650000 pclk
  1102. [ < 5.642770] disp_clk: Could not find a matching pll-freq for 83650000 pclk
  1103. 4>disp_clk: Could not find a matching pll-freq for 74600000 pclk
  1104. [ < 5.655439] disp_clk: Could not find a matching pll-freq for 74600000 pclk
  1105. 4>fbdev: 1152x864 needs 7962624 bytes, but only 0 avail.
  1106. [ < 5.667416] fbdev: 1152x864 needs 7962624 bytes, but only 0 avail.
  1107. 4>disp_clk: Could not find a matching pll-freq for 146850000 pclk
  1108. [ < 5.679478] disp_clk: Could not find a matching pll-freq for 146850000 pclk
  1109. 4>fbdev: 1440x900 needs 10368000 bytes, but only 0 avail.
  1110. [ < 5.691628] fbdev: 1440x900 needs 10368000 bytes, but only 0 avail.
  1111. 4>fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  1112. [ < 5.703171] fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  1113. 4>fbdev: 1280x960 needs 9830400 bytes, but only 0 avail.
  1114. [ < 5.714627] fbdev: 1280x960 needs 9830400 bytes, but only 0 avail.
  1115. 4>disp_clk: Could not find a matching pll-freq for 172900000 pclk
  1116. [ < 5.726690] disp_clk: Could not find a matching pll-freq for 172900000 pclk
  1117. 4>fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  1118. [ < 5.738926] fbdev: 1280x1024 needs 10485760 bytes, but only 0 avail.
  1119. 4>disp_clk: Could not find a matching pll-freq for 78800000 pclk
  1120. [ < 5.751076] disp_clk: Could not find a matching pll-freq for 78800000 pclk
  1121. 4>fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  1122. [ < 5.763053] fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  1123. 4>fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  1124. [ < 5.774335] fbdev: 1024x768 needs 6291456 bytes, but only 0 avail.
  1125. 4>disp_clk: Could not find a matching pll-freq for 53450000 pclk
  1126. [ < 5.786311] disp_clk: Could not find a matching pll-freq for 53450000 pclk
  1127. 4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1128. [ < 5.798201] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1129. 4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1130. [ < 5.809310] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1131. 4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1132. [ < 5.820419] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1133. 4>fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1134. [ < 5.831528] fbdev: 800x600 needs 3840000 bytes, but only 0 avail.
  1135. 4>fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  1136. [ < 5.842638] fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  1137. 4>disp_clk: Could not find a matching pll-freq for 27100000 pclk
  1138. [ < 5.854527] disp_clk: Could not find a matching pll-freq for 27100000 pclk
  1139. 4>fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  1140. [ < 5.866417] fbdev: 640x480 needs 2457600 bytes, but only 0 avail.
  1141. 4>disp_clk: Could not find a matching pll-freq for 26150000 pclk
  1142. [ < 5.878307] disp_clk: Could not find a matching pll-freq for 26150000 pclk
  1143. 4>fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  1144. [ < 5.890456] fbdev: 1920x1080 needs 16588800 bytes, but only 0 avail.
  1145. 6>Parse_VideoData_Block: VIC 1 support
  1146. [ < 5.900353] Parse_VideoData_Block: VIC 1 support
  1147. 6>Parse_VideoData_Block: VIC 2 support
  1148. [ < 5.908515] Parse_VideoData_Block: VIC 2 support
  1149. 6>Parse_VideoData_Block: VIC 3 support
  1150. [ < 5.916677] Parse_VideoData_Block: VIC 3 support
  1151. 6>Parse_VideoData_Block: VIC 17 support
  1152. [ < 5.924926] Parse_VideoData_Block: VIC 17 support
  1153. 6>Parse_VideoData_Block: VIC 18 support
  1154. [ < 5.933261] Parse_VideoData_Block: VIC 18 support
  1155. 6>Parse_VideoData_Block: VIC 19 support
  1156. [ < 5.941596] Parse_VideoData_Block: VIC 19 support
  1157. 6>Parse_VideoData_Block: VIC 4 support
  1158. [< 5.949845] Parse_VideoData_Block: VIC 4 support
  1159. 6>Parse_VideoData_Block: VIC 20 support
  1160. [ < 5.958093] Parse_VideoData_Block: VIC 20 support
  1161. 6>Parse_VideoData_Block: VIC 5 support
  1162. [ < 5.966342] Parse_VideoData_Block: VIC 5 support
  1163. 6>Parse_VideoData_Block: VIC 14 support
  1164. [ < 5.974590] Parse_VideoData_Block: VIC 14 support
  1165. 6>Parse_VideoData_Block: VIC 15 support
  1166. [ < 5.982925] Parse_VideoData_Block: VIC 15 support
  1167. 6>Parse_VideoData_Block: VIC 29 support
  1168. <[ 5.991261] Parse_VideoData_Block: VIC 29 support
  1169. 6>Parse_VideoData_Block: VIC 30 support
  1170. [ < 5.999596] Parse_VideoData_Block: VIC 30 support
  1171. 6>Parse_VideoData_Block: VIC 31 support
  1172. [ < 6.007930] Parse_VideoData_Block: VIC 31 support
  1173. 6>Parse_VideoData_Block: VIC 16 support
  1174. [ < 6.016265] Parse_VideoData_Block: VIC 16 support
  1175. 6>Parse_AudioData_Block: max channel=2
  1176. [ < 6.024514] Parse_AudioData_Block: max channel=2
  1177. 6>Parse_AudioData_Block: SampleRate code=17
  1178. [ < 6.033109] Parse_AudioData_Block: SampleRate code=17
  1179. 6>Parse_AudioData_Block: WordLen code=7
  1180. [ < 6.041791] Parse_AudioData_Block: WordLen code=7
  1181. 6>Find HDMI Vendor Specific DataBlock
  1182. [ < 6.049952] Find HDMI Vendor Specific DataBlock
  1183. 6>PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
  1184. [ < 6.059934] PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
  1185. 4>fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  1186. [ < 6.071477] fbdev: 720x480 needs 2764800 bytes, but only 0 avail.
  1187. 6>PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
  1188. [ < 6.083366] PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
  1189. 4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1190. [ < 6.095342] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1191. 6>PCLK=74250000 X 1280 1720 1760 1980 Y 720 725 730 750 fr 50 PP
  1192. [ < 6.107318] PCLK=74250000 X 1280 1720 1760 1980 Y 720 725 730 750 fr 50 PP
  1193. 4>fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1194. [ < 6.119294] fbdev: 1280x720 needs 7372800 bytes, but only 0 avail.
  1195. 6>PCLK=27000000 X 720 732 796 864 Y 576 581 586 625 fr 50 NN
  1196. [ < 6.130924] PCLK=27000000 X 720 732 796 864 Y 576 581 586 625 fr 50 NN
  1197. 4>fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  1198. [ 6.142467] fbdev: 720x576 needs 3317760 bytes, but only 0 avail.
  1199. <4>[DISP] *** Lcd in danger...
  1200. [ 6.156993] [DISP] *** Lcd in danger...
  1201. <4>[DISP] *** Lcd in danger...
  1202. [ 6.163613] [DISP] *** Lcd in danger...
  1203. <4>[DISP] *** Lcd in danger...
  1204. [ 6.170257] [DISP] *** Lcd in danger...
  1205. <4>[DISP] *** Lcd in danger...
  1206. [ 6.176889] [DISP] *** Lcd in danger...
  1207. <4>[DISP] *** Lcd in danger...
  1208. [ 6.183510] [DISP] *** Lcd in danger...
  1209. <4>[DISP] *** Lcd in danger...
  1210. [ 6.190146] [DISP] *** Lcd in danger...
  1211. <4>[DISP] *** Lcd in danger...
  1212. [ 6.196771] [DISP] *** Lcd in danger...
  1213. <4>[DISP] *** Lcd in danger...
  1214. [ 6.203387] [DISP] *** Lcd in danger...
  1215. <4>[DISP] *** Lcd in danger...
  1216. [ 6.210011] [DISP] *** Lcd in danger...
  1217. <4>[DISP] *** Lcd in danger...
  1218. [ 6.216637] [DISP] *** Lcd in danger...
  1219. <4>[DISP] *** Lcd in danger...
  1220. [ 6.223256] [DISP] *** Lcd in danger...
  1221. <4>[DISP] *** Lcd in danger...
  1222. [ 6.229880] [DISP] *** Lcd in danger...
  1223. <4>[DISP] *** Lcd in danger...
  1224. [ 6.236508] [DISP] *** Lcd in danger...
  1225. <4>[DISP] *** Lcd in danger...
  1226. [ 6.243121] [DISP] *** Lcd in danger...
  1227. <4>[DISP] *** Lcd in danger...
  1228. [ 6.249745] [DISP] *** Lcd in danger...
  1229. <4>[DISP] *** Lcd in danger...
  1230. [ 6.256372] [DISP] *** Lcd in danger...
  1231. <4>[DISP] *** Lcd in danger...
  1232. [ 6.262985] [DISP] *** Lcd in danger...
  1233. <4>[DISP] *** Lcd in danger...
  1234. [ 6.269613] [DISP] *** Lcd in danger...
  1235. <4>[DISP] *** Lcd in danger...
  1236. [ 6.276237] [DISP] *** Lcd in danger...
  1237. <4>[DISP] *** Lcd in danger...
  1238. [ 6.282849] [DISP] *** Lcd in danger...
  1239. <4>[DISP] *** Lcd in danger...
  1240. [ 6.289482] [DISP] *** Lcd in danger...
  1241. <4>[DISP] *** Lcd in danger...
  1242. [ 6.296107] [DISP] *** Lcd in danger...
  1243. <4>[DISP] *** Lcd in danger...
  1244. [ 6.302724] [DISP] *** Lcd in danger...
  1245. <4>[DISP] *** Lcd in danger...
  1246. [ 6.309348] [DISP] *** Lcd in danger...
  1247. <4>[DISP] *** Lcd in danger...
  1248. [ 6.315971] [DISP] *** Lcd in danger...
  1249. <4>[DISP] *** Lcd in danger...
  1250. [ 6.322586] [DISP] *** Lcd in danger...
  1251. <4>[DISP] *** Lcd in danger...
  1252. [ 6.329209] [DISP] *** Lcd in danger...
  1253. <4>[DISP] *** Lcd in danger...
  1254. [ 6.335836] [DISP] *** Lcd in danger...
  1255. <4>[DISP] *** Lcd in danger...
  1256. [ 6.342450] [DISP] *** Lcd in danger...
  1257. <4>[DISP] *** Lcd in danger...
  1258. [ 6.349073] [DISP] *** Lcd in danger...
  1259. <4>[DISP] *** Lcd in danger...
  1260. [ 6.355700] [DISP] *** Lcd in danger...
  1261. <4>[DISP] *** Lcd in danger...
  1262. [ 6.362311] [DISP] *** Lcd in danger...
  1263. <4>[DISP] *** Lcd in danger...
  1264. [ 6.368938] [DISP] *** Lcd in danger...
  1265. <4>[DISP] *** Lcd in danger...
  1266. [ 6.375561] [DISP] *** Lcd in danger...
  1267. <4>[DISP] *** Lcd in danger...
  1268. [ 6.382175] [DISP] *** Lcd in danger...
  1269. <4>[DISP] *** Lcd in danger...
  1270. [ 6.388799] [DISP] *** Lcd in danger...
  1271. <4>[DISP] *** Lcd in danger...
  1272. [ 6.395423] [DISP] *** Lcd in danger...
  1273. <4>[DISP] *** Lcd in danger...
  1274. [ 6.402040] [DISP] *** Lcd in danger...
  1275. <4>[DISP] *** Lcd in danger...
  1276. [ 6.408663] [DISP] *** Lcd in danger...
  1277. <4>[DISP] *** Lcd in danger...
  1278. [ 6.415287] [DISP] *** Lcd in danger...
  1279. <4>[DISP] *** Lcd in danger...
  1280. [ 6.421904] [DISP] *** Lcd in danger...
  1281. <4>[DISP] *** Lcd in danger...
  1282. [ 6.428525] [DISP] *** Lcd in danger...
  1283. <4>[DISP] *** Lcd in danger...
  1284. [ 6.435153] [DISP] *** Lcd in danger...
  1285. <4>[DISP] *** Lcd in danger...
  1286. [ 6.441766] [DISP] *** Lcd in danger...
  1287. <4>[DISP] *** Lcd in danger...
  1288. [ 6.448390] [DISP] *** Lcd in danger...
  1289. <4>[DISP] *** Lcd in danger...
  1290. [ 6.460563] [DISP] *** Lcd in danger...
  1291. <4>[DISP] *** Lcd in danger...
  1292. [ 6.467190] [DISP] *** Lcd in danger...
  1293. <4>[DISP] *** Lcd in danger...
  1294. [ 6.473803] [DISP] *** Lcd in danger...
  1295. <4>[DISP] *** Lcd in danger...
  1296. [ 6.480427] [DISP] *** Lcd in danger...
  1297. <4>[DISP] *** Lcd in danger...
  1298. [ 6.487058] [DISP] *** Lcd in danger...
  1299. <4>[DISP] *** Lcd in danger...
  1300. [ 6.493671] [DISP] *** Lcd in danger...
  1301. <4>[DISP] *** Lcd in danger...
  1302. [ 6.500301] [DISP] *** Lcd in danger...
  1303. <4>[DISP] *** Lcd in danger...
  1304. [ 6.506929] [DISP] *** Lcd in danger...
  1305. <4>[DISP] *** Lcd in danger...
  1306. [ 6.513541] [DISP] *** Lcd in danger...
  1307. <4>[DISP] *** Lcd in danger...
  1308. [ 6.520168] [DISP] *** Lcd in danger...
  1309. <4>[DISP] *** Lcd in danger...
  1310. [ 6.526792] [DISP] *** Lcd in danger...
  1311. <4>[DISP] *** Lcd in danger...
  1312. [ 6.533409] [DISP] *** Lcd in danger...
  1313. <4>[DISP] *** Lcd in danger...
  1314. [ 6.540037] [DISP] *** Lcd in danger...
  1315. <4>[DISP] *** Lcd in danger...
  1316. [ 6.546660] [DISP] *** Lcd in danger...
  1317. <4>[DISP] *** Lcd in danger...
  1318. [ 6.553276] [DISP] *** Lcd in danger...
  1319. <4>[DISP] *** Lcd in danger...
  1320. [ 6.559899] [DISP] *** Lcd in danger...
  1321. <4>[DISP] *** Lcd in danger...
  1322. [ 6.566523] [DISP] *** Lcd in danger...
  1323. <4>[DISP] *** Lcd in danger...
  1324. [ 6.573139] [DISP] *** Lcd in danger...
  1325. <4>[DISP] *** Lcd in danger...
  1326. [ 6.579763] [DISP] *** Lcd in danger...
  1327. <4>[DISP] *** Lcd in danger...
  1328. [ 6.586391] [DISP] *** Lcd in danger...
  1329. <4>[DISP] *** Lcd in danger...
  1330. [ 6.593004] [DISP] *** Lcd in danger...
  1331. <4>[DISP] *** Lcd in danger...
  1332. [ 6.599626] [DISP] *** Lcd in danger...
  1333. <4>[DISP] *** Lcd in danger...
  1334. [ 6.606252] [DISP] *** Lcd in danger...
  1335. <4>[DISP] *** Lcd in danger...
  1336. [ 6.612866] [DISP] *** Lcd in danger...
  1337. <4>[DISP] *** Lcd in danger...
  1338. [ 6.619492] [DISP] *** Lcd in danger...
  1339. <4>[DISP] *** Lcd in danger...
  1340. [ 6.626116] [DISP] *** Lcd in danger...
  1341. <4>[DISP] *** Lcd in danger...
  1342. [ 6.632729] [DISP] *** Lcd in danger...
  1343. <4>[DISP] *** Lcd in danger...
  1344. [ 6.639355] [DISP] *** Lcd in danger...
  1345. <4>[DISP] *** Lcd in danger...
  1346. [ 6.645979] [DISP] *** Lcd in danger...
  1347. <4>[DISP] *** Lcd in danger...
  1348. [ 6.652596] [DISP] *** Lcd in danger...
  1349. <4>[DISP] *** Lcd in danger...
  1350. [ 6.659216] [DISP] *** Lcd in danger...
  1351. <4>[DISP] *** Lcd in danger...
  1352. [ 6.665839] [DISP] *** Lcd in danger...
  1353. <4>[DISP] *** Lcd in danger...
  1354. [ 6.672456] [DISP] *** Lcd in danger...
  1355. <4>[DISP] *** Lcd in danger...
  1356. [ 6.679079] [DISP] *** Lcd in danger...
  1357. <4>[DISP] *** Lcd in danger...
  1358. [ 6.685709] [DISP] *** Lcd in danger...
  1359. <4>[DISP] *** Lcd in danger...
  1360. [ 6.692322] [DISP] *** Lcd in danger...
  1361. <4>[DISP] *** Lcd in danger...
  1362. [ 6.698946] [DISP] *** Lcd in danger...
  1363. <4>[DISP] *** Lcd in danger...
  1364. [ 6.705574] [DISP] *** Lcd in danger...
  1365. <4>[DISP] *** Lcd in danger...
  1366. [ 6.712186] [DISP] *** Lcd in danger...
  1367. <4>[DISP] *** Lcd in danger...
  1368. [ 6.718813] [DISP] *** Lcd in danger...
  1369. <4>[DISP] *** Lcd in danger...
  1370. [ 6.725437] [DISP] *** Lcd in danger...
  1371. <4>[DISP] *** Lcd in danger...
  1372. [ 6.732050] [DISP] *** Lcd in danger...
  1373. <4>[DISP] *** Lcd in danger...
  1374. [ 6.738674] [DISP] *** Lcd in danger...
  1375. <4>[DISP] *** Lcd in danger...
  1376. [ 6.745298] [DISP] *** Lcd in danger...
  1377. <4>[DISP] *** Lcd in danger...
  1378. [ 6.751915] [DISP] *** Lcd in danger...
  1379. <4>[DISP] *** Lcd in danger...
  1380. [ 6.764082] [DISP] *** Lcd in danger...
  1381. <4>[DISP] *** Lcd in danger...
  1382. [ 6.770710] [DISP] *** Lcd in danger...
  1383. <4>[DISP] *** Lcd in danger...
  1384. [ 6.777335] [DISP] *** Lcd in danger...
  1385. <4>[DISP] *** Lcd in danger...
  1386. [ 6.783952] [DISP] *** Lcd in danger...
  1387. <4>[DISP] *** Lcd in danger...
  1388. [ 6.790576] [DISP] *** Lcd in danger...
  1389. <4>[DISP] *** Lcd in danger...
  1390. [ 6.797200] [DISP] *** Lcd in danger...
  1391. <4>[DISP] *** Lcd in danger...
  1392. [ 6.803815] [DISP] *** Lcd in danger...
  1393. <4>[DISP] *** Lcd in danger...
  1394. [ 6.810437] [DISP] *** Lcd in danger...
  1395. <4>[DISP] *** Lcd in danger...
  1396. [ 6.817065] [DISP] *** Lcd in danger...
  1397. <4>[DISP] *** Lcd in danger...
  1398. [ 6.823681] [DISP] *** Lcd in danger...
  1399. <4>[DISP] *** Lcd in danger...
  1400. [ 6.830303] [DISP] *** Lcd in danger...
  1401. <4>[DISP] *** Lcd in danger...
  1402. [ 6.836931] [DISP] *** Lcd in danger...
  1403. <4>[DISP] *** Lcd in danger...
  1404. [ 6.843544] [DISP] *** Lcd in danger...
  1405. <4>[DISP] *** Lcd in danger...
  1406. [ 6.850172] [DISP] *** Lcd in danger...
  1407. <4>[DISP] *** Lcd in danger...
  1408. [ 6.856800] [DISP] *** Lcd in danger...
  1409. <4>[DISP] *** Lcd in danger...
  1410. [ 6.863414] [DISP] *** Lcd in danger...
  1411. <4>[DISP] *** Lcd in danger...
  1412. [ 6.870032] [DISP] *** Lcd in danger...
  1413. <4>[DISP] *** Lcd in danger...
  1414. [ 6.876656] [DISP] *** Lcd in danger...
  1415. <4>[DISP] *** Lcd in danger...
  1416. [ 6.883273] [DISP] *** Lcd in danger...
  1417. <4>[DISP] *** Lcd in danger...
  1418. [ 6.889907] [DISP] *** Lcd in danger...
  1419. <4>[DISP] *** Lcd in danger...
  1420. [ 6.896533] [DISP] *** Lcd in danger...
  1421. <4>[DISP] *** Lcd in danger...
  1422. [ 6.903150] [DISP] *** Lcd in danger...
  1423. <4>[DISP] *** Lcd in danger...
  1424. [ 6.909773] [DISP] *** Lcd in danger...
  1425. <4>[DISP] *** Lcd in danger...
  1426. [ 6.916396] [DISP] *** Lcd in danger...
  1427. <4>[DISP] *** Lcd in danger...
  1428. [ 6.923013] [DISP] *** Lcd in danger...
  1429. <4>[DISP] *** Lcd in danger...
  1430. [ 6.929635] [DISP] *** Lcd in danger...
  1431. <4>[DISP] *** Lcd in danger...
  1432. [ 6.936263] [DISP] *** Lcd in danger...
  1433. <4>[DISP] *** Lcd in danger...
  1434. [ 6.942876] [DISP] *** Lcd in danger...
  1435. <4>[DISP] *** Lcd in danger...
  1436. [ 6.949500] [DISP] *** Lcd in danger...
  1437. <4>[DISP] *** Lcd in danger...
  1438. [ 6.956127] [DISP] *** Lcd in danger...
  1439. <4>[DISP] *** Lcd in danger...
  1440. [ 6.962741] [DISP] *** Lcd in danger...
  1441. <4>[DISP] *** Lcd in danger...
  1442. [ 6.969367] [DISP] *** Lcd in danger...
  1443. <4>[DISP] *** Lcd in danger...
  1444. [ 6.975990] [DISP] *** Lcd in danger...
  1445. <4>[DISP] *** Lcd in danger...
  1446. [ 6.982604] [DISP] *** Lcd in danger...
  1447. <4>[DISP] *** Lcd in danger...
  1448. [ 6.989230] [DISP] *** Lcd in danger...
  1449. <4>[DISP] *** Lcd in danger...
  1450. [ 6.995854] [DISP] *** Lcd in danger...
  1451. <4>[DISP] *** Lcd in danger...
  1452. [ 7.002471] [DISP] *** Lcd in danger...
  1453. <4>[DISP] *** Lcd in danger...
  1454. [ 7.009095] [DISP] *** Lcd in danger...
  1455. <4>[DISP] *** Lcd in danger...
  1456. [ 7.015716] [DISP] *** Lcd in danger...
  1457. <4>[DISP] *** Lcd in danger...
  1458. [ 7.022332] [DISP] *** Lcd in danger...
  1459. <4>[DISP] *** Lcd in danger...
  1460. [ 7.028955] [DISP] *** Lcd in danger...
  1461. <4>[DISP] *** Lcd in danger...
  1462. [ 7.035582] [DISP] *** Lcd in danger...
  1463. <4>[DISP] *** Lcd in danger...
  1464. [ 7.042196] [DISP] *** Lcd in danger...
  1465. <4>[DISP] *** Lcd in danger...
  1466. [ 7.048820] [DISP] *** Lcd in danger...
  1467. <4>[DISP] *** Lcd in danger...
  1468. [ 7.061214] [DISP] *** Lcd in danger...
  1469. <4>[DISP] *** Lcd in danger...
  1470. [ 7.067858] [DISP] *** Lcd in danger...
  1471. <4>[DISP] *** Lcd in danger...
  1472. [ 7.074488] [DISP] *** Lcd in danger...
  1473. <4>[DISP] *** Lcd in danger...
  1474. [ 7.081254] [DISP] *** Lcd in danger...
  1475. <4>[DISP] *** Lcd in danger...
  1476. [ 7.087894] [DISP] *** Lcd in danger...
  1477. <4>[DISP] *** Lcd in danger...
  1478. [ 7.094525] [DISP] *** Lcd in danger...
  1479. <4>[DISP] *** Lcd in danger...
  1480. [ 7.101668] [DISP] *** Lcd in danger...
  1481. <4>[DISP] *** Lcd in danger...
  1482. [ 7.108296] [DISP] *** Lcd in danger...
  1483. <4>[DISP] *** Lcd in danger...
  1484. [ 7.114917] [DISP] *** Lcd in danger...
  1485. <4>[DISP] *** Lcd in danger...
  1486. [ 7.121532] [DISP] *** Lcd in danger...
  1487. <4>[DISP] *** Lcd in danger...
  1488. [ 7.128154] [DISP] *** Lcd in danger...
  1489. <4>[DISP] *** Lcd in danger...
  1490. [ 7.134777] [DISP] *** Lcd in danger...
  1491. <4>[DISP] *** Lcd in danger...
  1492. [ 7.141388] [DISP] *** Lcd in danger...
  1493. <4>[DISP] *** Lcd in danger...
  1494. [ 7.148009] [DISP] *** Lcd in danger...
  1495. <4>[DISP] *** Lcd in danger...
  1496. [ 7.154633] [DISP] *** Lcd in danger...
  1497. <4>[DISP] *** Lcd in danger...
  1498. [ 7.161244] [DISP] *** Lcd in danger...
  1499. <4>[DISP] *** Lcd in danger...
  1500. [ 7.167867] [DISP] *** Lcd in danger...
  1501. <4>[DISP] *** Lcd in danger...
  1502. [ 7.174488] [DISP] *** Lcd in danger...
  1503. <4>[DISP] *** Lcd in danger...
  1504. [ 7.181099] [DISP] *** Lcd in danger...
  1505. <4>[DISP] *** Lcd in danger...
  1506. [ 7.187722] [DISP] *** Lcd in danger...
  1507. <4>[DISP] *****************************************************************
  1508. [ 7.198243] [DISP] *****************************************************************
  1509. <4>[DISP] ***
  1510. [ 7.207295] [DISP] ***
  1511. <4>[DISP] *** LCD Panel Parameter Check
  1512. [ 7.213213] [DISP] *** LCD Panel Parameter Check
  1513. <4>[DISP] ***
  1514. [ 7.219142] [DISP] ***
  1515. <4>[DISP] *** by dulianping
  1516. [ 7.225068] [DISP] *** by dulianping
  1517. <4>[DISP] ***
  1518. [ 7.230986] [DISP] ***
  1519. <4>[DISP] *****************************************************************
  1520. [ 7.240035] [DISP] *****************************************************************
  1521. <4>[DISP] ***
  1522. [ 7.249087] [DISP] ***
  1523. <4>[DISP] *** Interface:[ 7.253540] [DISP] *** Interface:<4>[DISP] *** Parallel HV Panel
  1524.  
  1525. [ 7.259546] [DISP] *** Parallel HV Panel
  1526. <4>[DISP] *** Lcd Frm Disable
  1527. [ 7.266351] [DISP] *** Lcd Frm Disable
  1528. <4>[DISP] ***
  1529. [ 7.271406] [DISP] ***
  1530. <4>[DISP] *** Timing:
  1531. [ 7.275773] [DISP] *** Timing:
  1532. <4>[DISP] *** lcd_x: 0
  1533. [ 7.281345] [DISP] *** lcd_x: 0
  1534. <4>[DISP] *** lcd_y: 0
  1535. [ 7.287454] [DISP] *** lcd_y: 0
  1536. <4>[DISP] *** lcd_ht: 0
  1537. [ 7.293546] [DISP] *** lcd_ht: 0
  1538. <4>[DISP] *** lcd_hbp: 0
  1539. [ 7.299652] [DISP] *** lcd_hbp: 0
  1540. <4>[DISP] *** lcd_vt: 0
  1541. [ 7.305758] [DISP] *** lcd_vt: 0
  1542. <4>[DISP] *** lcd_vbp: 0
  1543. [ 7.311851] [DISP] *** lcd_vbp: 0
  1544. <4>[DISP] *** lcd_hspw: 0
  1545. [ 7.317955] [DISP] *** lcd_hspw: 0
  1546. <4>[DISP] *** lcd_vspw: 0
  1547. [ 7.324057] [DISP] *** lcd_vspw: 0
  1548. <4>[DISP] *** lcd_frame_frq: 0Hz
  1549. [ 7.330669] [DISP] *** lcd_frame_frq: 0Hz
  1550. <4>[DISP] ***
  1551. [ 7.336079] [DISP] ***
  1552. <4>[DISP] *** Err01: Violate "lcd_hbp > lcd_hspw"
  1553. [ 7.342863] [DISP] *** Err01: Violate "lcd_hbp > lcd_hspw"
  1554. <4>[DISP] *** Err02: Violate "lcd_vbp > lcd_vspw"
  1555. [ 7.352781] [DISP] *** Err02: Violate "lcd_vbp > lcd_vspw"
  1556. <4>[DISP] *** Err03: Violate "lcd_ht >= (lcd_hbp+lcd_x*1+4)"
  1557. [ 7.368412] [DISP] *** Err03: Violate "lcd_ht >= (lcd_hbp+lcd_x*1+4)"
  1558. <4>[DISP] *** Err04: Violate "(lcd_vt/2) >= (lcd_vbp+lcd_y+2)"
  1559. [ 7.380413] [DISP] *** Err04: Violate "(lcd_vt/2) >= (lcd_vbp+lcd_y+2)"
  1560. <4>[DISP] *** WRN03: Recommend "lcd_dclk_frq = 0"
  1561. [ 7.391459] [DISP] *** WRN03: Recommend "lcd_dclk_frq = 0"
  1562. <4>[DISP] ***
  1563. [ 7.398254] [DISP] ***
  1564. <4>[DISP] *** Try new parameters, you can make it pass!
  1565. [ 9.406443] [DISP] *** Try new parameters, you can make it pass!
  1566. <4>[DISP] *** LCD Panel Parameter Check End
  1567. [ 9.416399] [DISP] *** LCD Panel Parameter Check End
  1568. <4>[DISP] *****************************************************************
  1569. [ 9.428063] [DISP] *****************************************************************
  1570. <4>------------[ cut here ]------------
  1571. [ 9.439425] ------------[ cut here ]------------
  1572. <4>WARNING: at mm/page_alloc.c:2317 __alloc_pages_nodemask+0x20c/0x7a0()
  1573. [ 9.450518] WARNING: at mm/page_alloc.c:2317 __alloc_pages_nodemask+0x20c/0x7a0()
  1574. <d>Modules linked in:[ 9.459868] Modules linked in:
  1575.  
  1576. [<c0014c54>] (unwind_backtrace+0x0/0x134) from [<c00363f4>] (warn_slowpath_common+0x54/0x64)
  1577. [ 9.483870] [<c0014c54>] (unwind_backtrace+0x0/0x134) from [<c00363f4>] (warn_slowpath_common+0x54/0x64)
  1578. [<c00363f4>] (warn_slowpath_common+0x54/0x64) from [<c00364a0>] (warn_slowpath_null+0x1c/0x24)
  1579. [ 9.501744] [<c00363f4>] (warn_slowpath_common+0x54/0x64) from [<c00364a0>] (warn_slowpath_null+0x1c/0x24)
  1580. [<c00364a0>] (warn_slowpath_null+0x1c/0x24) from [<c00af4a0>] (__alloc_pages_nodemask+0x20c/0x7a0)
  1581. [ 9.520152] [<c00364a0>] (warn_slowpath_null+0x1c/0x24) from [<c00af4a0>] (__alloc_pages_nodemask+0x20c/0x7a0)
  1582. [<c00af4a0>] (__alloc_pages_nodemask+0x20c/0x7a0) from [<c02ec750>] (Display_Fb_Request+0xc8/0x4c0)
  1583. [ 9.538983] [<c00af4a0>] (__alloc_pages_nodemask+0x20c/0x7a0) from [<c02ec750>] (Display_Fb_Request+0xc8/0x4c0)
  1584. [<c02ec750>] (Display_Fb_Request+0xc8/0x4c0) from [<c02ecd4c>] (Fb_Init+0x204/0xe80)
  1585. [ 9.556599] [<c02ec750>] (Display_Fb_Request+0xc8/0x4c0) from [<c02ecd4c>] (Fb_Init+0x204/0xe80)
  1586. [<c02ecd4c>] (Fb_Init+0x204/0xe80) from [<c055257c>] (hdmi_probe+0x5c/0x64)
  1587. [ 9.572134] [<c02ecd4c>] (Fb_Init+0x204/0xe80) from [<c055257c>] (hdmi_probe+0x5c/0x64)
  1588. [<c055257c>] (hdmi_probe+0x5c/0x64) from [<c033d4ec>] (driver_probe_device+0xb4/0x35c)
  1589. [ 9.587834] [<c055257c>] (hdmi_probe+0x5c/0x64) from [<c033d4ec>] (driver_probe_device+0xb4/0x35c)
  1590. [<c033d4ec>] (driver_probe_device+0xb4/0x35c) from [<c033d864>] (__driver_attach+0x8c/0x90)
  1591. [ 9.604930] [<c033d4ec>] (driver_probe_device+0xb4/0x35c) from [<c033d864>] (__driver_attach+0x8c/0x90)
  1592. [<c033d864>] (__driver_attach+0x8c/0x90) from [<c033b878>] (bus_for_each_dev+0x60/0x94)
  1593. [ 9.622125] [<c033d864>] (__driver_attach+0x8c/0x90) from [<c033b878>] (bus_for_each_dev+0x60/0x94)
  1594. [<c033b878>] (bus_for_each_dev+0x60/0x94) from [<c033caac>] (bus_add_driver+0xd0/0x28c)
  1595. [ 9.638957] [<c033b878>] (bus_for_each_dev+0x60/0x94) from [<c033caac>] (bus_add_driver+0xd0/0x28c)
  1596. [<c033caac>] (bus_add_driver+0xd0/0x28c) from [<c033de3c>] (driver_register+0x78/0x13c)
  1597. [ 9.655788] [<c033caac>] (bus_add_driver+0xd0/0x28c) from [<c033de3c>] (driver_register+0x78/0x13c)
  1598. [<c033de3c>] (driver_register+0x78/0x13c) from [<c00086b8>] (do_one_initcall+0x11c/0x174)
  1599. [ 9.672784] [<c033de3c>] (driver_register+0x78/0x13c) from [<c00086b8>] (do_one_initcall+0x11c/0x174)
  1600. [<c00086b8>] (do_one_initcall+0x11c/0x174) from [<c07bf9fc>] (kernel_init+0x1a8/0x240)
  1601. [ 9.689710] [<c00086b8>] (do_one_initcall+0x11c/0x174) from [<c07bf9fc>] (kernel_init+0x1a8/0x240)
  1602. [<c07bf9fc>] (kernel_init+0x1a8/0x240) from [<c000f4b8>] (kernel_thread_exit+0x0/0x8)
  1603. [ 9.706287] [<c07bf9fc>] (kernel_init+0x1a8/0x240) from [<c000f4b8>] (kernel_thread_exit+0x0/0x8)
  1604. <4>---[ end trace 2c0b47ead3647878 ]---
  1605. [ 9.718765] ---[ end trace 2c0b47ead3647878 ]---
  1606. <4>[DISP] alloc_pages fail!
  1607. [ 9.725941] [DISP] alloc_pages fail!
  1608. <1>Unable to handle kernel paging request at virtual address 00064000
  1609. <1>pgd = c0004000
  1610. <1>[00064000] *pgd=00000000
  1611. <0>Internal error: Oops: 805 [#1] PREEMPT SMP ARM
  1612. <d>Modules linked in:
  1613. CPU: 0 Tainted: G W (3.4.90-00253-ge37d760 #1)
  1614. PC is at cfb_imageblit+0x2ec/0x4a4
  1615. LR is at 0x0
  1616. pc : [<c02e7958>] lr : [<00000000>] psr: 20000013
  1617. sp : c382bb38 ip : 00064004 fp : c393c000
  1618. r10: c05ff76c r9 : 00000001 r8 : 00000000
  1619. r7 : c3ac8400 r6 : 0000000f r5 : 00000000 r4 : 00000001
  1620. r3 : 00000007 r2 : 00000007 r1 : 00064000 r0 : c393c000
  1621. Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
  1622. Control: 10c5387d Table: 4000406a DAC: 00000015
  1623.  
  1624. PC: 0xc02e78d8:
  1625. 78d8 e1a03004 e2492002 0a000004 e2422001 e1843613 e3720001 e1858618 1afffffa
  1626. 78f8 e1a01009 e0285003 ebff2fce e59d3010 e3e04000 e1e04914 e593600c e3560000
  1627. 7918 e2466001 e58d0008 0a00001c e59d2008 e1a0000b e59d100c e3a03008 ea000009
  1628. 7938 e5d0e000 e3530000 02800001 e004e35e 03a03008 e79ae10e e00ee005 e02ee008
  1629. 7958 e581e000 e1a0100c e2422001 e0693003 e3720001 e281c004 1afffff0 e2466001
  1630. 7978 e59d200c e5973108 e3760001 e59dc004 e0822003 e58d200c e08bb00c 1affffe2
  1631. 7998 e28dd02c e8bd8ff0 e59de00c e1a0300b eaffff88 e59dc010 e2669020 e59d0010
  1632. 79b8 e5977108 e59c3008 e59d200c e59cc01c e2833007 e590000c e58d2018 e1a031a3
  1633.  
  1634. SP: 0xc382bab8:
  1635. bab8 00000000 c02f12bc 00000003 00002800 00000000 00000001 00000000 00000000
  1636. bad8 c02e7958 20000013 ffffffff c382bb24 00000000 c000e518 c393c000 00064000
  1637. baf8 00000007 00000007 00000001 00000000 0000000f c3ac8400 00000000 00000001
  1638. bb18 c05ff76c c393c000 00064004 c382bb38 00000000 c02e7958 20000013 ffffffff
  1639. bb38 00000000 00000001 00000008 00064000 c39b7800 00000000 00000000 00000001
  1640. bb58 00000005 c02e35a4 00000500 c39b7800 c382bbc8 c3ac8400 00000010 00000001
  1641. bb78 c39b7838 00000001 c393c000 c02e3694 00000010 c02e2dbc 00000000 c39f0800
  1642. bb98 c382bbc8 00000050 c3ac8400 00000000 c05fe710 00000000 00000000 c02e3058
  1643.  
  1644. FP: 0xc393bf80:
  1645. bf80 000001f1 00000000 00000000 00000000 000001f3 00000000 00000000 00000000
  1646. bfa0 000001f5 00000000 00000000 00000000 000001f7 00000000 00000000 00000000
  1647. bfc0 000001f9 00000000 00000000 00000000 000001fb 00000000 00000000 00000000
  1648. bfe0 000001fd 00000000 00000000 00000000 000001ff 00000000 00000000 00000000
  1649. c000 00000000 00000000 00000000 00000000 00000000 c3c61000 43c61000 00000000
  1650. c020 c3a91c80 00000000 c3a37c00 c3a91cc0 00000000 00000000 00000000 00000000
  1651. c040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1652. c060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1653.  
  1654. R0: 0xc393bf80:
  1655. bf80 000001f1 00000000 00000000 00000000 000001f3 00000000 00000000 00000000
  1656. bfa0 000001f5 00000000 00000000 00000000 000001f7 00000000 00000000 00000000
  1657. bfc0 000001f9 00000000 00000000 00000000 000001fb 00000000 00000000 00000000
  1658. bfe0 000001fd 00000000 00000000 00000000 000001ff 00000000 00000000 00000000
  1659. c000 00000000 00000000 00000000 00000000 00000000 c3c61000 43c61000 00000000
  1660. c020 c3a91c80 00000000 c3a37c00 c3a91cc0 00000000 00000000 00000000 00000000
  1661. c040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1662. c060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1663.  
  1664. R7: 0xc3ac8380:
  1665. 8380 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1666. 83a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1667. 83c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1668. 83e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1669. 8400 00000001 00000000 00000000 00000000 00000000 00000000 c3ac8418 c3ac8418
  1670. 8420 c382c000 00000001 00000000 00000000 c3ac8430 c3ac8430 00000000 00000500
  1671. 8440 000002d0 00000500 000005a0 00000000 00000000 00000020 00000000 00000010
  1672. 8460 00000008 00000000 00000008 00000008 00000000 00000000 00000008 00000000
  1673.  
  1674. R10: 0xc05ff6ec:
  1675. f6ec 00000000 00000000 7e7e7e7e 007e7e7e 00000000 00000000 00000000 00000000
  1676. f70c 00000000 6f676f6c 6c6f6e2e 006f676f 00000000 ff000000 00ff0000 ffff0000
  1677. f72c 0000ff00 ff00ff00 00ffff00 ffffff00 000000ff ff0000ff 00ff00ff ffff00ff
  1678. f74c 0000ffff ff00ffff 00ffffff ffffffff 00000000 ffff0000 0000ffff ffffffff
  1679. f76c 00000000 ffffffff 00000000 00000000 c02e7e50 c02e7c7c 00000000 00000000
  1680. f78c 00000000 00000000 c02e7d38 00000000 00000000 00000000 00000000 00000000
  1681. f7ac 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1682. f7cc 00000000 00000000 c02e7f6c c02e7f74 00000000 00000000 00000000 00000000
  1683. <0>Process swapper/0 (pid: 1, stack limit = 0xc382a2f0)
  1684. <0>Stack: (0xc382bb38 to 0xc382c000)
  1685. <0>bb20: 00000000 00000001
  1686. <0>bb40: 00000008 00064000 c39b7800 00000000 00000000 00000001 00000005 c02e35a4
  1687. <0>bb60: 00000500 c39b7800 c382bbc8 c3ac8400 00000010 00000001 c39b7838 00000001
  1688. <0>bb80: c393c000 c02e3694 00000010 c02e2dbc 00000000 c39f0800 c382bbc8 00000050
  1689. <0>bba0: c3ac8400 00000000 c05fe710 00000000 00000000 c02e3058 00000019 00000005
  1690. <0>bbc0: 00000005 00000002 00000033 00000001 c3a563c0 00000000 00000000 00000050
  1691. <0>bbe0: 00000008 00000010 00000000 00000000 c382bc01 c05fe710 c382bc18 c382bc4c
  1692. <0>bc00: 00000000 00000500 00000000 00000064 00000000 c3804000 c3ac8400 00000002
  1693. <0>bc20: c02e2bc8 00000000 c09118a0 00000000 00000000 c02df858 00000000 00000000
  1694. <0>bc40: 00000000 c3804000 c0918d98 00000720 00000000 00000005 0000002d 00000640
  1695. <0>bc60: fffffec0 c0326080 c086d460 c3804000 00000000 c0327d34 00000000 00000720
  1696. <0>bc80: c3804000 00000000 00000720 00000000 00000005 c02de280 00000000 c090f8a8
  1697. <0>bca0: 000000a0 fffff9c0 00000000 00000640 00000000 00000000 c3ac8474 c3804000
  1698. <0>bcc0: c3ac8400 c08294b8 c3804000 c090f8ec c39f0800 c090f8ec 0000002d c02de620
  1699. <0>bce0: 000000a0 0000002d 00000007 c090f8ec c0918da0 c09118a0 00000000 00000000
  1700. <0>bd00: 00000001 000000a0 000000a0 0000002d c3a56d00 c3804000 00000000 00000000
  1701. <0>bd20: c09193b8 00000000 c0918dac c05fde6c 00000001 c032625c c3af4000 00000000
  1702. <0>bd40: c0918ebc c3804000 00000000 c03289d8 00000000 00000000 00000000 00000000
  1703. <0>bd60: 0000003e c086d51c c072654c 00000001 c072cea8 00000001 0000003e 00000000
  1704. <0>bd80: c05fde6c 00000005 c3ac840c 01d00000 c085a128 c0329134 00000001 c08294b8
  1705. <0>bda0: c09118a0 c08294b8 c382be10 c02de854 ffffffff 00000000 00000000 c0056508
  1706. <0>bdc0: c08293c8 ffffffff c382be10 00000005 00000000 c0056864 00000000 00000001
  1707. <0>bde0: c382bdf4 00000000 c3ac8400 c080688c c3ac862c c0056894 00000000 c0036918
  1708. <0>be00: 00000000 c02d6df8 c0726068 00000000 c3ac8400 000002d0 00000000 0000003c
  1709. <0>be20: 00000500 000002d0 0000349c 000000dc 0000006e 00000014 00000005 00000028
  1710. <0>be40: 00000005 00000003 00000000 00000020 c091575c c0915760 00000000 00000001
  1711. <0>be60: 00000001 00000001 c091575d c02ecd70 00000001 60000013 00000000 c09185a0
  1712. <0>be80: 00000003 00000004 00000002 00000500 000002d0 00000500 000002d0 00000000
  1713. <0>bea0: 00010000 00010000 00000000 00000000 00000000 00000000 c030d878 c0918588
  1714. <0>bec0: c083d7c0 c085b4d8 c083d784 c085e800 000000bc c07d6a9c 00000000 c055257c
  1715. <0>bee0: c0552520 c091e2a8 c083d7c8 c033d4ec c3a8dd38 c382bf20 c083d7c8 c083d784
  1716. <0>bf00: c083d7fc c3a8dd80 c085e800 c033d864 00000000 c083d784 c033d7d8 c033b878
  1717. <0>bf20: c3823660 c3a8dd38 00000000 c083d784 c0842b70 c033caac c06e5b94 c083d784
  1718. <0>bf40: c083d784 00000007 c085e800 c085e800 c085e800 c033de3c c07f0e0c 00000007
  1719. <0>bf60: c085e800 c085e800 c085e800 c00086b8 00000008 c0c2e13d c05f9e28 c382a030
  1720. <0>bf80: c07f0800 c07952c4 c06e134c 00000007 c0c2e145 00000007 00000001 c07f0e0c
  1721. <0>bfa0: 00000007 c085e800 c085e800 c07bf278 000000bc c07e8250 c07e8248 c07bf9fc
  1722. <0>bfc0: 00000007 00000007 c07bf278 00000013 00000000 00000000 c07bf854 c000f4b8
  1723. <0>bfe0: 00000013 00000000 00000000 00000000 00000000 c000f4b8 fffff7df 7fdf5fff
  1724. [<c02e7958>] (cfb_imageblit+0x2ec/0x4a4) from [<c02e3694>] (soft_cursor+0x160/0x1c0)
  1725. [<c02e3694>] (soft_cursor+0x160/0x1c0) from [<c02e3058>] (bit_cursor+0x490/0x4b8)
  1726. [<c02e3058>] (bit_cursor+0x490/0x4b8) from [<c02df858>] (fbcon_cursor+0x114/0x15c)
  1727. [<c02df858>] (fbcon_cursor+0x114/0x15c) from [<c0326080>] (hide_cursor+0x38/0x98)
  1728. [<c0326080>] (hide_cursor+0x38/0x98) from [<c0327d34>] (redraw_screen+0x158/0x248)
  1729. [<c0327d34>] (redraw_screen+0x158/0x248) from [<c02de280>] (fbcon_prepare_logo+0x340/0x3cc)
  1730. [<c02de280>] (fbcon_prepare_logo+0x340/0x3cc) from [<c02de620>] (fbcon_init+0x314/0x4c8)
  1731. [<c02de620>] (fbcon_init+0x314/0x4c8) from [<c032625c>] (visual_init+0x98/0xdc)
  1732. [<c032625c>] (visual_init+0x98/0xdc) from [<c03289d8>] (do_bind_con_driver+0x144/0x350)
  1733. [<c03289d8>] (do_bind_con_driver+0x144/0x350) from [<c0329134>] (do_take_over_console+0x3c/0x44)
  1734. [<c0329134>] (do_take_over_console+0x3c/0x44) from [<c02de854>] (do_fbcon_takeover+0x80/0xd8)
  1735. [<c02de854>] (do_fbcon_takeover+0x80/0xd8) from [<c0056508>] (notifier_call_chain+0x44/0x84)
  1736. [<c0056508>] (notifier_call_chain+0x44/0x84) from [<c0056864>] (__blocking_notifier_call_chain+0x48/0x60)
  1737. [<c0056864>] (__blocking_notifier_call_chain+0x48/0x60) from [<c0056894>] (blocking_notifier_call_chain+0x18/0x20)
  1738. [<c0056894>] (blocking_notifier_call_chain+0x18/0x20) from [<c02d6df8>] (register_framebuffer+0x180/0x25c)
  1739. [<c02d6df8>] (register_framebuffer+0x180/0x25c) from [<c02ecd70>] (Fb_Init+0x228/0xe80)
  1740. [<c02ecd70>] (Fb_Init+0x228/0xe80) from [<c055257c>] (hdmi_probe+0x5c/0x64)
  1741. [<c055257c>] (hdmi_probe+0x5c/0x64) from [<c033d4ec>] (driver_probe_device+0xb4/0x35c)
  1742. [<c033d4ec>] (driver_probe_device+0xb4/0x35c) from [<c033d864>] (__driver_attach+0x8c/0x90)
  1743. [<c033d864>] (__driver_attach+0x8c/0x90) from [<c033b878>] (bus_for_each_dev+0x60/0x94)
  1744. [<c033b878>] (bus_for_each_dev+0x60/0x94) from [<c033caac>] (bus_add_driver+0xd0/0x28c)
  1745. [<c033caac>] (bus_add_driver+0xd0/0x28c) from [<c033de3c>] (driver_register+0x78/0x13c)
  1746. [<c033de3c>] (driver_register+0x78/0x13c) from [<c00086b8>] (do_one_initcall+0x11c/0x174)
  1747. [<c00086b8>] (do_one_initcall+0x11c/0x174) from [<c07bf9fc>] (kernel_init+0x1a8/0x240)
  1748. [<c07bf9fc>] (kernel_init+0x1a8/0x240) from [<c000f4b8>] (kernel_thread_exit+0x0/0x8)
  1749. <0>Code: 03a03008 e79ae10e e00ee005 e02ee008 (e581e000)
  1750. <4>---[ end trace 2c0b47ead3647879 ]---
  1751. <0>Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  1752.  
  1753. <2>CPU1: stopping
  1754. [<c0014c54>] (unwind_backtrace+0x0/0x134) from [<c0013b78>] (handle_IPI+0x1b8/0x1cc)
  1755. [<c0013b78>] (handle_IPI+0x1b8/0x1cc) from [<c0008520>] (gic_handle_irq+0x54/0x58)
  1756. [<c0008520>] (gic_handle_irq+0x54/0x58) from [<c000e580>] (__irq_svc+0x40/0x70)
  1757. Exception stack(0xc3855f88 to 0xc3855fd0)
  1758. 5f80: ffffffed 00000001 00000000 00000000 c3854000 c085e8c8
  1759. 5fa0: c05659b0 c3854000 c3854000 c080ab10 00000000 00000000 ffff8ef5 c3855fd0
  1760. 5fc0: c000f578 c000f57c 60000013 ffffffff
  1761. [<c000e580>] (__irq_svc+0x40/0x70) from [<c000f57c>] (default_idle+0x2c/0x30)
  1762. [<c000f57c>] (default_idle+0x2c/0x30) from [<c000f870>] (cpu_idle+0xe0/0x114)
  1763. [<c000f870>] (cpu_idle+0xe0/0x114) from [<405558f4>] (0x405558f4)
  1764. <6>[hotplug]: cpu(0) try to kill cpu(1)
  1765. <3>[hotplug]: try to kill cpu:1 failed!
  1766. <0>Rebooting in 10 seconds..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement