Advertisement
noggin

UART log Android boot with USB k/b

Jan 29th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.60 KB | None | 0 0
  1. [ 0.000000] Initializing cgroup subsys cpu
  2. [ 0.000000] Linux version 2.6.34 (lian@ubuntu) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #1 Mon Oct 22 19:34:46 PDT 2012
  3. [ 0.000000] CPU: ARMv7 Processor [412fc094] revision 4 (ARMv7), cr=10c53c7f
  4. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  5. [ 0.000000] Machine: AMLOGIC MESON3 8726M SKT SH
  6. [ 0.000000] Ignoring unrecognised tag 0x00000000
  7. [ 0.000000] bankstart=0x8da00000, size=0x12500000
  8. [ 0.000000] bankstart=0xa0000000, size=0x20000000
  9. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  10. [ 0.000000] BUG: mapping for 0x84000000 at 0xc4000000 overlaps vmalloc space
  11. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 220416
  12. [ 0.000000] Kernel command line: rootfstype=ext3 androidboot.resolution=720p rootwait init=/init console=ttyS0,115200n8 nohlt logo=osd1,0x84100000,loaded,720p a9_clk=600M clk81=187500000 mem=1024m
  13. [ 0.000000] osd1:1
  14. [ 0.000000] loaded:268435459
  15. [ 0.000000] logo has been loaded
  16. [ 0.000000] 720p:6
  17. [ 0.000000] (CTS_DDR_CLK) = 528MHz
  18. [ 0.000000] (CTS_MALI_CLK) = 264MHz
  19. [ 0.000000] (CTS_A9_CLK) = 600MHz
  20. [ 0.000000] CLK81(from MSR_CLK_REG) = 187000000MHz, a9_clk(from args) = 187500000
  21. [ 0.000000] set CLK81 to 175MHz
  22. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  23. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  24. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  25. [ 0.000000] Memory: 64MB 293MB 128MB 384MB = 869MB total
  26. [ 0.000000] Memory: 870984k/870984k available, 18872k reserved, 393216K highmem
  27. [ 0.000000] Virtual kernel memory layout:
  28. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  29. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  30. [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  31. [ 0.000000] vmalloc : 0xe8800000 - 0xf0000000 ( 120 MB)
  32. [ 0.000000] lowmem : 0xc0000000 - 0xe8000000 ( 640 MB)
  33. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  34. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  35. [ 0.000000] .init : 0xc0008000 - 0xc0221000 (2148 kB)
  36. [ 0.000000] .text : 0xc0221000 - 0xc09f1024 (8001 kB)
  37. [ 0.000000] .data : 0xc09f2000 - 0xc0a3e060 ( 305 kB)
  38. [ 0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  39. [ 0.000000] Hierarchical RCU implementation.
  40. [ 0.000000] NR_IRQS:128
  41. [ 0.000000] Console: colour dummy device 80x30
  42. [ 0.000000] console [ttyS0] enabled
  43. [ 0.227692] Calibrating delay loop... 933.88 BogoMIPS (lpj=4669440)
  44. [ 0.480167] Mount-cache hash table entries: 512
  45. [ 0.482162] Initializing cgroup subsys cpuacct
  46. [ 0.486087] Initializing cgroup subsys freezer
  47. [ 0.490583] CPU: Testing write buffer coherency: ok
  48. [ 0.499061] NET: Registered protocol family 16
  49. [ 0.500627] L2X0 cache controller enabled
  50. [ 0.503748] power hold set high!
  51. [ 0.506956] controlled a8293 voltage 2012-9-22
  52. [ 0.511412] set_vccx2 power up
  53. [ 0.514404] select eth clk-7,source=50000000,out=50000000
  54. [ 0.619866] SPDIF output.
  55. [ 0.619886] CONFIG_AM_AVL6211 set pinmux
  56. [ 0.622241] ------write regaddr 0x1b30 value 0-------
  57. [ 0.625854] ***m1_init_machine: usb set mode.
  58. [ 0.630210] USB PHY clock souce: XTAL input divided by 2
  59. [ 0.635477] register lm device 0
  60. [ 0.638726] register lm device 1
  61. [ 0.641974] chip version=e34c3110
  62. [ 0.645194] major number 0 for disp
  63.  
  64. [ 0.648721] register tv module server ok
  65.  
  66. [ 0.652861] major number 0 for disp
  67.  
  68. [ 0.656342] register tv module server ok
  69.  
  70. [ 0.678136] bio: create slab <bio-0> at 0
  71. [ 0.678676] SCSI subsystem initialized
  72. [ 0.680642] usbcore: registered new interface driver usbfs
  73. [ 0.685853] usbcore: registered new interface driver hub
  74. [ 0.691215] usbcore: registered new device driver usb
  75. [ 0.699226] Advanced Linux Sound Architecture Driver Version 1.0.22.1.
  76. [ 0.702981] Bluetooth: Core ver 2.15
  77. [ 0.706286] NET: Registered protocol family 31
  78. [ 0.710571] Bluetooth: HCI device and connection manager initialized
  79. [ 0.716869] Bluetooth: HCI socket layer initialized
  80. [ 0.721885] Switching to clocksource Timer-E
  81. [ 0.726478] NET: Registered protocol family 2
  82. [ 0.730452] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
  83. [ 0.737806] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
  84. [ 0.745561] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  85. [ 0.751602] TCP: Hash tables configured (established 65536 bind 65536)
  86. [ 0.757576] TCP reno registered
  87. [ 0.760706] UDP hash table entries: 256 (order: 0, 4096 bytes)
  88. [ 0.766507] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  89. [ 0.772865] NET: Registered protocol family 1
  90. [ 0.777311] RPC: Registered udp transport module.
  91. [ 0.781765] RPC: Registered tcp transport module.
  92. [ 0.786418] RPC: Registered tcp NFSv4.1 backchannel transport module.
  93. [ 0.818247] highmem bounce pool size: 64 pages
  94. [ 0.818378] ashmem: initialized
  95. [ 0.825422] VFS: Disk quotas dquot_6.5.2
  96. [ 0.825647] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  97. [ 0.833221] Slow work thread pool: Starting up
  98. [ 0.835218] Slow work thread pool: Ready
  99. [ 0.838968] NTFS driver 2.1.29 [Flags: R/W].
  100. [ 0.843698] fuse init (API version 7.13)
  101. [ 0.847617] msgmni has been set to 933
  102. [ 0.853644] alg: No test for stdrng (krng)
  103. [ 0.854960] io scheduler noop registered
  104. [ 0.858801] io scheduler deadline registered
  105. [ 0.863336] io scheduler cfq registered (default)
  106. [ 1.066398] brd: module loaded
  107. [ 1.068282] loop: module loaded
  108. [ 1.069976] PPP generic driver version 2.4.2
  109. [ 1.072532] PPP MPPE Compression module registered
  110. [ 1.076030] NET: Registered protocol family 24
  111. [ 1.080552] PPPoL2TP kernel driver, V1.0
  112. [ 1.084540] usbcore: registered new interface driver cdc_acm
  113. [ 1.089971] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
  114. [ 1.098516] Initializing USB Mass Storage driver...
  115. [ 1.103404] usbcore: registered new interface driver usb-storage
  116. [ 1.109285] USB Mass Storage support registered.
  117. [ 1.114013] usbcore: registered new interface driver usbserial
  118. [ 1.119680] usbserial: USB Serial Driver core
  119. [ 1.124063] USB Serial support registered for GSM modem (1-port)
  120. [ 1.130051] usbcore: registered new interface driver option
  121. [ 1.135530] option: v0.7.2:USB Driver for GSM modems
  122. [ 1.140845] mice: PS/2 mouse device common for all mice
  123. [ 1.146539] i2c /dev entries driver
  124. [ 1.149224] Linux video capture interface: v2.00
  125. [ 1.153846] uvc_init amlogic
  126. [ 1.156647] usbcore: registered new interface driver uvcvideo
  127. [ 1.162317] USB Video Class driver (v1.1.0)
  128. [ 1.167522] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
  129. [ 1.176434] usbcore: registered new interface driver hiddev
  130. [ 1.180496] usbcore: registered new interface driver usbhid
  131. [ 1.185938] usbhid: USB HID core driver
  132. [ 1.190555] logger: created 64K log 'log_main'
  133. [ 1.194388] logger: created 256K log 'log_events'
  134. [ 1.199042] logger: created 64K log 'log_radio'
  135. [ 1.203654] logger: created 64K log 'log_system'
  136. [ 1.208017] start init vout module
  137.  
  138. [ 1.211565] create vout attribute ok
  139.  
  140. [ 1.215337] ge2d_init
  141. [ 1.217561] ge2d_dev major:253
  142.  
  143. [ 1.221078] ge2d start monitor
  144.  
  145. [ 1.223887] osd_init
  146. [ 1.225998] [osd0] 0x84100000-0x850fffff
  147. [ 1.230047] ge2d workqueue monitor start
  148.  
  149. [ 1.233992] Frame buffer memory assigned at phy:0x84100000, vir:0xe9000000, size=16384K
  150. [ 1.241822] ---------------clear framebuffer0 memory size=1000000.
  151.  
  152. [ 1.260502] [osd1] 0x85100000-0x851fffff
  153. [ 1.260574] Frame buffer memory assigned at phy:0x85100000, vir:0xe8a00000, size=1024K
  154. [ 1.266749] init fbdev bpp is :24
  155.  
  156. [ 1.270618] osd probe ok
  157.  
  158. [ 1.272957] vout2_init_module enter
  159. [ 1.276393] start init vout2 module
  160.  
  161. [ 1.280092] create vout2 attribute ok
  162.  
  163. [ 1.288132] UART_ttyS0:(irq = 90, address = 0xf81004c0)
  164. [ 1.289106] UART_ttyS1:(irq = 26, address = 0xf11084c0)
  165. [ 1.294349] UART_ttyS2:(irq = 75, address = 0xf11084dc)
  166. [ 1.299498] UART_ttyS3:(irq = 93, address = 0xf1108700)
  167. [ 1.304697] Port 0 = IRQ 90
  168. [ 1.307458] Port 1 = IRQ 26
  169. [ 1.310239] Port 2 = IRQ 75
  170. [ 1.313001] Port 3 = IRQ 93
  171. [ 1.315776] Amlogic nand flash AVOS driver for M3, Version 1.1 (c) 2010 Amlogic Inc.
  172. [ 1.323637] bus_cycle=17, bus_timing=10, start_cycle=10, end_cycle=10,system=5.3ns
  173. [ 1.331352] No NAND device found.
  174. [ 1.334527] NAND device id: ad d7 94 da 74 c3
  175. [ 1.338727] aml_chip->hynix_new_nand_type =: 2
  176. [ 1.343244] NAND device: Manufacturer ID: 0xad, Chip ID: 0xad (Hynix B revision 26nm NAND 4GiB H27UBG8T2B)
  177. [ 1.913839] 1 NAND chips detected
  178. [ 1.913880] #####aml_nand_init, with RB pins and chip->chip_delay:20
  179. [ 1.918003] bus_cycle=4, bus_timing=5, start_cycle=5, end_cycle=6,system=5.3ns
  180. [ 1.925127] oob size is not enough for selected bch mode: NAND_BCH60_1K_MODE force bch to mode: NAND_BCH40_1K_MODE
  181. [ 1.935430] multi plane error for selected plane mode: NAND_TWO_PLANE_MODE force plane to : NAND_SINGLE_PLANE_MODE
  182. [ 1.945739] oob layout use nand base oob layout oobsize = 16,oobmul =1,mtd->oobsize =640,aml_chip->oob_size =640
  183. [ 1.956028] Enter aml_nand_get_reg_value_hynix
  184. [ 1.960386] aml_nand_get_reg_value_hynix, REG(0xa0): value:0x25, for chip[0]
  185. [ 1.967474] aml_nand_get_reg_value_hynix, REG(0xa1): value:0x38, for chip[0]
  186. [ 1.974583] aml_nand_get_reg_value_hynix, REG(0xb0): value:0x20, for chip[0]
  187. [ 1.981684] aml_nand_get_reg_value_hynix, REG(0xb1): value:0x34, for chip[0]
  188. [ 1.988781] aml_nand_get_reg_value_hynix, REG(0xc9): value:0x47, for chip[0]
  189. [ 1.996828] aml_nand_get_read_default_value_hynix 712 get default reg value at blk:0, page:7
  190. [ 2.004290] aml_nand_get_read_default_value_hynix, REG(0xa7): value:0x21, for chip[0]
  191. [ 2.012084] aml_nand_get_read_default_value_hynix, REG(0xad): value:0x21, for chip[0]
  192. [ 2.019871] aml_nand_get_read_default_value_hynix, REG(0xae): value:0x72, for chip[0]
  193. [ 2.027671] aml_nand_get_read_default_value_hynix, REG(0xaf): value:0xbf, for chip[0]
  194. [ 2.040090] aml nand env valid addr: 402000
  195. [ 2.083093] set nand parts for chip 4096MB
  196. [ 2.083214] set nand parts for chip 4096MB
  197. [ 2.088138] Creating 7 MTD partitions on "B revision 26nm NAND 4GiB H27UBG8T2B":
  198. [ 2.093096] 0x000000c00000-0x000001c00000 : "aml_logo"
  199. [ 2.099169] 0x000001c00000-0x000002c00000 : "recovery"
  200. [ 2.104185] 0x000002c00000-0x000004000000 : "boot"
  201. [ 2.108839] 0x000004000000-0x000024000000 : "system"
  202. [ 2.113878] 0x000024000000-0x000030000000 : "cache"
  203. [ 2.118613] 0x000030000000-0x000050000000 : "userdata"
  204. [ 2.123849] 0x000050000000-0x000100000000 : "NFTL_Part"
  205. [ 2.544432] nftl initilize completely dev size: 0xa2800000 8
  206. [ 2.545104] avnftl6: p1
  207. [ 2.579499] nftl release flush cache data: 0
  208. [ 2.579779] ethernetinit(dbg[c0afbcd4]=0)
  209. [ 2.582689] find phy phy_Identifier=7c0f1
  210. [ 2.586459] *****WARNING: Haven't setup MAC address! Using random MAC address.
  211. [ 2.593659] mac-addr: 0:52:f2:b2:7d:27
  212. [ 2.597372] write mac add to:e7f10288: 00 52 f2 b2 7d 27 |.R..}'|
  213. [ 2.603456] eth0: mixed no checksumming and other settings.
  214. [ 2.609513] ethernet_pm_driver init
  215. [ 2.612550] dwc_otg: version 2.60a 22-NOV-2006
  216. [ 3.030048] DWC_otg: Using DMA mode
  217. [ 3.030066] dwc_otg lm0: DWC OTG Controller
  218. [ 3.032201] dwc_otg lm0: new USB bus registered, assigned bus number 1
  219. [ 3.038657] dwc_otg lm0: irq 30, io mem 0x00000000
  220. [ 3.043440] DWC_otg: Init: Port Power? op_state=1
  221. [ 3.048074] DWC_otg: Init: Power Port (0)
  222. [ 3.052065] set_usb_a_vbus_power is_power_on=1
  223. [ 3.056562] set usb b port power on (board gpio 5)!
  224. [ 3.062104] hub 1-0:1.0: USB hub found
  225. [ 3.065150] hub 1-0:1.0: 1 port detected
  226. [ 3.069233] DWC_otg: Shared Tx FIFO mode
  227. [ 3.073078] DWC_otg: Mode Mismatch Interrupt: currently in Host mode
  228. [ 3.450029] usb 1-1: new high speed USB device using dwc_otg and address 2
  229. [ 3.490045] DWC_otg: Using DMA mode
  230. [ 3.490063] dwc_otg lm1: DWC OTG Controller
  231. [ 3.492182] dwc_otg lm1: new USB bus registered, assigned bus number 2
  232. [ 3.498657] dwc_otg lm1: irq 31, io mem 0x00000000
  233. [ 3.503451] DWC_otg: Init: Port Power? op_state=1
  234. [ 3.508077] DWC_otg: Init: Power Port (0)
  235. [ 3.512737] hub 2-0:1.0: USB hub found
  236. [ 3.515799] hub 2-0:1.0: 1 port detected
  237. [ 3.519995] Amlogic A/V streaming port init
  238. [ 3.526508] regist mpeg12 codec profile
  239. [ 3.527702] regist mpeg4 codec profile
  240. [ 3.531413] amvdec_vc1 module init
  241. [ 3.534819] regist vc1 codec profile
  242. [ 3.538311] amvdec_avs module init
  243. [ 3.541746] amvdec_h264 module init
  244. [ 3.545191] regist h264 codec profile
  245. [ 3.548791] amvdec_h264mvc module init
  246. [ 3.552601] regist mjpeg codec profile
  247. [ 3.556240] amvdec_real module init
  248. [ 3.559756] regist real codec profile
  249. [ 3.565246] pdev_id = -1, plat_udelay = 2, plat_timeout = 100
  250. [ 3.569574] aml gpio i2c bus [0] initialized
  251.  
  252. [ 3.573521] Keypad Driver
  253. [ 3.576452] input: aml_keypad as /devices/platform/m1-kp.0/input/input0
  254. [ 3.583419] remote config major:250
  255.  
  256. [ 3.586553] physical address:0xa7fd6000
  257. [ 3.589987] Key input Driver init.
  258. [ 3.593422] Key 116 registed.
  259. [ 3.596406] input: key_input as /devices/platform/m1-keyinput.0/input/input1
  260. [ 3.603672] Key input register input device completed.
  261.  
  262. [ 3.608478] key_input major:249
  263.  
  264. [ 3.611695] <FIQ>:Deinterlace: Init 100us T
  265. [ 3.611700] 0
  266. [ 3.618183] spi_nor apollospi:0: unrecognized JEDEC id 1c5114
  267. [ 3.624081] Memory Card media Major: 253
  268. [ 3.627083] card max_req_size is 128K
  269. [ 3.631250] card creat process sucessful
  270. [ 3.634730] [dsp]DSP start addr 0xc4000000
  271. [ 3.638753] [dsp]register dsp to char divece(232)
  272. [ 3.648667] DSP pcmenc stream buffer to [0xa6401000-0xa6601000]
  273. [ 3.649263] amlogic audio dsp pcmenc device init!
  274. [ 3.654543] amlogic audio spdif interface device init!
  275. [ 3.661081] DSP log stream buffer to [0xa7780000-0xa77fffe0]
  276. [ 3.664680] amlogic audio dsp log device init!
  277. [ 3.669971] using rtc device, aml_rtc, for alarms
  278. [ 3.673801] aml_rtc aml_rtc: rtc core: registered aml_rtc as rtc0
  279. [ 3.680596] gpio dev major number:242
  280.  
  281. [ 3.684757] create gpio device success
  282. [ 3.687309] amvdec_viuin module init
  283. [ 3.692251] amvdec_viuin probe start.
  284. [ 3.694479] amvdec_viuin probe end.
  285. [ 3.698546] vdin[0] memory start addr is 89200000, mem_size is f00000 .
  286. [ 3.704746] vdin0: flags:0x0
  287. [ 3.707610] vdin: driver initialized ok
  288. [ 3.711592] efuse===========================================
  289. [ 3.717488] efuse: device efuse created
  290. [ 3.720943] efuse--------------------------------------------
  291. [ 3.727563] HDMI DEBUG: amhdmitx_init [1446]
  292. [ 3.730906] HDMI DEBUG: amhdmitx_probe [1285]
  293. [ 3.735686] hdmin get hdmi platform data
  294. [ 3.738999] HDMI DEBUG: amhdmitx_probe [1357]
  295. [ 3.743394] Set HDMI:Chip C
  296. [ 3.746171] hdmin get brd phy data
  297. [ 3.749475] hdmi phy setting
  298. [ 3.752441] hdmin get brd phy data
  299. [ 3.755709] hdmi phy setting
  300. [ 3.758661] CEC not init
  301. [ 3.763165] aml_dvb_init
  302. [ 3.763737] DVB: registering new adapter (amlogic-dvb)
  303. [ 3.773654] init avl6211 frontend 0
  304. [ 3.773694] DVB: registering adapter 0 frontend -1259143509 (AMLOGIC DVB-S2)...
  305. [ 3.779977] amlogic rfkill init
  306. [ 3.782787] HDMI irq 0
  307. [ 3.784996] HDMI Error: Unkown HDMI Interrupt source Process_Irq
  308. [ 3.791172] BT_RADIO going: on
  309. [ 3.793999] BCM_BT: going ON
  310. [ 3.797024] aml_wdt_init, register platform driver...
  311. [ 3.801964] HDMI DEBUG: hdmi_task_handle [1016]
  312. [ 3.806899] aml_wdt_probe, driver probe ok
  313. [ 3.810590] Bluetooth: Generic Bluetooth USB driver ver 0.6
  314. [ 3.816130] usbcore: registered new interface driver btusb
  315. [ 3.821701] DWC_otg: Mode Mismatch Interrupt: currently in Host mode
  316. [ 3.832558] android_usb gadget: Mass Storage Function, version: 2009/09/11
  317. [ 3.834624] android_usb gadget: Number of LUNs=2
  318. [ 3.839212] lun0: LUN: removable file: (no medium)
  319. [ 3.844102] lun1: LUN: removable file: (no medium)
  320. [ 3.849539] android_usb gadget: android_usb ready
  321. [ 3.854357] usbcore: registered new interface driver snd-usb-audio
  322. [ 3.859900] No device for DAI aml-dai0
  323. [ 3.863597] ***Entered sound/soc/aml/aml_m3.c:aml_m3_audio_probe
  324. [ 3.869850] ***Entered sound/soc/aml/aml_m3_codec.c:aml_m3_register
  325. [ 3.900055] usb 2-1: new high speed USB device using dwc_otg and address 2
  326. [ 3.965809] HDMI irq 1
  327. [ 3.965823] hpd rising
  328. [ 4.112598] hub 2-1:1.0: USB hub found
  329. [ 4.112997] hub 2-1:1.0: 4 ports detected
  330. [ 4.390319] usb 2-1.2: new low speed USB device using dwc_otg and address 3
  331. [ 4.510446] aml-pcm 0:preallocate_dma_buffer: area=ffc26000, addr=a6a80000, size=65536
  332. [ 4.513619] iec958 -3969024: preallocate dma buffer start=00040000, size=c0b27108
  333. [ 4.520811] aml-pcm 1:preallocate_dma_buffer: area=ffc77000, addr=a6aa0000, size=65536
  334. [ 4.528242] asoc: AML-M3 <-> aml-dai0 mapping ok
  335. [ 4.533873] HDMI: EDID Ready
  336. [ 4.535728] CEC: Physical address: 3.0.0.0
  337. [ 4.539818] set mode VIC 4 (cd0,cs0,pm1,vd0,1)
  338. [ 4.544272] param->VIC:4
  339. [ 4.546678] mode is: 6
  340. [ 4.549015] VPU_VIU_VENC_MUX_CTRL: 0xa
  341. [ 4.552752] viu chan = 1
  342. [ 4.555250] VPU_VIU_VENC_MUX_CTRL: 0xa
  343. [ 4.558997] hdmin get brd phy data
  344. [ 4.562361] hdmi phy setting
  345. [ 4.566525] hdmin get brd phy data
  346. [ 4.568592] hdmi phy setting
  347. [ 4.571589] Sink is HDMI device
  348. [ 4.575654] No sink attached
  349. [ 4.578424] ***Entered sound/soc/aml/aml_m3.c:aml_m3_codec_init:
  350. [ 4.584255] dapm: AML_M3_CODEC: configuring unknown pin LINPUT1
  351. [ 4.589390] dapm: AML_M3_CODEC: configuring unknown pin RINPUT1
  352. [ 4.595224] dapm: AML_M3_CODEC: configuring unknown pin HP MIC
  353. [ 4.600995] dapm: AML_M3_CODEC: configuring unknown pin FM IN
  354. [ 4.607197] input: AML-M3 hp_switch as /devices/platform/soc-audio/sound/card0/input2
  355. [ 4.618362] ALSA device list:
  356. [ 4.618381] #0: AML-M3 (AML_M3_CODEC)
  357. [ 4.621901] Netfilter messages via NETLINK v0.30.
  358. [ 4.626155] nf_conntrack version 0.5.0 (13609 buckets, 54436 max)
  359. [ 4.634393] input: Microsoft Microsoft® Digital Media Keyboard as /devices/lm1/usb2/2-1/2-1.2/2-1.2:1.0/input/input3
  360. [ 4.642869] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
  361. [ 4.650005] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
  362. [ 4.657828] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
  363. [ 4.664514] generic-usb 0003:045E:00B4.0001: input: USB HID v1.11 Keyboard [Microsoft Microsoft® Digital Media Keyboard] on usb-lm1-1.2/input0
  364. [ 4.678282] ctnetlink v0.93: registering with nfnetlink.
  365. [ 4.682557] xt_time: kernel timezone is -0000
  366. [ 4.688821] ip_tables: (C) 2000-2006 Netfilter Core Team
  367. [ 4.692042] arp_tables: (C) 2002 David S. Miller
  368. [ 4.696437] TCP cubic registered
  369. [ 4.700898] NET: Registered protocol family 10
  370. [ 4.708182] IPv6 over IPv4 tunneling driver
  371. [ 4.712750] NET: Registered protocol family 17
  372. [ 4.712823] NET: Registered protocol family 15
  373. [ 4.716989] Bluetooth: L2CAP ver 2.14
  374. [ 4.720659] Bluetooth: L2CAP socket layer initialized
  375. [ 4.726145] input: Microsoft Microsoft® Digital Media Keyboard as /devices/lm1/usb2/2-1/2-1.2/2-1.2:1.1/input/input4
  376. [ 4.736189] current VIC: 4
  377. [ 4.738802] audio sample rate: 0
  378. [ 4.742048] PCM out to HDMI
  379. [ 4.757328] Time out: AIU_HDMI_CLK_DATA_CTRL
  380. [ 4.769913] Time out: AIU_HDMI_CLK_DATA_CTRL
  381. [ 4.769931] Enable audio spdif to HDMI
  382. [ 4.772658] HDMI: set audio param
  383. [ 4.775707] Bluetooth: SCO (Voice Link) ver 0.6
  384. [ 4.780180] Bluetooth: SCO socket layer initialized
  385. [ 4.785686] generic-usb 0003:045E:00B4.0002: input: USB HID v1.11 Device [Microsoft Microsoft® Digital Media Keyboard] on usb-lm1-1.2/input1
  386. [ 4.797900] Bluetooth: RFCOMM TTY layer initialized
  387. [ 4.802577] Bluetooth: RFCOMM socket layer initialized
  388. [ 4.807622] Bluetooth: RFCOMM ver 1.11
  389. [ 4.811364] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  390. [ 4.816623] Bluetooth: BNEP filters: protocol multicast
  391. [ 4.821841] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  392. [ 4.828190] lib80211: common routines for IEEE802.11 drivers
  393. [ 4.833507] enter meson_pm_probe!
  394. [ 4.836657] meson_pm_probe done 0x0 200!
  395. [ 4.840652] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  396. [ 4.849413] registered taskstats version 1
  397. [ 4.853113] aml_rtc: read rtc time
  398. [ 4.855598] aml_rtc --ser_access_read_1
  399. [ 4.859408] aml_rtc -- check os clk_1
  400. [ 4.863090] the aml_rtc os clk 1 is 120
  401. [ 4.866912] the aml_rtc os clk 2 is 245
  402. [ 4.870693] aml_rtc -- check os clk_2
  403. [ 4.874306] aml_rtc : check_os_clk
  404. [ 4.877680] aml_rtc -- ser_access_read_2
  405. [ 4.881599] aml_rtc -- ser_access_read_3
  406. [ 4.885505] rtc-aml -- rtc get data
  407. [ 4.889365] aml_rtc: have read the rtc time, time is 12
  408. [ 4.894252] aml_rtc aml_rtc: setting system clock to 1970-01-01 00:00:12 UTC (12)
  409. [ 4.901877] Build the dev/console in kernel mode.
  410. [ 4.906499] init_post.
  411. [ 4.909065] Freeing init memory: 2148K
  412. [ 4.912463] run_init_process /init.
  413. [ 4.981028] UMP: UMP device driver loaded
  414. [ 5.070528] Mali<2>:
  415. [ 5.070545] Mali<2>: Inserting Mali v14 device driver.
  416. [ 5.072462] Mali<2>: Compiled: Aug 22 2012, time: 10:28:35.
  417. [ 5.078020] Mali<2>: Driver revision:
  418. [ 5.090448] Mali<2>: Memory system initializing
  419. [ 5.090483] Mali<2>: Mali OS memory allocator created with max allocation size of 0x14800000 bytes, cpu_usage_adjust 0x00000000
  420. [ 5.110169] Mali<2>: Memory Validator 'Framebuffer' installed for Mali physical address base=0x84000000, size=0x06000000
  421. [ 5.120220] Mali<2>: Mali PP: Creating Mali PP core: Mali-400 PP
  422. [ 5.121469] Mali<2>: Mali PP: Base address of PP core: 0xd0068000
  423. [ 5.127605] Mali<2>: Found Mali GPU Mali-400 MP r1p0
  424. [ 5.150851] Mali<2>: Mali L2 cache: Creating Mali L2 cache: Mali-400 L2 cache
  425. [ 5.152475] Mali<2>: Mali MMU: Creating Mali MMU: Mali-400 MMU for GP
  426. [ 5.158882] Mali<2>: Mali GP: Creating Mali GP core: Mali-400 GP
  427. [ 5.180231] Mali<2>: Mali MMU: Creating Mali MMU: Mali-400 MMU for PP
  428. [ 5.181157] Mali<2>: Mali PP: Creating Mali PP core: Mali-400 PP
  429. [ 5.187116] Mali<2>: Mali PP: Base address of PP core: 0xd0068000
  430. [ 5.201061] Mali: Mali device driver loaded
  431. [ 5.446324] init: command 'loglevel' r=0
  432. [ 5.446410] init: command 'mkdir' r=0
  433. [ 5.448398] init: command 'mkdir' r=0
  434. [ 5.452155] init: command 'mkdir' r=0
  435. [ 5.455667] init: command 'mkdir' r=0
  436. [ 5.459284] init: command 'export' r=0
  437. [ 5.463071] init: command 'export' r=0
  438. [ 5.466735] init: command 'export' r=0
  439. [ 5.470500] init: command 'export' r=0
  440. [ 5.474184] init: command 'export' r=0
  441. [ 5.477897] init: command 'export' r=0
  442. [ 5.481668] init: command 'export' r=0
  443. [ 5.485345] init: command 'export' r=0
  444. [ 5.489063] init: command 'export' r=0
  445. [ 5.492820] init: command 'export' r=0
  446. [ 5.496522] init: command 'export' r=0
  447. [ 5.500352] init: command 'symlink' r=0
  448. [ 5.504091] init: command 'symlink' r=0
  449. [ 5.507894] init: command 'symlink' r=0
  450. [ 5.511775] init: command 'mkdir' r=0
  451. [ 5.515318] init: command 'mkdir' r=0
  452. [ 5.519127] init: command 'mount' r=0
  453. [ 5.522724] init: command 'mkdir' r=0
  454. [ 5.526290] init: command 'symlink' r=0
  455. [ 5.530196] init: command 'mkdir' r=0
  456. [ 5.533730] init: command 'mkdir' r=0
  457. [ 5.537326] init: command 'mkdir' r=0
  458. [ 5.541061] init: command 'mkdir' r=0
  459. [ 5.544732] init: command 'mount' r=0
  460. [ 5.548271] init: command 'mkdir' r=0
  461. [ 5.552048] init: command 'mount' r=0
  462. [ 5.555628] init: command 'write' r=0
  463. [ 5.559225] init: command 'write' r=0
  464. [ 5.562948] init: command 'write' r=0
  465. [ 5.566465] init: command 'write' r=0
  466. [ 5.570177] init: command 'write' r=0
  467. [ 5.573732] init: command 'write' r=0
  468. [ 5.577350] init: command 'write' r=0
  469. [ 5.581048] init: command 'mkdir' r=0
  470. [ 5.584795] init: command 'mount' r=0
  471. [ 5.588275] init: command 'chown' r=0
  472. [ 5.591994] init: command 'chown' r=0
  473. [ 5.595543] init: command 'chmod' r=0
  474. [ 5.599184] init: command 'write' r=-22
  475. [ 5.603107] init: command 'mkdir' r=0
  476. [ 5.606621] init: command 'chown' r=0
  477. [ 5.610311] init: command 'chmod' r=0
  478. [ 5.613907] init: command 'write' r=0
  479. [ 5.617597] init: command 'mkdir' r=0
  480. [ 5.621243] init: command 'chown' r=0
  481. [ 5.624801] init: command 'chmod' r=0
  482. [ 5.628447] init: command 'write' r=0
  483. [ 5.632153] init: command 'chmod' r=-2
  484. [ 5.635797] init: command 'mkdir' r=-2
  485. [ 5.639520] init: command 'chmod' r=-2
  486. [ 5.643284] init: processing action 0x32868 (fs)
  487. [ 5.647916] init: mtd partition 0, aml_logo
  488. [ 5.652051] init: mtd partition 1, recovery
  489. [ 5.656148] init: mtd partition 2, boot
  490. [ 5.659952] init: mtd partition 3, system
  491. [ 5.664004] init: mtd partition 4, cache
  492. [ 5.667859] init: mtd partition 5, userdata
  493. [ 5.672079] init: mtd partition 6, NFTL_Part
  494. [ 5.676366] yaffs: dev is 32505859 name is "mtdblock3" rw
  495. [ 5.681649] yaffs: passed flags ""
  496. [ 5.685110] yaffs2 check point success.
  497. [ 5.743631] init: command 'mount' r=0
  498. [ 5.743823] yaffs: dev is 32505861 name is "mtdblock5" rw
  499. [ 5.747138] yaffs: passed flags ""
  500. [ 5.750726] yaffs2 check point success.
  501. [ 5.785629] init: command 'mount' r=0
  502. [ 5.785799] yaffs: dev is 32505860 name is "mtdblock4" rw
  503. [ 5.789121] yaffs: passed flags ""
  504. [ 5.792696] yaffs2 check point success.
  505. [ 5.796862] init: command 'mount' r=0
  506. [ 5.799973] init: processing action 0x32920 (post-fs)
  507. [ 5.809968] init: command 'chown' r=0
  508. [ 5.811132] init: command 'chmod' r=0
  509. [ 5.813988] init: command 'chown' r=0
  510. [ 5.818622] init: command 'chmod' r=0
  511. [ 5.819578] init: command 'chown' r=0
  512. [ 5.823326] init: command 'chmod' r=0
  513. [ 5.826858] init: command 'chown' r=0
  514. [ 5.830557] init: command 'chmod' r=0
  515. [ 5.834124] init: command 'chown' r=0
  516. [ 5.837745] init: command 'chmod' r=0
  517. [ 5.844850] init: command 'mkdir' r=0
  518. [ 5.845000] init: processing action 0x32b10 (post-fs-data)
  519. [ 5.852841] aml nand write failed at 101380
  520. [ 5.855364] init: command 'chown' r=0
  521. [ 5.859378] init: command 'chmod' r=0
  522. [ 5.871944] aml nand write failed at 101636
  523. [ 5.872648] init: command 'mkdir' r=0
  524. [ 5.874393] init: command 'copy' r=-1
  525. [ 5.877980] init: command 'chown' r=-2
  526. [ 5.881788] init: command 'chmod' r=-2
  527. [ 5.885427] init: command 'copy' r=-1
  528. [ 5.889053] init: command 'chown' r=-2
  529. [ 5.892859] init: command 'chmod' r=-2
  530. [ 5.896614] init: command 'write' r=-2
  531. [ 5.903983] init: command 'mkdir' r=0
  532. [ 5.910108] aml nand write failed at 101892
  533. [ 5.911818] init: command 'mkdir' r=0
  534. [ 5.914530] init: command 'mkdir' r=0
  535. [ 5.918061] aml nand write failed at 102148
  536. [ 5.923108] init: command 'mkdir' r=0
  537. [ 5.925342] aml nand write failed at 102404
  538. [ 5.929926] init: command 'mkdir' r=0
  539. [ 5.935548] init: command 'mkdir' r=0
  540. [ 5.936267] aml nand write failed at 105476
  541. [ 5.941423] init: command 'mkdir' r=0
  542. [ 5.947335] aml nand write failed at 106244
  543. [ 5.948298] init: command 'mkdir' r=0
  544. [ 5.954170] init: command 'mkdir' r=0
  545. [ 5.955588] aml nand write failed at 106500
  546. [ 5.959816] init: command 'chmod' r=0
  547. [ 5.962865] init: command 'chmod' r=-2
  548. [ 5.967546] init: command 'chown' r=0
  549. [ 5.975128] init: command 'chown' r=0
  550. [ 5.975176] init: command 'chown' r=-2
  551. [ 5.979206] aml nand write failed at 106756
  552. [ 5.982471] init: command 'mkdir' r=0
  553. [ 5.987784] init: command 'mkdir' r=0
  554. [ 5.992394] aml nand write failed at 107012
  555. [ 5.994035] init: command 'mkdir' r=0
  556. [ 5.998943] init: command 'mkdir' r=0
  557. [ 6.004321] init: command 'mkdir' r=0
  558. [ 6.012221] init: command 'mkdir' r=0
  559. [ 6.027419] init: command 'chmod' r=0
  560. [ 6.031598] init: command 'chmod' r=0
  561. [ 6.036481] init: command 'mkdir' r=0
  562. [ 6.038858] init: command 'mkdir' r=0
  563. [ 6.039017] init: command 'chmod' r=0
  564. [ 6.042009] BT_RADIO going: off
  565. [ 6.044994] BCM_BT: going OFF
  566. [ 6.048080] init: command 'write' r=0
  567. [ 6.058123] init: command 'mkdir' r=0
  568. [ 6.060846] init: command 'mkdir' r=0
  569. [ 6.065736] init: command 'mkdir' r=0
  570. [ 6.068727] init: command 'mkdir' r=0
  571. [ 6.069753] init: command 'chmod' r=0
  572. [ 6.073642] init: command 'chmod' r=0
  573. [ 6.077078] init: command 'chmod' r=0
  574. [ 6.079390] init: command 'chmod' r=0
  575. [ 6.089155] init: command 'mkdir' r=0
  576. [ 6.091204] init: command 'mkdir' r=0
  577. [ 6.093700] init: command 'chown' r=0
  578. [ 6.096862] init: command 'chmod' r=0
  579. [ 6.101811] init: command 'mkdir' r=0
  580. [ 6.106702] init: command 'mkdir' r=0
  581. [ 6.106913] init: command 'chown' r=0
  582. [ 6.109193] init: command 'chmod' r=0
  583. [ 6.113025] init: command 'chown' r=0
  584. [ 6.116545] init: command 'chmod' r=0
  585. [ 6.120159] init: command 'chown' r=-2
  586. [ 6.123800] init: command 'chmod' r=-2
  587. [ 6.127495] init: command 'mkdir' r=0
  588. [ 6.131151] init: processing action 0x37ec8 (property_service_init)
  589. [ 6.139823] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
  590. [ 6.146495] init: command 'property_service_init' r=0
  591. [ 6.151494] init: processing action 0x37f10 (signal_init)
  592. [ 6.156874] init: command 'signal_init' r=0
  593. [ 6.161080] init: processing action 0x37f58 (check_startup)
  594. [ 6.166573] init: command 'check_startup' r=0
  595. [ 6.170956] init: processing action 0x37fa0 (ubootenv_init)
  596. [ 6.176441] init: cannot find property:ro.mtd.ubootenv, use 'ubootenv' as default.
  597. [ 6.184084] usb 2-1.2: reset low speed USB device using dwc_otg and address 3
  598. [ 6.191160] init: Cannot find ubootenv device: ubootenv
  599. [ 6.196335] init: command 'ubootenv_init' r=0
  600. [ 6.200739] init: processing action 0x334e0 (boot)
  601. [ 6.205675] init: command 'setprop' r=0
  602. [ 6.209561] init: command 'chmod' r=0
  603. [ 6.213181] init: command 'chmod' r=0
  604. [ 6.216647] init: command 'chmod' r=0
  605. [ 6.222479] init: command 'mkdir' r=0
  606. [ 6.227866] init: command 'chmod' r=0
  607. [ 6.228651] init: command 'ifup' r=0
  608. [ 6.231127] init: command 'hostname' r=0
  609. [ 6.234923] init: command 'domainname' r=0
  610. [ 6.238953] init: command 'setrlimit' r=0
  611. [ 6.242999] init: command 'setprop' r=0
  612. [ 6.246777] init: command 'setprop' r=0
  613. [ 6.250687] init: command 'setprop' r=0
  614. [ 6.254431] init: command 'write' r=0
  615. [ 6.258048] init: command 'write' r=0
  616. [ 6.261794] init: command 'chown' r=0
  617. [ 6.265305] init: command 'chmod' r=0
  618. [ 6.268942] init: command 'chown' r=0
  619. [ 6.272610] init: command 'chmod' r=0
  620. [ 6.276238] init: command 'write' r=0
  621. [ 6.279861] init: command 'write' r=0
  622. [ 6.283504] init: command 'chown' r=-2
  623. [ 6.287200] init: command 'chown' r=-2
  624. [ 6.290942] init: command 'chown' r=-2
  625. [ 6.294654] init: command 'chown' r=-2
  626. [ 6.298368] init: command 'chown' r=-2
  627. [ 6.302152] init: command 'chown' r=0
  628. [ 6.305768] init: command 'chown' r=0
  629. [ 6.309381] init: command 'chown' r=0
  630. [ 6.313054] init: command 'chmod' r=0
  631. [ 6.316654] init: command 'chmod' r=0
  632. [ 6.320345] init: command 'chmod' r=0
  633. [ 6.323947] init: command 'chown' r=-2
  634. [ 6.327676] init: command 'chown' r=-2
  635. [ 6.331443] init: command 'chown' r=-2
  636. [ 6.335106] init: command 'chown' r=-2
  637. [ 6.338823] init: command 'chown' r=-2
  638. [ 6.342568] init: command 'chown' r=-2
  639. [ 6.346279] init: command 'chown' r=-2
  640. [ 6.349994] init: command 'chown' r=-2
  641. [ 6.353744] init: command 'chown' r=-2
  642. [ 6.357444] init: command 'chown' r=-2
  643. [ 6.361197] init: command 'chown' r=-2
  644. [ 6.364970] init: command 'chown' r=-2
  645. [ 6.368621] init: command 'chown' r=-2
  646. [ 6.372419] init: command 'chown' r=-2
  647. [ 6.376071] init: command 'chown' r=-2
  648. [ 6.379795] init: command 'chown' r=-2
  649. [ 6.383547] init: command 'chown' r=-2
  650. [ 6.387243] init: command 'chown' r=-2
  651. [ 6.391057] init: command 'chown' r=0
  652. [ 6.394645] init: command 'chown' r=0
  653. [ 6.398250] init: command 'chown' r=0
  654. [ 6.401926] init: command 'chown' r=0
  655. [ 6.405531] init: command 'chown' r=0
  656. [ 6.409181] init: command 'chown' r=0
  657. [ 6.412845] init: command 'chown' r=0
  658. [ 6.416454] init: command 'chown' r=0
  659. [ 6.420160] init: command 'chmod' r=0
  660. [ 6.423726] init: command 'chmod' r=0
  661. [ 6.427358] init: command 'chmod' r=0
  662. [ 6.431071] init: command 'chmod' r=0
  663. [ 6.434667] init: command 'chmod' r=0
  664. [ 6.438321] init: command 'chmod' r=0
  665. [ 6.442023] init: command 'chmod' r=0
  666. [ 6.445596] init: command 'chmod' r=0
  667. [ 6.449218] init: command 'chmod' r=0
  668. [ 6.452884] init: command 'chmod' r=0
  669. [ 6.456472] init: command 'chmod' r=0
  670. [ 6.460131] init: command 'chmod' r=0
  671. [ 6.463777] init: command 'chmod' r=0
  672. [ 6.467374] init: command 'chmod' r=0
  673. [ 6.471052] init: command 'chmod' r=0
  674. [ 6.474648] init: command 'chmod' r=0
  675. [ 6.478284] init: command 'chmod' r=0
  676. [ 6.481944] init: command 'chmod' r=0
  677. [ 6.485554] init: command 'chmod' r=0
  678. [ 6.489188] init: command 'chmod' r=0
  679. [ 6.492909] init: command 'chmod' r=0
  680. [ 6.496506] init: command 'chmod' r=0
  681. [ 6.500200] init: command 'chmod' r=0
  682. [ 6.503875] init: command 'chmod' r=0
  683. [ 6.507606] init: command 'chmod' r=-2
  684. [ 6.511157] init: command 'chmod' r=0
  685. [ 6.514772] init: command 'chmod' r=0
  686. [ 6.518392] init: command 'chmod' r=0
  687. [ 6.522119] init: command 'chmod' r=0
  688. [ 6.525797] init: command 'chmod' r=0
  689. [ 6.529422] init: command 'chmod' r=0
  690. [ 6.533155] init: command 'chmod' r=0
  691. [ 6.536665] init: command 'chmod' r=0
  692. [ 6.540675] init: command 'chmod' r=0
  693. [ 6.544037] init: command 'chmod' r=0
  694. [ 6.547671] init: command 'chmod' r=0
  695. [ 6.551295] init: command 'chmod' r=0
  696. [ 6.554876] init: command 'chmod' r=0
  697. [ 6.558657] init: command 'chmod' r=0
  698. [ 6.562168] init: command 'chmod' r=0
  699. [ 6.565783] init: command 'chmod' r=0
  700. [ 6.569394] init: command 'chmod' r=0
  701. [ 6.573072] init: command 'chmod' r=0
  702. [ 6.576782] init: command 'chmod' r=0
  703. [ 6.580425] init: command 'chmod' r=0
  704. [ 6.584072] init: command 'chmod' r=0
  705. [ 6.587626] init: command 'chmod' r=0
  706. [ 6.591313] init: command 'chmod' r=0
  707. [ 6.594939] init: command 'chmod' r=0
  708. [ 6.598427] init: command 'chmod' r=0
  709. [ 6.602152] init: command 'chmod' r=0
  710. [ 6.605694] init: command 'chmod' r=0
  711. [ 6.609323] init: command 'chmod' r=0
  712. [ 6.613035] init: command 'chmod' r=0
  713. [ 6.616622] init: command 'chmod' r=0
  714. [ 6.620297] init: command 'chmod' r=0
  715. [ 6.623873] init: command 'chmod' r=0
  716. [ 6.627517] init: command 'chmod' r=0
  717. [ 6.631203] init: command 'chmod' r=0
  718. [ 6.634804] init: command 'chmod' r=0
  719. [ 6.638434] init: command 'chmod' r=0
  720. [ 6.642124] init: command 'chmod' r=0
  721. [ 6.645722] init: command 'chmod' r=0
  722. [ 6.649344] init: command 'chmod' r=0
  723. [ 6.653046] init: command 'chmod' r=0
  724. [ 6.656623] init: command 'chmod' r=0
  725. [ 6.660346] init: command 'chmod' r=0
  726. [ 6.663913] init: command 'chmod' r=0
  727. [ 6.667555] init: command 'chmod' r=0
  728. [ 6.671310] init: command 'chmod' r=0
  729. [ 6.674858] init: command 'chmod' r=0
  730. [ 6.678503] init: command 'chmod' r=0
  731. [ 6.682196] init: command 'chmod' r=0
  732. [ 6.685737] init: command 'chmod' r=0
  733. [ 6.689444] init: command 'chown' r=0
  734. [ 6.693142] init: command 'chmod' r=0
  735. [ 6.696673] init: command 'chmod' r=0
  736. [ 6.700365] init: command 'chmod' r=0
  737. [ 6.703983] init: command 'chmod' r=0
  738. [ 6.707600] init: command 'chmod' r=0
  739. [ 6.711413] init: command 'chmod' r=0
  740. [ 6.714877] init: command 'chmod' r=0
  741. [ 6.718494] init: command 'chmod' r=0
  742. [ 6.722278] init: command 'chmod' r=0
  743. [ 6.725779] init: command 'chmod' r=0
  744. [ 6.729451] init: command 'chmod' r=0
  745. [ 6.733176] init: command 'chmod' r=0
  746. [ 6.736724] init: command 'chmod' r=0
  747. [ 6.740430] init: command 'chmod' r=0
  748. [ 6.744004] init: command 'chmod' r=0
  749. [ 6.747604] init: command 'chmod' r=0
  750. [ 6.751322] init: command 'chmod' r=0
  751. [ 6.754892] init: command 'chmod' r=0
  752. [ 6.758516] init: command 'chmod' r=0
  753. [ 6.762204] init: command 'chmod' r=0
  754. [ 6.765775] init: command 'chmod' r=0
  755. [ 6.769396] init: command 'chmod' r=0
  756. [ 6.773199] init: command 'write' r=0
  757. [ 6.776704] init: command 'write' r=0
  758. [ 6.780380] init: command 'chmod' r=-2
  759. [ 6.784030] init: command 'write' r=-2
  760. [ 6.809194] init: command 'chmod' r=0
  761. [ 6.809362] init: command 'chmod' r=0
  762. [ 6.812855] BT_RADIO going: off
  763. [ 6.814076] BCM_BT: going OFF
  764. [ 6.817159] init: command 'write' r=0
  765. [ 6.820894] init: command 'setprop' r=0
  766. [ 6.824531] init: command 'setprop' r=0
  767. [ 6.828350] init: command 'setprop' r=0
  768. [ 6.832247] init: command 'setprop' r=0
  769. [ 6.835969] init: command 'setprop' r=0
  770. [ 6.839766] init: command 'setprop' r=0
  771. [ 6.843652] init: command 'setprop' r=0
  772. [ 6.847370] init: command 'setprop' r=0
  773. [ 6.878421] init: starting 'console'
  774. [ 6.879443] init: 'console' (pid: 66) started
  775. [ 6.883976] init: running 'console' (pid: 66)
  776. [ 6.885247] init: starting 'display'
  777. [ 6.889012] init: running 'display' (pid: 67)
  778. [ 6.896488] init: 'display' (pid: 67) started
  779. [ 6.955524] init: starting 'servicemanager'
  780. [ 6.955876] init: running 'servicemanager' (pid: 68)
  781. [ 6.959245] init: starting 'vold'
  782. [ 6.963284] init: 'servicemanager' (pid: 68) started
  783. [ 6.972738] init: running 'vold' (pid: 71)
  784. [ 6.973022] init: starting 'audio'
  785. [ 6.975064] init: running 'audio' (pid: 72)
  786. [ 6.979122] init: starting 'remote_control'
  787. [ 6.986400] init: 'audio' (pid: 72) started
  788. [ 6.990990] init: Created socket '/dev/socket/vold' with mode '666', user '0', group '1009'
  789. [ 6.995665] init: 'vold' (pid: 71) started
  790. [ 7.007297] init: running 'remote_control' (pid: 73)
  791. [ 7.007420] init: command 'class_start' r=0
  792. [ 7.011675] init: Created socket '/dev/socket/remote_control_service' with mode '666', user '0', group '1000'
  793. [ 7.023748] init: starting 'netd'
  794. [ 7.024381] init: running 'netd' (pid: 74)
  795. [ 7.028311] init: starting 'debuggerd'
  796. [ 7.034938] init: Created socket '/dev/socket/dnsproxyd' with mode '660', user '0', group '3003'
  797. [ 7.040876] init: Created socket '/dev/socket/remote_control_sensor' with mode '666', user '0', group '1000'
  798. [ 7.050619] init: Created socket '/dev/socket/netd' with mode '660', user '0', group '1000'
  799. [ 7.058769] init: 'netd' (pid: 74) started
  800. [ 7.063207] init: running 'debuggerd' (pid: 75)
  801. [ 7.067428] init: starting 'surfaceflinger'
  802. [ 7.072050] init: 'debuggerd' (pid: 75) started
  803. [ 7.078381] init: Created socket '/dev/socket/remote_control_event' with mode '666', user '0', group '1000'
  804. [ 7.086096] init: running 'surfaceflinger' (pid: 76)
  805. [ 7.091209] init: 'surfaceflinger' (pid: 76) started
  806. [ 7.098754] init: starting 'zygote'
  807. [ 7.099285] init: running 'zygote' (pid: 77)
  808. [ 7.106117] init: 'remote_control' (pid: 73) started
  809. [ 7.110682] init: Created socket '/dev/socket/zygote' with mode '660', user '0', group '1000'
  810. [ 7.116697] init: 'zygote' (pid: 77) started
  811. [ 7.200307] init: starting 'drm'
  812. [ 7.200659] init: running 'drm' (pid: 80)
  813. [ 7.202122] init: starting 'media'
  814. [ 7.210822] init: 'drm' (pid: 80) started
  815. [ 7.221196] init: 'media' (pid: 81) started
  816. root@android:/ # [ 7.251843] init: running 'media' (pid: 81)
  817. [ 7.252021] init: starting 'dbus'
  818. [ 7.258655] init: Created socket '/dev/socket/dbus' with mode '660', user '1002', group '1002'
  819. [ 7.290205] init: running 'dbus' (pid: 84)
  820. [ 7.290420] init: starting 'installd'
  821. [ 7.292751] init: running 'installd' (pid: 85)
  822. [ 7.299347] init: starting 'flash_recovery'
  823. [ 7.302702] init: Created socket '/dev/socket/installd' with mode '600', user '1000', group '1000'
  824. [ 7.309990] init: 'installd' (pid: 85) started
  825. [ 7.370562] init: 'dbus' (pid: 84) started
  826. [ 7.410999] init: running 'flash_recovery' (pid: 88)
  827. [ 7.411230] init: starting 'keystore'
  828. [ 7.420906] init: 'flash_recovery' (pid: 88) started
  829. [ 7.423796] init: Created socket '/dev/socket/keystore' with mode '666', user '0', group '0'
  830. [ 7.429048] init: 'keystore' (pid: 89) started
  831. [ 7.500233] init: running 'keystore' (pid: 89)
  832. [ 7.500426] init: starting 'smbd'
  833. [ 7.502805] init: running 'smbd' (pid: 91)
  834. [ 7.506635] init: starting 'pppoe_wrapper'
  835. [ 7.520628] init: 'smbd' (pid: 91) started
  836. [ 7.547991] tvmode2 set to null
  837. [ 7.547999]
  838.  
  839. [ 7.548033] new mode2 null
  840. [ 7.548036] set ok
  841.  
  842. [ 7.552148] start_clone source is 720p
  843. [ 7.555754] vf_reg_provider:vdin
  844. [ 7.558951] viuin_notifier_callback, para = e7fc3200 ,mem_start = 89200000, port = 49152, format = 6, ca-_flag = 0.
  845. [ 7.569390] start viu in decode.
  846. [ 7.572625] 1280x720 input mode is selected for camera,
  847. [ 7.577910] --vdin_set_all_regs h_active is 1280 v_active is 720 frame_rate is 300
  848. [ 7.671065] init: running 'pppoe_wrapper' (pid: 95)
  849. [ 7.671256] init: starting 'remotecfg'
  850. [ 7.681175] init: 'pppoe_wrapper' (pid: 95) started
  851. [ 7.683866] init: 'remotecfg' (pid: 96) started
  852. [ 7.700605] init: running 'remotecfg' (pid: 96)
  853. [ 7.700692] init: command 'class_start' r=0
  854. [ 7.703794] init: processing action 0x37fe8 (queue_propety_triggers)
  855. [ 7.821183] init: command 'queue_propety_triggers' r=0
  856. [ 7.821307] init: waitpid returned pid 72, status = 00000200
  857. [ 7.826440] init: process 'audio', pid 72 exited
  858. [ 7.923686] init: waitpid returned pid 96, status = 00000000
  859. [ 7.923821] init: process 'remotecfg', pid 96 exited
  860. [ 7.928812] init: processing action 0x34fd0 (nonencrypted)
  861. [ 7.954566] start_clone: source 1280x720
  862. [ 7.954806] tvmode2 set to 480cvbs
  863. [ 7.954814]
  864.  
  865. [ 7.957908] new mode2 480cvbs
  866. [ 7.957911] set ok
  867.  
  868. [ 8.027077] init: command 'class_start' r=0
  869. [ 8.027132] init: processing action 0x35958 (property:persist.sys.usb.config=*)
  870. [ 8.039252] vf_unreg_provider:vdin
  871. [ 8.039299] stop viu_in decode.
  872. [ 8.040424] start_clone source is 720p
  873. [ 8.044065] vf_reg_provider:vdin
  874. [ 8.077704] init: command 'setprop' r=0
  875. [ 8.077786] init: command 'class_start' r=0
  876. [ 8.125065] init: processing action 0x35498 (property:sys.usb.config=mass_storage)
  877. [ 8.127552] android_usb: already disabled
  878. [ 8.131198] viuin_notifier_callback, para = e7fc3200 ,mem_start = 89200000, port = 49152, format = 6, ca-_flag = 0.
  879. [ 8.141551] start viu in decode.
  880. [ 8.144767] 1280x720 input mode is selected for camera,
  881. [ 8.150075] --vdin_set_all_regs h_active is 1280 v_active is 720 frame_rate is 300
  882. [ 8.186075] init: command 'write' r=0
  883. [ 8.186294] init: command 'write' r=0
  884. [ 8.187942] init: command 'write' r=0
  885. [ 8.234933] init: command 'write' r=0
  886. [ 8.235071] DWC_otg: Mode Mismatch Interrupt: currently in Host mode
  887. [ 8.239408] init: command 'write' r=0
  888. [ 8.291436] init: command 'setprop' r=0
  889. [ 8.344400] start_clone: source 1280x720
  890. [ 9.276598] tvmode set to 720p
  891. [ 9.276606]
  892.  
  893. [ 9.276632] don't set the same mode as current.
  894.  
  895. [ 9.559156] Mali<2>: Session starting
  896. [ 9.629878] init: starting 'bootanim'
  897. [ 9.630372] init: running 'bootanim' (pid: 139)
  898. [ 9.635135] init: 'bootanim' (pid: 139) started
  899. [ 10.025874] init: waitpid returned pid 88, status = 00000000
  900. [ 10.026004] init: process 'flash_recovery', pid 88 exited
  901. [ 10.147170] Mali<2>: Mali MMU: Page fault detected at 0x0 from bus id 1 of type write on Mali-400 MMU for GP
  902. [ 10.290978] Mali<2>: Session starting
  903. [ 10.350822] osd0 free scale ENABLE
  904.  
  905. [ 10.350864] vf_reg_provider:osd
  906. [ 10.369680] osd1 free scale ENABLE
  907.  
  908. [ 10.410051] <FIQ>:vpts to scr, apts = 0xffffffff, vpts <FIQ>:vf_ext_light_unreg_provide
  909. [ 10.410064] 0
  910. [ 10.430897] buf=0
  911. [ 10.430905]
  912. [ 10.430922] IEC958_mode_raw=0
  913. [ 10.432199] osd0=>x:0 ,y:0,w:1280,h:720
  914.  
  915. [ 10.432204] osd1=> x:0,y:0,w:18,h:18
  916.  
  917. [ 10.503381] init: waitpid returned pid 67, status = 00000000
  918. [ 10.503519] init: process 'display', pid 67 exited
  919. [ 10.752163] ***Entered sound/soc/aml/aml_dai.c:aml_dai_hw_params
  920. [ 10.752748] I2S hw init,i2s mode 0
  921. [ 10.756008] iec958 mode PCM16
  922. [ 10.758949] IEC958 16bit
  923. [ 10.761526] iec958 nodify hdmi audio type 1
  924. [ 10.765628] audio info changed.notify to hdmi: type 1,sr 48000
  925. [ 10.790456] HDMI: aout notify rate 48000
  926. [ 10.790495] HDMI: aout notify format PCM
  927. [ 10.792816] aml_m3_codec_mute mute=0
  928. [ 10.840099] current VIC: 4
  929. [ 10.840116] audio sample rate: 3
  930. [ 10.840500] PCM out to HDMI
  931. [ 10.855935] Time out: AIU_HDMI_CLK_DATA_CTRL
  932. [ 10.868545] Time out: AIU_HDMI_CLK_DATA_CTRL
  933. [ 10.868564] Enable audio spdif to HDMI
  934. [ 10.871052] HDMI Audio Type: PCM
  935. [ 10.874437] HDMI: set audio param
  936. [ 11.456763] Mali<2>: Mali GP: Job 0 timed out
  937. [ 12.535222] warning: `zygote' uses 32-bit capabilities (legacy support in use)
  938. [ 12.588108] aml_rtc : write the rtc time, time is 86400
  939. [ 12.588678] aml_rtc : the time has been written
  940. [ 15.790127] Headphone unpluged
  941. [ 17.371690] request_suspend_state: wakeup (3->0) at 17155707002 (1970-01-02 00:00:04.783576000 UTC)
  942. [ 19.130119] nftl creat stucture completely free blk: 11 erased blk: 1385
  943. [ 24.248027] aml nand write failed at 108548
  944. [ 24.258776] aml nand write failed at 108804
  945. [ 24.330795] aml nand read data ecc failed at page:108544 blk 424 chip 0, readretry_failed_cnt:1
  946. [ 24.334040] HYNIX NAND set partmeters here and hynix_read_retry_cnt:0
  947. [ 24.340484] Enter aml_nand_set_reg_value_hynix
  948. [ 24.344883] aml_nand_set_reg_value_hynix, REG(0xa7): value:0x21 for chip[0]
  949. [ 24.351900] aml_nand_set_reg_value_hynix, REG(0xad): value:0x27 for chip[0]
  950. [ 24.358908] aml_nand_set_reg_value_hynix, REG(0xae): value:0x7c for chip[0]
  951. [ 24.365931] aml_nand_set_reg_value_hynix, REG(0xaf): value:0xc5 for chip[0]
  952. [ 24.419440] aml nand read data ecc failed at page:109092 blk 426 chip 0, readretry_failed_cnt:1
  953. [ 24.422751] HYNIX NAND set partmeters here and hynix_read_retry_cnt:1
  954. [ 24.429134] Enter aml_nand_set_reg_value_hynix
  955. [ 24.433532] aml_nand_set_reg_value_hynix, REG(0xa7): value:0x0 for chip[0]
  956. [ 24.440448] aml_nand_set_reg_value_hynix, REG(0xad): value:0x1e for chip[0]
  957. [ 24.447453] aml_nand_set_reg_value_hynix, REG(0xae): value:0x6b for chip[0]
  958. [ 24.454476] aml_nand_set_reg_value_hynix, REG(0xaf): value:0xb7 for chip[0]
  959. [ 27.422832] acc_open
  960. [ 27.422879] acc_release
  961. [ 27.588326] init: processing action 0x37b10 (property:dev.bootcomplete=1)
  962. [ 27.589630] init: command 'chmod' r=0
  963. [ 27.607209] init: command 'chmod' r=0
  964. [ 27.607299] init: command 'chmod' r=-2
  965. [ 27.609168] init: command 'write' r=-2
  966. [ 27.613136] init: cannot find '/system/bin/usbtestpm', disabling 'usbpm'
  967. [ 27.619517] init: command 'start' r=0
  968. [ 31.536236] Mali<2>: Session starting
  969. [ 33.061024] nftl release flush cache data: 0
  970. [ 33.236669] Mali<2>: Session starting
  971. [ 33.388483] init: service 'bootanim' (pid: 139) is being killed
  972. [ 33.395595] Mali<2>: Session has ended
  973. [ 33.405236] init: waitpid returned pid 139, status = 00000009
  974. [ 33.405256] init: process 'bootanim', pid 139 exited
  975. [ 34.288678] nftl release flush cache data: 0
  976. [ 34.314323] nftl release flush cache data: 0
  977. [ 38.560004] frontend_reset is 131096
  978. [ 38.560099] set gpio2.24 output(0)
  979. [ 38.870183] set gpio2.24 output(1)
  980. [ 38.980748] set gpio1.21 output(0)
  981. [ 38.981244] puiData is f
  982. [ 38.981257] r is 0,uiDeviceID is f
  983. [ 38.984508] AVL_DVBSx_IBase_SetPLL in
  984. [ 38.991918] i2c i2c-0: sendbytes: NAK bailout.
  985. [ 38.992657] I2CWrite: writereg error, errno is -5
  986. [ 39.106733] AVL_DVBSx_IBase_DownloadFirmware in
  987. [ 39.471895] AVL_DVBSx_IBase_GetStatus in
  988. [ 39.472402] puiData is 1
  989. [ 39.473275] puiData is a55a
  990. [ 39.475643] Booted !
  991. [ 39.478296] puiData is 1000002
  992. [ 39.481398] puiData is 100001d
  993. [ 39.483874] Chip Ver:{1}.{0}.{2} API Ver:{1}.{0}.{6} Patch Ver:{1}.{0}.{29}
  994. [ 39.495648] Javy --- AVL_DVBSx_ExtAV2011_Initialize!!!
  995. [ 39.498672] puiData is c0
  996. [ 39.498767] rsj is (rc_tuner_slave_addr_addr)2800c0
  997. [ 39.563191] regValue is 38
  998. [ 39.563214]
  999. [ 39.563216] Tuner slave address = 0xC0
  1000. [ 39.850843] reg_start is c,buff is d6
  1001. [ 40.292488] puiData is 0
  1002. [ 40.294479] Initialization success !
  1003. [ 40.294497] 0xc0(ptuner),0xc(pavchip)=========================demod init
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement