Hello Everybody,
(hope this is the good section)
I try to investigate on low cost tablet with AllWinner F20 chip (chip near allwinner A10) for trying to create a rom. This tab work well for the price and
i can put it in bootloader mode, LiveSuit seem to find it. I dump my nanda partition and i need help to understand how does F20 boot ? no boot.afx found, only a strange app_demo.axf...This seem like a A10 relics files...
Do you think app_demo.axf can be the bootloader ?
Code:
# mkdir vnanda
# mount -o loop -t vfat nanda.dump vnanda
# tree vnanda
vnanda
├── boot.ini : Normaly used by boot.afx no ? (see content)
├── magic.bin : Normaly used by boot.afx no ? (see content)
├── app_demo.axf : Used by ? (ELF, Linker & Thumb Macro Assembler RVCT2.2 [Build 349])
├── drv_de.drv : Used by ? (ELF, Linker & Thumb Macro Assembler RVCT2.2 [Build 349])
├── drv_demo.drv : Used by ? (ELF, Linker & Thumb Macro Assembler RVCT2.2 [Build 349])
├── drv_nand.drv : Used by ? (ELF, Linker & Thumb Macro Assembler RVCT2.2 [Build 349])
├── drv_sd.drv : Used by ? (ELF, Linker & Thumb Macro Assembler RVCT2.2 [Build 349])
├── wpower.drv : Used by ? (ELF, Linker & Thumb Macro Assembler RVCT2.2 [Build 349])
└── linux
├── bImage : Linux Kernel (5.9 Mo)
├── linux.ini : Memory mapping ? (see content)
├── params : Kernel cmdline ? (see content)
│
├── android : Splash Polaroid
├── android.bmp : Bmp Polaroid
├── ??
│ ├── android : Splash Android
│ └── android.bmp : Bmp Android
├── ???
│ ├── android : Splash Polaroid
│ └── android.bmp : Bmp Polaroid
├── ???2
│ ├── android : Splash Difrnce
│ ├── android.bmp : Bmp Difrnce
│ └── opening24.bmp : Bmp Difrnce
├── epuda1
│ ├── android : Splash MemUp
│ └── android.bmp : Bmp MemUp
├── epuda2
│ ├── android : Splash ACL
│ ├── android24.bmp : Bmp ACL
│ └── android.bmp : Bmp ACL
└── youduo
├── android : Splash Tele System
└── TELE System 32.bmp : Bmp Tele System
7 directories, 27 files
boot.ini
Code:
[system]
start_os_name = linux
timeout = -1
display_device= 0
[linux]
magic.bin
Code:
a1sp9maKde37ee6c-6dc4-4d74-86f0-db32116efb53e0e40ccf-7a66-406b-88c3-415b4a62a8f7777622ab-6bd0-464f-9da5-4cc203e855ea8ce5671f-e8b5-442e-9300-2ee6836c538aabf5f481-c961-4895-8245-631f74851d0c2bbb4229-55a8-4929-a165-3f406f0ee441ab5d09a9-c4dc-44bb-a175-cfb7c978a062329ea51e-1ddc-44ff-ac09-9ef7b64e0c52a712e47d-13f7-4490-9fea-bdcd587b8a4a5ed4d4e6-0ba3-45c5-a778-3232a42d4d960a9b7466-d7b3-4087-b8ff-c51763b852a50cd78bb6-a6d5-43a8-8661-fb91abd346433e8a86ee-711e-49c1-ad54-b59dd01fe513e22b0d8b-647f-4417-a115-9806c5d64eec
linux.ini
Code:
[segment]
img_name = c:\linux\bImage
img_size = 0x2000000
img_base = 0x80008000
[segment]
img_name = c:\linux\params
img_size = 0x100
img_base = 0x83008000
[segment]
img_name = c:\linux\android
img_size = 0x200000
img_base = 0x88200000
[script_info]
script_base = 0x83000000
script_size = 0x8000
[logo_info]
logo_name = c:\linux\android.bmp
logo_address = 0x88000000
logo_show = 1
params
Code:
console=ttyS0,115200 root=/dev/nandb rw init=/init;
Thanks in advance
Rom1nux
Hello All,
For information i found a serial port exposed on this device, i try to get information but a dont build yet the max232 adapter
http://youtu.be/eabA3v0XoeY
Hope i can can bootloader information adapter will be build...
Full info here : http://forum.frandroid.com/topic/102352-polaroid-43-pc-tablet-midcf43-low-cost
Can someone know when exactly the linux kernel is really loaded ?
it's when Android splash aprear ? or it's loading during the Android splash ?
Thanks in advance for information about this stange boot part...
Rom1nux
Hello,
Yip ha, i got a full bootlog from F20
Setup
Quick 2N2222 adapter, badly build
Video
To check the boot timing
http://youtu.be/jN5YoBgeSzM
Bootlog
Code:
HELLO! BOOT0 is starting!
initializing SDRAM OK.
Succeed in opening nand flash.
Succeed in reading Boot1 file head.
The size of Boot1 is 0x00030000.
The file stored in 0X00000000 of block 2 is perfect.
Check is correct.
Ready to disable icache.
Succeed in loading Boot1.
Jump to Boot1.
begin to init file system
bat vol = 3951
1
mount successfully.
[MSG]: BootMain start
0
The all optional count is 1
only one os to boot
WRN:L412(BootOS\BootOS.c):test for multi os boot with display
WRN:L243(Common\ui\display_interface\display_interface.c):ERR: LCD not open
WRN:L60(..\OSAL_Cache.c):Length is ZERO!
start address = 0x80008000
jump to
[ 0.000000] timer_set_mode: periodic
[ 0.000000] Console: colour dummy device 80x30
[ 0.220000] bio: create slab <bio-0> at 0
[ 0.510000] request fb success!
[ 0.520000] [UART]debug disable!
[ 0.560000] The 0 disk name = BOOTFS, class name = DISK, disk size = 32768
[ 0.570000] The 1 disk name = LROOTFS, class name = DISK, disk size = 32768
[ 0.570000] The 2 disk name = LSYSTEMFS, class name = DISK, disk size = 524288
[ 0.580000] The 3 disk name = LDATAFS, class name = DISK, disk size = 1048576
[ 0.590000] The 4 disk name = UDISK, class name = DISK, disk size = 0
[ 0.600000] The 4 disk size = 2291712
[ 0.600000] part total count = 5
[ 0.690000] ------ pmem ioremap cached -------
[ 0.700000] CONFIG_USB_SW_SUN3I_USB0_OTG
[ 0.700000] [sw_hcd0]: usb host driver initialize........
[ 0.710000] [sw_hcd0]: [usb host]: usb_vbase = 0xf1c13000
[ 0.720000] [sw_hcd0]: [usb host]: sram_vbase = 0xf1c00000
[ 0.720000] [sw_hcd0]: [sw_hcd_host0]: close_usb_clock_ex
[ 0.730000] [sw_hcd0]: [sw_hcd_host0]: open_usb_clock
[ 0.770000] [sw_hcd0]: usbc_init_state = 1
[ 0.770000] [sw_hcd0]: platform is usb host
[ 0.770000] [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
[ 0.790000] [sw_hcd0]: sw_hcd_host0: hw_ep 0shared, max 64
[ 0.790000] [sw_hcd0]: sw_hcd_host0: hw_ep 1tx, max 512
[ 0.800000] [sw_hcd0]: sw_hcd_host0: hw_ep 1rx, max 512
[ 0.810000] [sw_hcd0]: sw_hcd_host0: hw_ep 2tx, max 512
[ 0.810000] [sw_hcd0]: sw_hcd_host0: hw_ep 2rx, max 512
[ 0.820000] [sw_hcd0]: sw_hcd_host0: hw_ep 3tx, max 512
[ 0.820000] [sw_hcd0]: sw_hcd_host0: hw_ep 3rx, max 512
[ 0.830000] [sw_hcd0]: sw_hcd_host0: hw_ep 4tx, max 512
[ 0.840000] [sw_hcd0]: sw_hcd_host0: hw_ep 4rx, max 512
[ 0.840000] [sw_hcd0]: sw_hcd_host0: hw_ep 5tx, max 512
[ 0.850000] [sw_hcd0]: sw_hcd_host0: hw_ep 5rx, max 512
[ 0.850000] [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode controller at f1c13000 using PIO, IRQ 38
[ 0.870000] WRN:L271(drivers/usb/sun3i_usb/hcd/core/sw_hcd_core.c):ERR: hcd is not enable
[ 0.880000] [sw_hcd0]: sw_usb_host0_disable start
[ 0.880000] -------sw_hcd0_soft_disconnect---------
[ 0.880000] [sw_hcd0]: INFO : USB VBus power OFF
[ 0.880000] WRN:L370(drivers/usb/sun3i_usb/hcd/core/sw_hcd_core.c):ERR: hcd is not enable
[ 0.890000] [sw_hcd0]: [sw_hcd_host0]: close_usb_clock
[ 0.900000] [sw_hcd0]: sw_usb_host0_disable end
[ 0.900000] [sw_hcd1]: usb host driver initialize........
[ 0.910000] [sw_hcd1]: [usb host]: usb_vbase = 0xf1c14000
[ 0.920000] [sw_hcd1]: [usb host]: sram_vbase = 0xf1c00000
[ 0.920000] [sw_hcd1]: open_usb_clock
[ 0.970000] [sw_hcd1]: usbc_init_state = 0
[ 0.970000] [sw_hcd1]: platform is usb host
[ 0.970000] [sw_hcd1]: sw_hcd_host1: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
[ 0.990000] [sw_hcd1]: sw_hcd_host1: hw_ep 0shared, max 64
[ 0.990000] [sw_hcd1]: sw_hcd_host1: hw_ep 1tx, max 512
[ 1.000000] [sw_hcd1]: sw_hcd_host1: hw_ep 1rx, max 512
[ 1.010000] [sw_hcd1]: sw_hcd_host1: hw_ep 2tx, max 512
[ 1.010000] [sw_hcd1]: sw_hcd_host1: hw_ep 2rx, max 512
[ 1.020000] [sw_hcd1]: sw_hcd_host1: hw_ep 3tx, max 512
[ 1.020000] [sw_hcd1]: sw_hcd_host1: hw_ep 3rx, max 512
[ 1.030000] [sw_hcd1]: sw_hcd_init_controller: sw_hcd_host1: USB Host mode controller at f1c14000 using PIO, IRQ 39
[ 1.040000] [sw_hcd1]: INFO : USB VBus power ON
[ 1.050000] sw_usb_disable_hcd1 start, clk_is_open = 1
[ 1.060000] sw_hcd_stop: sw_hcd disabled
[ 1.060000] [sw_hcd1]: INFO : USB VBus power OFF
[ 1.060000] [sw_hcd1]: close_usb_clock
[ 1.060000] -------sw_hcd1_soft_disconnect---------
[ 1.070000] sw_usb_disable_hcd1 end
[ 1.070000] [sw_hcd2]: usb host driver initialize........
[ 1.080000] [sw_hcd2]: [usb host]: usb_vbase = 0xf1c1e000
[ 1.080000] [sw_hcd2]: [usb host]: sram_vbase = 0xf1c00000
[ 1.090000] [sw_hcd2]: open_usb_clock
[ 1.130000] [sw_hcd2]: open_usb_clock, clk_is_open = 1
[ 1.130000] [sw_hcd2]: usbc_init_state = 1
[ 1.140000] [sw_hcd2]: platform is usb host
[ 1.140000] [sw_hcd2]: sw_hcd_host2: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
[ 1.150000] [sw_hcd2]: sw_hcd_host2: hw_ep 0shared, max 64
[ 1.160000] [sw_hcd2]: sw_hcd_host2: hw_ep 1tx, max 512
[ 1.170000] [sw_hcd2]: sw_hcd_host2: hw_ep 1rx, max 512
[ 1.170000] [sw_hcd2]: sw_hcd_host2: hw_ep 2tx, max 512
[ 1.180000] [sw_hcd2]: sw_hcd_host2: hw_ep 2rx, max 512
[ 1.180000] [sw_hcd2]: sw_hcd_host2: hw_ep 3tx, max 512
[ 1.190000] [sw_hcd2]: sw_hcd_host2: hw_ep 3rx, max 512
[ 1.200000] [sw_hcd2]: sw_hcd_init_controller: sw_hcd_host2: USB Host mode controller at f1c1e000 using PIO, IRQ 40
[ 1.210000] [sw_hcd2]: INFO : USB VBus power ON
[ 1.210000]
[ 1.210000] ------------IRQ SESSION_REQ-------------
[ 1.210000]
[ 1.210000] [sw_hcd2]: INFO : USB VBus power ON
[ 1.220000] [sw_udc]: udc_init: version 20080411
[ 1.230000] [sw_udc]: [sw_usb_udc]: binding gadget driver 'android_usb'
[ 1.230000] [sw_udc]: alloc request: ep(0xc059db70, ep0, 64), req(0xcf92f120)
[ 1.240000] WRN:L2369(drivers/usb/sun3i_usb/udc/sw_udc.c):ERR: usb device is not active
[ 1.250000] Gadget Android: controller 'sw_usb_udc' not recognized
[ 1.260000] WRN:L2369(drivers/usb/sun3i_usb/udc/sw_udc.c):ERR: usb device is not active
[ 1.270000] [sw_udc]: CONFIG_USB_GADGET_DUALSPEED
[ 1.270000] [sw_udc]: usbd_start_work
[ 1.280000] [sw_udc]: alloc request: ep(0xc059dc70, ep4-bulk, 512), req(0xcf969e60)
[ 1.290000] [sw_udc]: alloc request: ep(0xc059dc30, ep3-bulk, 512), req(0xcf969e20)
[ 1.300000] [sw_udc]: alloc request: ep(0xc059dc30, ep3-bulk, 512), req(0xcf969de0)
[ 1.310000] [sw_udc]: alloc request: ep(0xc059dc30, ep3-bulk, 512), req(0xcf969da0)
[ 1.310000] [sw_udc]: alloc request: ep(0xc059dc30, ep3-bulk, 512), req(0xcf969d60)
[ 1.330000] IR Initial OK
[ 1.330000] [sun3i-ts:inf] sun3its_init is invoked.
[ 1.340000] [sun3i-ts:inf] sun3i tp probe initial
[ 1.340000] [sun3i-ts:inf]
[ 1.350000] [sun3i-ts:inf] sun3i tp inital ok
[ 1.350000] sun3i RTC
[ 1.350000] f20_rtc_probe tmp_data = 16385
[ 1.370000] -----[cedar_dev] set ve clock -> 0x3040c019
[ 1.370000]
[ 1.370000] ------------IRQ CONNECT-------------
[ 1.370000]
[ 1.490000] [mmc]: awsmc controller unsing config sdc0 0, sdc1 0, sdc2 1, sdc3 0
[ 1.500000] [mmc]: awsmc.2: pdev->name: awsmc, pdev->id: 00000002
[ 1.510000] [mmc]: smc 2, source = video_pll0, src_clk = 297000000, mclk 99000000,
[ 1.510000] [mmc]: MMC Driver init host 2
[ 1.520000] [mmc]: awsmc.2: Initialisation Done.
[ 1.620000] m1 Audio successfully loaded..
[ 1.620000] registered taskstats version 1
[ 1.630000] incomplete xfer (32
[ 1.630000] incomplete xfer (32
[ 1.640000] incomplete xfer (32
[ 1.640000] incomplete xfer (32
[ 1.650000] incomplete xfer (32
[ 1.650000] incomplete xfer (32
[ 1.650000] incomplete xfer (32
[ 1.660000] incomplete xfer (32
[ 1.660000] incomplete xfer (32
[ 1.660000] incomplete xfer (32
[ 1.670000] incomplete xfer (32
[ 1.670000] incomplete xfer (32
[ 1.680000] incomplete xfer (32
[ 1.680000] incomplete xfer (32
[ 1.680000] incomplete xfer (32
[ 1.690000] incomplete xfer (32
[ 1.690000] incomplete xfer (32
[ 1.690000] incomplete xfer (32
[ 1.700000] [sw_hcd]: reset port.
[ 1.700000] incomplete xfer (32
[ 1.710000] incomplete xfer (32
[ 1.710000] incomplete xfer (32
[ 1.710000] incomplete xfer (32
[ 1.720000] incomplete xfer (32
[ 1.720000] incomplete xfer (32
[ 1.720000] incomplete xfer (32
[ 1.730000] incomplete xfer (32
[ 1.730000] incomplete xfer (32
[ 1.730000] incomplete xfer (32
[ 1.740000] incomplete xfer (32
[ 1.740000] incomplete xfer (32
[ 1.750000] incomplete xfer (32
[ 1.750000] incomplete xfer (32
[ 1.750000] incomplete xfer (32
[ 1.760000] [sw_hcd]: reset port stopped.
[ 1.760000] csr1: 0x2
[ 1.760000] csr2: 0x0
[ 1.770000] spurious?
[ 1.770000] incomplete xfer (32
[ 1.770000] incomplete xfer (32
[ 1.780000] incomplete xfer (32
[ 1.780000] incomplete xfer (32
[ 1.780000] incomplete xfer (32
[ 1.790000] incomplete xfer (32
[ 1.790000] incomplete xfer (32
[ 1.800000] incomplete xfer (32
[ 1.800000] incomplete xfer (32
[ 1.800000] incomplete xfer (32
[ 1.810000] incomplete xfer (32
[ 1.810000] incomplete xfer (32
[ 1.810000] incomplete xfer (32
[ 1.820000] incomplete xfer (32
[ 1.820000] incomplete xfer (32
[ 1.830000] incomplete xfer (32
[ 1.830000] incomplete xfer (32
[ 1.830000] incomplete xfer (32
[ 1.840000] [sw_hcd]: reset port.
[ 1.840000] incomplete xfer (32
[ 1.840000] incomplete xfer (32
[ 1.850000] f20_rtc_gettime
[ 1.850000] read time 2010-1-1 20:49:25
[ 1.860000] EXT2-fs (nandb): error: couldn't mount because of unsupported optional features (244)
[ 1.900000] [sw_hcd]: reset port stopped.
[ 1.900000] csr1: 0x2
[ 1.900000] csr2: 0x0
[ 1.960000] [sw_hcd]: sw_hcd_h_disable, epnum = 0
[ 1.960000] [sw_hcd]: sw_hcd_h_disable, epnum = 0
[ 1.990000] EXT4-fs (nandb): warning: maximal mount count reached, running e2fsck is recommended
[ 2.010000] VFS: Mounted root (ext3 filesystem) on device 93:8.
[ 2.040000] init: /init.rc: 244: invalid option 'root'
[ 2.040000] init: /init.rc: 244: invalid option 'root'
[ 2.340000] invalid bits_per_pixel :0 in var_to_fb
[ 2.380000] invalid bits_per_pixel :0 in var_to_fb
[ 2.520000] EXT4-fs (nandd): warning: maximal mount count reached, running e2fsck is recommended
[ 2.550000] init: not file /data/wipe_me
[ 2.650000] EXT4-fs (nandc): warning: maximal mount count reached, running e2fsck is recommended
[ 2.940000] EXT4-fs (nandd): warning: maximal mount count reached, running e2fsck is recommended
[ 3.050000] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 3.060000] init: cannot find '/system/bin/memsicd', disabling 'memsicd'
[ 6.060000] [DISP]open
[ 7.760000] JBD2: Disabling barriers on nandb-8, not supported by device
[ 8.070000] JBD2: Disabling barriers on nandd-8, not supported by device
[ 8.070000] JBD2: Disabling barriers on nandc-8, not supported by device
[ 36.310000] [DISP]open
[ 36.450000] [DISP]open
[ 36.870000] [DISP]open
[ 38.150000] [sun3i-ts:dbg] suspend off
[ 38.720000] usb_wifi_host = 2
[ 38.730000] sw_usb_enable_hcd2 start, clk_is_open = 1
[ 38.730000] WRN:L1552(drivers/usb/sun3i_usb/hcd/hcd2/sw_hcd2.c):ERR: sw_usb_enable_hcd2, usb clock is open, can't open again
[ 38.750000]
[ 38.750000] rtw driver version=v3.1.2330.20110808
[ 38.750000] register rtw_netdev_ops to netdev_ops
[ 38.760000] CHIP TYPE: RTL8188C_8192C
[ 38.760000]
[ 38.760000] usb_endpoint_descriptor(0):
[ 38.770000] bLength=7
[ 38.770000] bDescriptorType=5
[ 38.780000] bEndpointAddress=81
[ 38.780000] wMaxPacketSize=200
[ 38.780000] bInterval=0
[ 38.790000] RT_usb_endpoint_is_bulk_in = 1
[ 38.790000]
[ 38.790000] usb_endpoint_descriptor(1):
[ 38.800000] bLength=7
[ 38.800000] bDescriptorType=5
[ 38.800000] bEndpointAddress=2
[ 38.800000] wMaxPacketSize=200
[ 38.810000] bInterval=0
[ 38.810000] RT_usb_endpoint_is_bulk_out = 2
[ 38.820000]
[ 38.820000] usb_endpoint_descriptor(2):
[ 38.820000] bLength=7
[ 38.820000] bDescriptorType=5
[ 38.830000] bEndpointAddress=3
[ 38.830000] wMaxPacketSize=200
[ 38.830000] bInterval=0
[ 38.840000] RT_usb_endpoint_is_bulk_out = 3
[ 38.840000]
[ 38.840000] usb_endpoint_descriptor(3):
[ 38.850000] bLength=7
[ 38.850000] bDescriptorType=5
[ 38.850000] bEndpointAddress=84
[ 38.860000] wMaxPacketSize=40
[ 38.860000] bInterval=1
[ 38.860000] RT_usb_endpoint_is_int_in = 4, Interval = 1
[ 38.870000] nr_endpoint=4, in_num=2, out_num=2
[ 38.870000]
[ 38.880000] USB_SPEED_HIGH
[ 39.000000] Chip Version ID: VERSION_NORMAL_TSMC_CHIP_88C.
[ 39.000000] RF_Type is 3!!
[ 39.020000] EEPROM type is E-FUSE
[ 39.020000] ====> ReadAdapterInfo8192C
[ 39.030000] Boot from EFUSE, Autoload OK !
[ 39.530000] i2c-1, xfer timeout
[ 39.530000] Assertion failed! drivers/hwmon/mxc_mma7660.c,85,mma7660_read_xyz,result>=0
[ 39.720000] EEPROMVID = 0x0bda
[ 39.720000] EEPROMPID = 0x8176
[ 39.730000] EEPROMCustomerID : 0x00
[ 39.730000] EEPROMSubCustomerID: 0x00
[ 39.730000] RT_CustomerID: 0x00
[ 39.740000] _ReadMACAddress MAC Address from EFUSE = 00:13:ef:51:30:7b
[ 39.750000] EEPROMRegulatory = 0x0
[ 39.750000] _ReadBoardType(0)
[ 39.750000] BT Coexistance = disable
[ 39.760000] RT_ChannelPlan: 0x02
[ 39.760000] _ReadPSSetting...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(0)
[ 39.770000] ### PS params=> power_mgnt(0),usbss_enable(0) ###
[ 39.780000] ### AntDivCfg(0)
[ 39.780000] readAdapterInfo_8192CU(): REPLACEMENT = 1
[ 39.780000] <==== ReadAdapterInfo8192C in 760 ms
[ 39.840000] rtw_macaddr_cfg MAC Address = 00:13:ef:51:30:7b
[ 39.840000] MAC Address from pnetdev->dev_addr= 00:13:ef:51:30:7b
[ 39.870000] bDriverStopped:1, bSurpriseRemoved:0, bup:0, hw_init_completed:0
[ 39.980000] +871x_drv - drv_open, bup=0
[ 40.410000] ===> FirmwareDownload91C() fw:Rtl819XFwImageArray_TSMC
[ 40.410000] fw_ver=v75, fw_subver=0, sig=0x88c0
[ 40.610000] fw download ok!
[ 40.620000] Set RF Chip ID to RF_6052 and RF type to 1T1R.
[ 41.360000] IQK:Start!!!
[ 41.430000] Path A IQK Success!!
[ 41.440000] Path A IQK Success!!
[ 41.440000] IQK: final_candidate is 0
[ 41.450000] IQK: RegE94=100 RegE9C=e RegEA4=fe RegEAC=2 RegEB4=0 RegEBC=0 RegEC4=0 RegECC=0
[ 41.450000] Path A IQ Calibration Success !
[ 41.680000] pdmpriv->TxPowerTrackControl = 1
[ 41.700000] MAC Address from REG_MACID = 00:13:ef:51:30:7b
[ 41.700000] MAC Address = 00:13:ef:51:30:7b
[ 41.700000] -871x_drv - drv_open, bup=1
[ 42.360000] [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[ 42.360000] set_mode = IW_MODE_INFRA
[ 42.380000] [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[ 44.060000] survey done event(11)
[ 44.110000] set_mode = IW_MODE_INFRA
[ 44.110000] wpa_set_auth_algs, AUTH_ALG_SHARED_KEY and AUTH_ALG_OPEN_SYSTEM [value:0x3]
[ 44.140000] wpa_set_encryption, crypt.alg = WEP
[ 44.140000] (1)wep_key_idx=0
[ 44.140000] wep, set_tx=1
[ 44.140000] ==> rtw_set_key algorithm(5),keyid(0),key_mask(1)
[ 44.140000] =>rtw_wx_set_essid
[ 44.140000] ssid=subway, len=6
[ 44.140000] new candidate: subway(00:0f:66:90:9b:f1) rssi:-65
[ 44.140000] rtw_select_and_join_from_scanned_queue: candidate: subway(00:0f:66:90:9b:f1)
[ 44.140000] <=rtw_wx_set_essid
[ 44.140000] link to new AP
[ 44.320000] link to Broadcom AP
[ 44.340000] OnAuthClient
[ 44.340000] OnAssocRsp
[ 44.340000] report_join_res(5)
[ 44.350000] HW_VAR_BASIC_RATE: BrateCfg(0x15d)
[ 44.380000] HTOnAssocRsp
[ 44.390000] update raid entry, mask=0x40000fff, arg=0x80
[ 44.470000] rtl8192c_set_FwJoinBssReport_cmd mstatus(1)
[ 44.480000] SetFwRsvdPagePkt
[ 44.480000] Set RSVD page location to Fw.
[ 44.480000] =>mlmeext_joinbss_event_callback
[ 45.700000] rtl8192c_dm_RF_Saving(): RF_Normal
[ 47.750000] rtl8192c_dm_RF_Saving(): RF_Save
[ 51.720000] rtw_set_pid set pid[2]=207
...
[ 95.450000] [sun3i-ts:dbg] [suspend_store]change before TPCTRL =0x200681
[ 95.460000] [sun3i-ts:dbg] [suspend_store]change before TP_INT_CTRL=0xb0000723
[ 95.470000] [sun3i-ts:dbg] suspend on
[ 96.970000] [mmc]: awsmc.2: ShutDown.
[ 97.010000] mmc_remove_host cf975800
[ 97.060000] unregister_pm_notifier
[ 97.060000] mmc_stop_host
[ 97.070000] device_del
[ 97.070000] led_trigger_unregister_simple
[ 97.070000] [sw_hcd2]: close_usb_clock
[ 97.080000] [sw_hcd1]: close_usb_clock
[ 97.080000] WRN:L164(drivers/usb/sun3i_usb/hcd/hcd1/sw_hcd1.c):ERR: clock handle is null, sie_clk(0xc05876bc), phy_clk(0xc0587338), open(0)
[ 97.090000] [sw_hcd0]: [sw_hcd_host0]: close_usb_clock
[ 97.490000] Power down.
Hope after analysis i can find the bootloader (boot1) code now...
cool, i was just looking at this option for my tablet
I have a pmid701c that looks to be very similar to yours. I was just looking at setting up a mmc/SD cable to console in. Have you tried hitting one of the buttons. On mine that is how to get to fel mode for flashing, wondering what happens if there is a console cable hooked up
Lots of people working on the pmid at freaktab.com by the way
Hello,
You can have look here http://www.sysfwlab.com and can you tell me more about :
I was just looking at setting up a mmc/SD cable to console in
Click to expand...
Click to collapse
Do you think about hooking the reader pin to a cable ?
Or did you speak about about bootable mmc/SD ?
I can do a try i you want
Bests regards
I am not sure what happened but since I unlock the boot loader and rooted my phone, its randomly rebooting, something 2-3 times a day.
Is there any app or way to track what is causing the reboot? or is there any app which keep tracking the reboot and crate a dump before a reboot?
thanks,
Check last_kmsg in /proc/ and debug from there after your phone rebooted.
Sent from my One A0001 using Tapatalk
zephiK said:
Check last_kmsg in /proc/ and debug from there after your phone rebooted.
Sent from my One A0001 using Tapatalk
Click to expand...
Click to collapse
Thanks.
Can you help me to understand whats going on here?
These are few of the lines of that file.
Code:
[ 1533.863461] PM: resume of devices complete after 93.547 msecs
[ 1533.865986] Restarting tasks ... done.
[ 1533.871762] PM: suspend exit 2014-10-01 13:29:50.427938915 UTC
[ 1533.871919] PM: suspend entry 2014-10-01 13:29:50.428106571 UTC
[ 1533.871998] PM: Syncing filesystems ... done.
[ 1533.920040] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1533.922444] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1533.924521] Suspending console(s) (use no_console_suspend to debug)
[ 1533.948401] PM: suspend of devices complete after 22.040 msecs
[ 1533.949716] PM: late suspend of devices complete after 1.305 msecs
[ 1533.952192] PM: noirq suspend of devices complete after 2.467 msecs
[ 1533.952199] Disabling non-boot CPUs ...
[ 1533.955966] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1533.956381] Enabling non-boot CPUs ...
[ 1533.957570] CPU3 is up
[ 1533.958907] PM: noirq resume of devices complete after 1.322 msecs
[ 1533.960451] PM: early resume of devices complete after 0.775 msecs
[ 1534.055657] PM: resume of devices complete after 95.196 msecs
[ 1534.058107] Restarting tasks ... done.
[ 1534.068767] PM: suspend exit 2014-10-01 13:30:00.635457661 UTC
[ 1535.388171] PM: suspend entry 2014-10-01 13:30:01.954831201 UTC
[ 1535.388416] PM: Syncing filesystems ... done.
[ 1535.424494] Freezing user space processes ... (elapsed 0.005 seconds) done.
[ 1535.430427] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
[ 1535.435304] Suspending console(s) (use no_console_suspend to debug)
[ 1535.473647] PM: suspend of devices complete after 31.282 msecs
[ 1535.480317] PM: late suspend of devices complete after 6.627 msecs
[ 1535.489901] PM: noirq suspend of devices complete after 9.540 msecs
[ 1535.489934] Disabling non-boot CPUs ...
[ 1535.491507] IRQ40 no longer affine to CPU3
[ 1535.496131] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1535.497150] Enabling non-boot CPUs ...
[ 1535.500570] CPU3 is up
[ 1535.505224] PM: noirq resume of devices complete after 4.601 msecs
[ 1535.510740] PM: early resume of devices complete after 3.668 msecs
[ 1535.604334] PM: resume of devices complete after 93.579 msecs
[ 1535.607148] Restarting tasks ... done.
[ 1535.612843] PM: suspend exit 2014-10-01 13:31:36.730796685 UTC
[ 1536.519999] IRQ40 no longer affine to CPU2
[ 1541.496023] PM: suspend entry 2014-10-01 13:31:42.613969808 UTC
[ 1541.496123] PM: Syncing filesystems ... done.
[ 1541.522496] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1541.525719] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
[ 1541.528212] Suspending console(s) (use no_console_suspend to debug)
[ 1541.554479] PM: suspend of devices complete after 23.443 msecs
[ 1541.556122] PM: late suspend of devices complete after 1.631 msecs
[ 1541.559185] PM: noirq suspend of devices complete after 3.052 msecs
[ 1541.559195] Disabling non-boot CPUs ...
[ 1541.562072] IRQ40 no longer affine to CPU3
[ 1541.562326] IRQ200 no longer affine to CPU3
[ 1541.562340] IRQ203 no longer affine to CPU3
[ 1541.563762] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1541.564253] Enabling non-boot CPUs ...
[ 1541.565462] CPU3 is up
[ 1541.567105] PM: noirq resume of devices complete after 1.626 msecs
[ 1541.569127] PM: early resume of devices complete after 1.090 msecs
[ 1541.664971] PM: resume of devices complete after 95.831 msecs
[ 1541.668348] Restarting tasks ... done.
[ 1541.673806] PM: suspend exit 2014-10-01 13:32:07.631144902 UTC
[ 1541.862383] PM: suspend entry 2014-10-01 13:32:07.819720266 UTC
[ 1541.862445] PM: Syncing filesystems ... done.
[ 1541.877994] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1541.880891] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1541.883129] Suspending console(s) (use no_console_suspend to debug)
[ 1541.906508] PM: suspend of devices complete after 21.317 msecs
[ 1541.907756] PM: late suspend of devices complete after 1.239 msecs
[ 1541.910353] PM: noirq suspend of devices complete after 2.588 msecs
[ 1541.910361] Disabling non-boot CPUs ...
[ 1541.919369] IRQ40 no longer affine to CPU3
[ 1541.920591] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1541.921029] Enabling non-boot CPUs ...
[ 1541.922221] CPU1 is up
[ 1541.923429] CPU2 is up
[ 1541.924454] CPU3 is up
[ 1541.925840] PM: noirq resume of devices complete after 1.370 msecs
[ 1541.927451] PM: early resume of devices complete after 0.793 msecs
[ 1542.021123] PM: resume of devices complete after 93.661 msecs
[ 1542.023836] Restarting tasks ... done.
[ 1542.027551] PM: suspend exit 2014-10-01 13:32:50.629481812 UTC
[ 1542.329804] IRQ40 no longer affine to CPU1
[ 1542.385757] IRQ40 no longer affine to CPU2
[ 1544.971343] IRQ40 no longer affine to CPU2
[ 1545.422541] IRQ40 no longer affine to CPU2
[ 1545.774138] IRQ40 no longer affine to CPU2
[ 1546.418944] PM: suspend entry 2014-10-01 13:32:55.020850040 UTC
[ 1546.419365] PM: Syncing filesystems ... done.
[ 1546.482236] Freezing user space processes ... (elapsed 0.005 seconds) done.
[ 1546.488605] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
[ 1546.493502] Suspending console(s) (use no_console_suspend to debug)
[ 1546.538630] PM: suspend of devices complete after 38.007 msecs
[ 1546.544648] PM: late suspend of devices complete after 5.972 msecs
[ 1546.553858] PM: noirq suspend of devices complete after 9.171 msecs
[ 1546.553888] Disabling non-boot CPUs ...
[ 1546.562239] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1546.563059] Enabling non-boot CPUs ...
[ 1546.566170] CPU3 is up
[ 1546.570721] PM: noirq resume of devices complete after 4.499 msecs
[ 1546.576560] PM: early resume of devices complete after 3.736 msecs
[ 1546.676910] PM: resume of devices complete after 100.325 msecs
[ 1546.679496] Restarting tasks ... done.
[ 1546.684082] PM: suspend exit 2014-10-01 13:33:48.643802258 UTC
[ 1546.808840] PM: suspend entry 2014-10-01 13:33:48.768556737 UTC
[ 1546.808968] PM: Syncing filesystems ... done.
[ 1546.821426] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1546.824002] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1546.826110] Suspending console(s) (use no_console_suspend to debug)
[ 1546.850122] PM: suspend of devices complete after 22.167 msecs
[ 1546.851563] PM: late suspend of devices complete after 1.431 msecs
[ 1546.854317] PM: noirq suspend of devices complete after 2.744 msecs
[ 1546.854326] Disabling non-boot CPUs ...
[ 1546.863064] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1546.863449] Enabling non-boot CPUs ...
[ 1546.866187] CPU2 is up
[ 1546.867084] CPU3 is up
[ 1546.868456] PM: noirq resume of devices complete after 1.358 msecs
[ 1546.870074] PM: early resume of devices complete after 0.906 msecs
[ 1546.963379] PM: resume of devices complete after 93.293 msecs
[ 1546.965928] Restarting tasks ... done.
[ 1546.972588] PM: suspend exit 2014-10-01 13:34:15.961335320 UTC
[ 1547.323124] IRQ40 no longer affine to CPU2
[ 1549.194072] IRQ40 no longer affine to CPU2
[ 1550.008913] wlan: [1161:E :HDD] hdd_tx_rx_pkt_cnt_stat_timer_handler: Disable split scan
[ 1550.032013] IRQ40 no longer affine to CPU2
[ 1555.717687] PM: suspend entry 2014-10-01 13:34:24.706410211 UTC
[ 1555.717932] PM: Syncing filesystems ... done.
[ 1555.776745] Freezing user space processes ... (elapsed 0.005 seconds) done.
[ 1555.783146] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
[ 1555.787948] Suspending console(s) (use no_console_suspend to debug)
[ 1555.832462] PM: suspend of devices complete after 37.581 msecs
[ 1555.838351] PM: late suspend of devices complete after 5.851 msecs
[ 1555.893962] PM: noirq suspend of devices complete after 55.567 msecs
[ 1555.893996] Disabling non-boot CPUs ...
[ 1555.895767] IRQ40 no longer affine to CPU3
[ 1555.896510] IRQ200 no longer affine to CPU3
[ 1555.896551] IRQ203 no longer affine to CPU3
[ 1555.900484] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1555.901233] Enabling non-boot CPUs ...
[ 1555.904208] CPU3 is up
[ 1555.908627] PM: noirq resume of devices complete after 4.367 msecs
[ 1555.914622] PM: early resume of devices complete after 3.738 msecs
[ 1556.017445] PM: resume of devices complete after 102.797 msecs
[ 1556.020365] Restarting tasks ... done.
[ 1556.024867] PM: suspend exit 2014-10-01 13:34:46.646524265 UTC
[ 1556.038475] PM: suspend entry 2014-10-01 13:34:46.660131557 UTC
[ 1556.038544] PM: Syncing filesystems ... done.
[ 1556.078722] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1556.081278] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1556.083388] Suspending console(s) (use no_console_suspend to debug)
[ 1556.107520] PM: suspend of devices complete after 22.303 msecs
[ 1556.108756] PM: late suspend of devices complete after 1.228 msecs
[ 1556.111288] PM: noirq suspend of devices complete after 2.523 msecs
[ 1556.111295] Disabling non-boot CPUs ...
[ 1556.113948] IRQ40 no longer affine to CPU3
[ 1556.115083] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1556.115496] Enabling non-boot CPUs ...
[ 1556.116745] CPU3 is up
[ 1556.117993] PM: noirq resume of devices complete after 1.233 msecs
[ 1556.119455] PM: early resume of devices complete after 0.843 msecs
[ 1556.214770] PM: resume of devices complete after 95.303 msecs
[ 1556.217780] Restarting tasks ... done.
[ 1556.223861] PM: suspend exit 2014-10-01 13:35:09.415251184 UTC
[ 1556.308899] PM: suspend entry 2014-10-01 13:35:09.500287851 UTC
[ 1556.309031] PM: Syncing filesystems ... done.
[ 1556.323301] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1556.325831] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1556.327930] Suspending console(s) (use no_console_suspend to debug)
[ 1556.353351] PM: suspend of devices complete after 23.376 msecs
[ 1556.354786] PM: late suspend of devices complete after 1.424 msecs
[ 1556.357549] PM: noirq suspend of devices complete after 2.753 msecs
[ 1556.357558] Disabling non-boot CPUs ...
[ 1556.370526] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1556.370935] Enabling non-boot CPUs ...
[ 1556.372254] CPU1 is up
[ 1556.373207] CPU2 is up
[ 1556.376156] CPU3 is up
[ 1556.377458] PM: noirq resume of devices complete after 1.288 msecs
[ 1556.379091] PM: early resume of devices complete after 0.957 msecs
[ 1556.474335] PM: resume of devices complete after 95.233 msecs
[ 1556.476874] Restarting tasks ... done.
[ 1556.481273] PM: suspend exit 2014-10-01 13:35:14.653456026 UTC
[ 1556.481446] PM: suspend entry 2014-10-01 13:35:14.653630505 UTC
[ 1556.481549] PM: Syncing filesystems ... done.
[ 1556.533047] Freezing user space processes ...
[ 1556.534035] last active wakeup source: PowerManagerService.WakeLocks
[ 1556.534135]
[ 1556.534229] Freezing of tasks aborted after 0.000 seconds (49 tasks refusing to freeze, wq_busy=0):
[ 1556.534281]
[ 1556.534331] Restarting tasks ... done.
[ 1556.535614] PM: suspend exit 2014-10-01 13:35:14.707798369 UTC
[ 1556.535704] PM: suspend entry 2014-10-01 13:35:14.707888890 UTC
[ 1556.535824] PM: Syncing filesystems ... done.
[ 1556.587363] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1556.589881] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
[ 1556.592282] Suspending console(s) (use no_console_suspend to debug)
[ 1556.616623] PM: suspend of devices complete after 22.482 msecs
[ 1556.617859] PM: late suspend of devices complete after 1.226 msecs
[ 1556.620446] PM: noirq suspend of devices complete after 2.578 msecs
[ 1556.620453] Disabling non-boot CPUs ...
[ 1556.623380] IRQ40 no longer affine to CPU1
[ 1556.631190] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1556.631583] Enabling non-boot CPUs ...
[ 1556.632688] CPU1 is up
[ 1556.633810] CPU2 is up
[ 1556.634870] CPU3 is up
[ 1556.636128] PM: noirq resume of devices complete after 1.243 msecs
[ 1556.637525] PM: early resume of devices complete after 0.775 msecs
[ 1556.731002] PM: resume of devices complete after 93.467 msecs
[ 1556.733603] Restarting tasks ... done.
[ 1556.738972] PM: suspend exit 2014-10-01 13:35:21.395209304 UTC
[ 1556.739081] PM: suspend entry 2014-10-01 13:35:21.395329720 UTC
[ 1556.739220] PM: Syncing filesystems ... done.
[ 1556.789639] Freezing user space processes ...
[ 1556.790561] last active wakeup source: PowerManagerService.WakeLocks
[ 1556.790706]
[ 1556.790760] Freezing of tasks aborted after 0.001 seconds (49 tasks refusing to freeze, wq_busy=0):
[ 1556.790855]
[ 1556.790908] Restarting tasks ... done.
[ 1556.792115] PM: suspend exit 2014-10-01 13:35:21.448363158 UTC
[ 1556.792236] PM: suspend entry 2014-10-01 13:35:21.448485033 UTC
[ 1556.792296] PM: Syncing filesystems ... done.
[ 1556.842320] Freezing user space processes ...
[ 1556.843224] active wakeup source: qcom_rx_wakelock
[ 1556.843371] active wakeup source: PowerManagerService.WakeLocks
[ 1556.843451]
[ 1556.843505] Freezing of tasks aborted after 0.001 seconds (48 tasks refusing to freeze, wq_busy=0):
[ 1556.843600]
[ 1556.843652] Restarting tasks ... done.
[ 1556.844796] PM: suspend exit 2014-10-01 13:35:21.501045658 UTC
[ 1557.042374] IRQ40 no longer affine to CPU1
[ 1558.478373] PM: suspend entry 2014-10-01 13:35:23.134594668 UTC
[ 1558.478768] PM: Syncing filesystems ... done.
[ 1558.519189] Freezing user space processes ... (elapsed 0.005 seconds) done.
[ 1558.525315] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
[ 1558.530151] Suspending console(s) (use no_console_suspend to debug)
[ 1558.574109] PM: suspend of devices complete after 37.208 msecs
[ 1558.580194] PM: late suspend of devices complete after 6.041 msecs
[ 1558.590790] PM: noirq suspend of devices complete after 10.555 msecs
[ 1558.590825] Disabling non-boot CPUs ...
[ 1558.592341] IRQ40 no longer affine to CPU3
[ 1558.593043] IRQ200 no longer affine to CPU3
[ 1558.593082] IRQ203 no longer affine to CPU3
[ 1558.596873] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1558.597711] Enabling non-boot CPUs ...
[ 1558.600857] CPU3 is up
[ 1558.605227] PM: noirq resume of devices complete after 4.320 msecs
[ 1558.610932] PM: early resume of devices complete after 3.841 msecs
[ 1558.713293] PM: resume of devices complete after 102.336 msecs
[ 1558.716146] Restarting tasks ... done.
[ 1558.721069] PM: suspend exit 2014-10-01 13:37:15.800330197 UTC
[ 1559.596437] IRQ40 no longer affine to CPU2
[ 1561.518386] shineled----lcds_set_brightness: light the red ,value = 0
[ 1561.518927] shineled-------------i2c send data 0x4 0x0
[ 1561.519091] shineled----lcds_set_brightness: light the green ,value = 0
[ 1561.519934] shineled-------------i2c send data 0x5 0x0
[ 1561.520099] shineled----lcds_set_brightness: light the blue ,value = 0
[ 1561.520409] shineled-------------i2c send data 0x6 0x0
[ 1561.520579] shineled----sled_blink_store: buf = 0
[ 1561.520583] : count = 2
[ 1561.520782] shineled----sled_blink_store: totalMS = 5000: onMS = 490
[ 1561.520856] shineled----sled_blink_store: color_R = 0: color_G = 0: color_B = 0,
[ 1561.521165] shineled-------------i2c send data 0x1d 0x0
[ 1561.521412] shineled-------------i2c send data 0x0 0x1
[ 1563.497732] PM: suspend entry 2014-10-01 13:37:20.576976497 UTC
[ 1563.497822] PM: Syncing filesystems ... done.
[ 1563.537314] Freezing user space processes ... (elapsed 0.003 seconds) done.
[ 1563.540655] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
[ 1563.543337] Suspending console(s) (use no_console_suspend to debug)
[ 1563.569379] PM: suspend of devices complete after 23.447 msecs
[ 1563.571031] PM: late suspend of devices complete after 1.639 msecs
[ 1563.574730] PM: noirq suspend of devices complete after 3.688 msecs
[ 1563.574740] Disabling non-boot CPUs ...
[ 1563.577802] IRQ40 no longer affine to CPU3
[ 1563.578343] IRQ200 no longer affine to CPU3
[ 1563.578379] IRQ203 no longer affine to CPU3
[ 1563.580448] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1563.580921] Enabling non-boot CPUs ...
[ 1563.582222] CPU3 is up
[ 1563.583863] PM: noirq resume of devices complete after 1.624 msecs
[ 1563.585783] PM: early resume of devices complete after 1.019 msecs
[ 1563.683739] PM: resume of devices complete after 97.943 msecs
[ 1563.686395] Restarting tasks ... done.
[ 1563.692349] PM: suspend exit 2014-10-01 13:37:46.635030132 UTC
[ 1569.250796] PM: suspend entry 2014-10-01 13:37:52.193447682 UTC
[ 1569.251215] PM: Syncing filesystems ... done.
[ 1569.298202] Freezing user space processes ... (elapsed 0.005 seconds) done.
[ 1569.304532] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
[ 1569.309282] Suspending console(s) (use no_console_suspend to debug)
[ 1569.350057] PM: suspend of devices complete after 33.923 msecs
[ 1569.355931] PM: late suspend of devices complete after 5.838 msecs
[ 1569.364920] PM: noirq suspend of devices complete after 8.952 msecs
[ 1569.364951] Disabling non-boot CPUs ...
[ 1569.368793] IRQ40 no longer affine to CPU3
[ 1569.373541] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1569.374483] Enabling non-boot CPUs ...
[ 1569.377345] CPU3 is up
[ 1569.381912] PM: noirq resume of devices complete after 4.516 msecs
[ 1569.387872] PM: early resume of devices complete after 3.991 msecs
[ 1569.486761] PM: resume of devices complete after 98.861 msecs
[ 1569.489675] Restarting tasks ... done.
[ 1569.499077] PM: suspend exit 2014-10-01 13:40:15.822754189 UTC
[ 1569.585592] PM: suspend entry 2014-10-01 13:40:15.909268929 UTC
[ 1569.585697] PM: Syncing filesystems ... done.
[ 1569.594731] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1569.597237] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1569.599341] Suspending console(s) (use no_console_suspend to debug)
[ 1569.623577] PM: suspend of devices complete after 22.471 msecs
[ 1569.625008] PM: late suspend of devices complete after 1.421 msecs
[ 1569.627724] PM: noirq suspend of devices complete after 2.706 msecs
[ 1569.627733] Disabling non-boot CPUs ...
[ 1569.641001] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1569.641426] Enabling non-boot CPUs ...
[ 1569.644824] CPU1 is up
[ 1569.645878] CPU2 is up
[ 1569.646986] CPU3 is up
[ 1569.648289] PM: noirq resume of devices complete after 1.289 msecs
[ 1569.649933] PM: early resume of devices complete after 0.903 msecs
[ 1569.743290] PM: resume of devices complete after 93.345 msecs
[ 1569.746114] Restarting tasks ... done.
[ 1569.750721] PM: suspend exit 2014-10-01 13:41:16.630230571 UTC
[ 1569.786692] PM: suspend entry 2014-10-01 13:41:16.666201612 UTC
[ 1569.786755] PM: Syncing filesystems ... done.
[ 1569.801018] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1569.803382] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1569.805426] Suspending console(s) (use no_console_suspend to debug)
[ 1569.829412] PM: suspend of devices complete after 22.174 msecs
[ 1569.830658] PM: late suspend of devices complete after 1.235 msecs
[ 1569.833126] PM: noirq suspend of devices complete after 2.459 msecs
[ 1569.833134] Disabling non-boot CPUs ...
[ 1569.836014] IRQ40 no longer affine to CPU1
[ 1569.843056] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1569.843442] Enabling non-boot CPUs ...
[ 1569.844547] CPU1 is up
[ 1569.845649] CPU2 is up
[ 1569.846700] CPU3 is up
[ 1569.847883] PM: noirq resume of devices complete after 1.169 msecs
[ 1569.849397] PM: early resume of devices complete after 0.858 msecs
[ 1569.946217] PM: resume of devices complete after 96.810 msecs
[ 1569.949235] Restarting tasks ... done.
[ 1569.952400] PM: suspend exit 2014-10-01 13:41:18.478180934 UTC
[ 1569.952548] PM: suspend entry 2014-10-01 13:41:18.478330934 UTC
[ 1569.952617] PM: Syncing filesystems ... done.
[ 1570.003526] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 1570.006180] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1570.008459] Suspending console(s) (use no_console_suspend to debug)
[ 1570.034603] PM: suspend of devices complete after 23.881 msecs
[ 1570.036184] PM: late suspend of devices complete after 1.569 msecs
[ 1570.039284] PM: noirq suspend of devices complete after 3.088 msecs
[ 1570.039293] Disabling non-boot CPUs ...
[ 1570.042310] IRQ40 no longer affine to CPU1
[ 1570.042557] IRQ200 no longer affine to CPU1
[ 1570.042567] IRQ203 no longer affine to CPU1
[ 1570.049207] IRQ40 no longer affine to CPU3
[ 1570.051989] CPU0: msm_cpu_pm_enter_sleep mode:3
[ 1570.052474] Enabling non-boot CPUs ...
[ 1570.055454] CPU1 is up
[ 1570.056514] CPU2 is up
[ 1570.057596] CPU3 is up
[ 1570.059191] PM: noirq resume of devices complete after 1.578 msecs
[ 1570.060955] PM: early resume of devices complete after 0.989 msecs
[ 1570.158264] PM: resume of devices complete after 97.297 msecs
[ 1570.161692] Restarting tasks ... done.
[ 1570.164716] PM: suspend exit 2014-10-01 13:41:48.376758109 UTC
[ 1570.164845] PM: suspend entry 2014-10-01 13:41:48.376887796 UTC
[ 1570.164907] PM: Syncing filesystems ... done.
[ 1570.214557] Freezing user space processes ...
here is the latest reboot
Code:
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.0-cyanogenmod-g0ad30e5 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Aug 19 12:06:24 PDT 2014
[ 0.000000] CPU: ARMv7 Processor [512f06f1] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Qualcomm MSM 8974 (Flattened Device Tree), model: Qualcomm MSM 8974Pro-AC One+ A0001
[ 0.000000] Initialized persistent memory from 60000000-600fffff
[ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-5000000
[ 0.000000] cma: Found secure_region, memory base 0x00000000, size 252 MiB, limit 0xffffffff
[ 0.000000] cma: Found adsp_region, memory base 0x00000000, size 63 MiB, limit 0xffffffff
[ 0.000000] cma: Found qsecom_region, memory base 0x00000000, size 17 MiB, limit 0xffffffff
[ 0.000000] cma: Found audio_region, memory base 0x00000000, size 12 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0fa00000, size 5 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x05a00000, size 33 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x07b00000, size 5 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x08000000, size 82 MiB, limit 0xffffffff
[ 0.000000] cma: CMA: reserved 252 MiB at 0xb0400000 for secure_mem
[ 0.000000] cma: CMA: reserved 64 MiB at 0xac400000 for adsp_mem
[ 0.000000] cma: CMA: reserved 20 MiB at 0xab000000 for qseecom_mem
[ 0.000000] cma: CMA: reserved 16 MiB at 0xaa000000 for audio_mem
[ 0.000000] cma: CMA: reserved 5 MiB at 0x0fa00000 for (null)
[ 0.000000] cma: CMA: reserved 33 MiB at 0x05a00000 for peripheral_mem
[ 0.000000] cma: CMA: reserved 5 MiB at 0x07b00000 for tz_apps
[ 0.000000] cma: CMA: reserved 82 MiB at 0x08000000 for modem_mem
[ 0.000000] cma: CMA: reserved 16 MiB at 0x2e800000 for default region
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] IMEM DT static mapping successful
[ 0.000000] PERCPU: Embedded 7 pages/cpu @cea59000 s16128 r0 d12544 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 748288
[ 0.000000] Kernel command line: console=ttyHSL0,115200,n8 androidboot.hardware=bacon user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 androidboot.emmc=true androidboot.serialno=b2415ff8 androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_jdi_1080p_cmd oppo.pcb_version=12 LCD_id<4 oppo.rf_version=66 maxcpus=2 androidboot.startupmode=charger androidboot.mode=kernel lk_version=V1.0
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 90MB 40MB 2817MB = 2947MB total
[ 0.000000] Memory: 2563028k/2563028k available, 582700k reserved, 2006016K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0e9a000 (14920 kB)
[ 0.000000] .init : 0xc0f00000 - 0xc1015f00 (1112 kB)
[ 0.000000] .data : 0xc1016000 - 0xc10e9fa0 ( 848 kB)
[ 0.000000] .bss : 0xc10e9fc4 - 0xc1403a74 (3175 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] sched_clock: 32 bits at 19MHz, resolution 52ns, wraps every 223696ms
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000108] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000129] pid_max: default: 32768 minimum: 301
[ 0.000295] Security Framework initialized
[ 0.000313] SELinux: Initializing.
[ 0.000417] Mount-cache hash table entries: 512
[ 0.001294] Initializing cgroup subsys debug
[ 0.001309] Initializing cgroup subsys cpuacct
[ 0.001320] Initializing cgroup subsys freezer
[ 0.001372] CPU: Testing write buffer coherency: ok
[ 0.001626] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001703] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
[ 0.005623] Setting up static identity map for 0xaefac0 - 0xaefb48
[ 0.005646] MSM Memory Dump table set up
[ 0.007704] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007895] Brought up 2 CPUs
[ 0.007909] SMP: Total of 2 processors activated (76.80 BogoMIPS).
[ 0.024098] dummy:
[ 0.041131] NET: Registered protocol family 16
[ 0.043992] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.046024] KPI: Bootloader start count = 3366664704
[ 0.046035] KPI: Bootloader end count = 3938378880
[ 0.046044] KPI: Bootloader display count = 176190644
[ 0.046053] KPI: Bootloader load kernel count = 506387928
[ 0.046063] KPI: Kernel MPM timestamp = 239095
[ 0.046072] KPI: Kernel MPM Clock frequency = 32768
[ 0.046090] socinfo_print: v8, id=194, ver=1.1, raw_id=1972, raw_ver=1, hw_plat=8, hw_plat_ver=65536
[ 0.046095] accessory_chip=0, hw_plat_subtype=0, pmic_model=65537, pmic_die_revision=196609
[ 0.046436] msm_8974_init_gpiomux:1453 socinfo_get_version 10001
[ 0.066586] gpiochip_add: registered GPIOs 0 to 145 on device: msmgpio
[ 0.092536] msm_watchdog f9017000.qcom,wdt: MSM Watchdog Initialized
[ 0.120553] 8841_s1: 675 <--> 1050 mV at 0 mV normal idle
[ 0.121100] 8841_s1_ao: 675 <--> 1050 mV at 0 mV normal idle
[ 0.121630] 8841_s1_so: 675 <--> 1050 mV at 675 mV normal idle
[ 0.122258] 8841_s2: 500 <--> 1050 mV at 0 mV normal idle
[ 0.122783] 8841_s2_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.123323] 8841_s2_corner_ao: 0 <--> 0 mV at 0 mV normal idle
[ 0.123845] 8841_s2_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.124432] 8841_s3: 1050 mV normal idle
[ 0.124989] 8841_s4: 815 <--> 900 mV at 0 mV normal idle
[ 0.125548] 8841_s4_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.126078] 8841_s4_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.126632] 8941_s1: 1300 mV normal idle
[ 0.127192] 8941_s2: 2150 mV normal idle
[ 0.127753] 8941_s3: 1800 mV normal idle
[ 0.128327] 8941_l1: 1225 mV normal idle
[ 0.128880] 8941_l2: 1200 mV normal idle
[ 0.129454] 8941_l3: 1000 <--> 1225 mV at 1000 mV normal idle
[ 0.130014] 8941_l4: 1225 mV normal idle
[ 0.130580] 8941_l5: 1800 mV normal idle
[ 0.131144] 8941_l6: 1800 mV normal idle
[ 0.131706] 8941_l7: 1800 mV normal idle
[ 0.132308] 8941_l8: 1800 mV normal idle
[ 0.132881] 8941_l9: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.133470] 8941_l10: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.134035] 8941_l11: 1225 <--> 1350 mV at 1300 mV normal idle
[ 0.134604] 8941_l12: 1800 mV normal idle
[ 0.135120] 8941_l12_ao: 1800 mV normal idle
[ 0.135704] 8941_l13: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.136252] 8941_l14: 1800 mV normal idle
[ 0.136842] 8941_l15: 2050 mV normal idle
[ 0.137414] 8941_l16: 2700 mV normal idle
[ 0.137982] 8941_l17: 2700 <--> 2850 mV at 2700 mV normal idle
[ 0.138550] 8941_l18: 2850 mV normal idle
[ 0.139128] 8941_l19: 2900 <--> 3350 mV at 2900 mV normal idle
[ 0.139695] 8941_l20: 2950 mV normal idle
[ 0.140280] 8941_l21: 2950 mV normal idle
[ 0.140860] 8941_l22: 3000 mV normal idle
[ 0.141432] 8941_l23: 2800 <--> 3000 mV at 2800 mV normal idle
[ 0.142075] 8941_l24: 3075 mV normal idle
[ 0.142628] 8941_lvs1:
[ 0.143148] 8941_lvs2:
[ 0.143642] 8941_lvs3:
[ 0.146747] PDN krait_pdn_phase_scaling_init: eFuse phase scaling factor = 1/4
[ 0.146761] PDN krait_pdn_phase_scaling_init: initial phase scaling factor = 1/4
[ 0.147148] krait0: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.147773] krait1: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.148380] krait2: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.148989] krait3: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.192375] msm-thermal qcom,msm-thermal.70: probe_psm:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-sw-mode-temp. err=-22. KTM continues
[ 0.193270] msm_thermal:vdd_restriction_reg_init Defer vdd rstr freq init.
[ 0.193293] msm-thermal qcom,msm-thermal.70: probe_ocr:Failed reading node=/soc/qcom,msm-thermal, key=qti,pmic-opt-curr-temp. KTM continues
[ 0.193488] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 0.194105] persistent_ram: found existing buffer, size 932036, start 515058
[ 0.442642] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 0.693052] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 0.943465] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.193872] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.444258] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.694645] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.945033] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.195421] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.445809] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.633716] console [ram-1] enabled
[ 2.633911] 8941_l18: Failed to create debugfs directory
[ 2.634309] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 2.634456] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 2.635579] msm-jtag-fuse fc4be024.jtagfuse: JTag Fuse initialized
[ 2.638013] 8941_boost: 4500 mV
[ 2.638673] 8941_mvs1:
[ 2.638848] qcom,qpnp-regulator qpnp-regulator-ee113400: Failed to find supply parent
[ 2.639156] spmi qpnp-regulator-ee113400: Driver qcom,qpnp-regulator requests probe deferral
[ 2.639646] 8941_mvs2:
[ 2.639785] 8941_mvs2: supplied by 8941_boost
[ 2.644426] sps:BAM 0xf9984000 (va:0xc5ae0000) enabled: ver:0x6, number of pipes:20
[ 2.644515] sps:BAM 0xf9984000 is registered.
[ 2.644662] sps:sps is ready.
[ 2.647202] gdsc_venus:
[ 2.647729] gdsc_mdss:
[ 2.648199] gdsc_jpeg:
[ 2.648690] gdsc_vfe:
[ 2.649199] gdsc_oxili_gx:
[ 2.649373] gdsc_oxili_gx: supplied by 8841_s4_corner
[ 2.649860] gdsc_oxili_cx:
[ 2.650346] gdsc_usb_hsic:
[ 2.651277] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
[ 2.658892] msm_ocmem fdd00000.qcom,ocmem: OCMEM Virtual addr c5e00000
[ 2.659543] Physical OCMEM zone layout:
[ 2.659632] zone graphics : 0xfec00000 - 0xfecfffff (1024 KB)
[ 2.659778] zone lp_audio : 0xfed00000 - 0xfed7ffff ( 512 KB)
[ 2.659864] zone video : 0xfed00000 - 0xfed7ffff ( 512 KB)
[ 2.687488] bio: create slab <bio-0> at 0
[ 2.688651] platform spi_eth_phy_vreg.80: Driver reg-fixed-voltage requests probe deferral
[ 2.689793] cma: Assigned CMA region at 0 to 8.qcom,ion-heap device
[ 2.690045] ION-heap mm: Cannot specify alignment for this type of heap
[ 2.690221] cma: Assigned CMA region at 0 to 16.qcom,ion-heap device
[ 2.690470] ION-heap adsp: Cannot specify alignment for this type of heap
[ 2.690657] cma: Assigned CMA region at 0 to 1b.qcom,ion-heap device
[ 2.690995] cma: Assigned CMA region at 0 to 1c.qcom,ion-heap device
[ 2.691274] cma: Assigned CMA region at 5a00000 to 17.qcom,ion-heap device
[ 2.691614] cma: Assigned CMA region at 8000000 to 1a.qcom,ion-heap device
[ 2.692036] ION heap system created
[ 2.692279] ION heap kmalloc created
[ 2.692394] ION heap mm created at 0xb0400000 with size fc00000
[ 2.692560] ION heap adsp created at 0xac400000 with size 3f00000
[ 2.692663] ION heap qsecom created at 0xab000000 with size 1100000
[ 2.692827] ION heap audio created at 0xaa000000 with size c04000
[ 2.692931] ION heap pil_1 created at 0x05a00000 with size 2100000
[ 2.693096] ION heap pil_2 created at 0x08000000 with size 5200000
[ 2.695939] SCSI subsystem initialized
[ 2.696227] usbcore: registered new interface driver usbfs
[ 2.696382] usbcore: registered new interface driver hub
[ 2.696675] usbcore: registered new device driver usb
[ 2.697330] Linux media interface: v0.10
[ 2.697521] Linux video capture interface: v2.00
[ 2.701294] msm_iommu_v1 fda64000.qcom,iommu: device jpeg_iommu mapped at c5d00000, with 3 ctx banks
[ 2.703586] msm_iommu_v1 fd928000.qcom,iommu: device mdp_iommu mapped at c5d20000, with 3 ctx banks
[ 2.703946] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.706959] msm_iommu_v1 fdc84000.qcom,iommu: device venus_iommu mapped at c5d40000, with 5 ctx banks
[ 2.709109] msm_iommu_v1 fdb10000.qcom,iommu: device kgsl_iommu mapped at c5d60000, with 3 ctx banks
[ 2.711196] msm_iommu_v1 fda44000.qcom,iommu: device vfe_iommu mapped at c5d80000, with 3 ctx banks
[ 2.713385] msm_iommu_ctx_v1 fda6c000.qcom,iommu-ctx: context jpeg_enc0 using bank 0
[ 2.713636] msm_iommu_ctx_v1 fda6d000.qcom,iommu-ctx: context jpeg_enc1 using bank 1
[ 2.713993] msm_iommu_ctx_v1 fda6e000.qcom,iommu-ctx: context jpeg_dec using bank 2
[ 2.714322] msm_iommu_ctx_v1 fd930000.qcom,iommu-ctx: context mdp_0 using bank 0
[ 2.714587] msm_iommu_ctx_v1 fd931000.qcom,iommu-ctx: context mdp_1 using bank 1
[ 2.714897] msm_iommu_ctx_v1 fd932000.qcom,iommu-ctx: context mdp_2 using bank 2
[ 2.715233] msm_iommu_ctx_v1 fdc8c000.qcom,iommu-ctx: context venus_ns using bank 0
[ 2.715500] msm_iommu_ctx_v1 fdc8d000.qcom,iommu-ctx: context venus_sec_bitstream using bank 1
[ 2.715809] msm_iommu_ctx_v1 fdc8e000.qcom,iommu-ctx: context venus_fw using bank 2
[ 2.716116] msm_iommu_ctx_v1 fdc8f000.qcom,iommu-ctx: context venus_sec_pixel using bank 3
[ 2.716425] msm_iommu_ctx_v1 fdc90000.qcom,iommu-ctx: context venus_sec_non_pixel using bank 4
[ 2.716736] msm_iommu_ctx_v1 fdb18000.qcom,iommu-ctx: context gfx3d_user using bank 0
[ 2.717040] msm_iommu_ctx_v1 fdb19000.qcom,iommu-ctx: context gfx3d_priv using bank 1
[ 2.717355] msm_iommu_ctx_v1 fdb1a000.qcom,iommu-ctx: context gfx3d_spare using bank 2
[ 2.717625] msm_iommu_ctx_v1 fda4c000.qcom,iommu-ctx: context vfe0 using bank 0
[ 2.717934] msm_iommu_ctx_v1 fda4d000.qcom,iommu-ctx: context vfe1 using bank 1
[ 2.718239] msm_iommu_ctx_v1 fda4e000.qcom,iommu-ctx: context cpp using bank 2
[ 2.720860] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 2.721590] Bluetooth: Core ver 2.16
[ 2.721724] NET: Registered protocol family 31
[ 2.721869] Bluetooth: HCI device and connection manager initialized
[ 2.721952] Bluetooth: HCI socket layer initialized
[ 2.722097] Bluetooth: L2CAP socket layer initialized
[ 2.722461] Bluetooth: SCO socket layer initialized
[ 2.722894] cfg80211: Calling CRDA to update world regulatory domain
[ 2.723070] cfg80211: World regulatory domain updated:
[ 2.723152] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 2.723297] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2.723441] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2.723586] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 2.723667] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.723810] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.724001] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.724085] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.724228] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 2.724622] nfc: nfc_init: NFC Core ver 0.1
[ 2.724759] NET: Registered protocol family 39
[ 2.725623] Switching to clocksource arch_sys_counter
[ 2.764172] NET: Registered protocol family 2
[ 2.764508] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 2.765305] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 2.766968] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 2.767746] TCP: Hash tables configured (established 131072 bind 65536)
[ 2.767889] TCP: reno registered
[ 2.767978] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 2.768168] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 2.768631] NET: Registered protocol family 1
[ 2.769122] Trying to unpack rootfs image as initramfs...
[ 2.803884] Freeing initrd memory: 512K
[ 2.808009] Detected 9 counters on the L2CC PMU.
[ 2.810715] gpiochip_add: registered GPIOs 992 to 1023 on device: smp2p
[ 2.811488] gpiochip_add: registered GPIOs 960 to 991 on device: smp2p
[ 2.811787] gpiochip_add: registered GPIOs 928 to 959 on device: smp2p
[ 2.812568] gpiochip_add: registered GPIOs 896 to 927 on device: smp2p
[ 2.812870] gpiochip_add: registered GPIOs 864 to 895 on device: slave-kernel
[ 2.813735] gpiochip_add: registered GPIOs 832 to 863 on device: master-kernel
[ 2.814011] gpiochip_add: registered GPIOs 800 to 831 on device: smp2p
[ 2.814900] gpiochip_add: registered GPIOs 768 to 799 on device: smp2p
[ 2.815141] gpiochip_add: registered GPIOs 736 to 767 on device: slave-kernel
[ 2.816130] gpiochip_add: registered GPIOs 704 to 735 on device: master-kernel
[ 2.816457] gpiochip_add: registered GPIOs 672 to 703 on device: smp2p
[ 2.817311] gpiochip_add: registered GPIOs 640 to 671 on device: smp2p
[ 2.817603] gpiochip_add: registered GPIOs 608 to 639 on device: slave-kernel
[ 2.818535] gpiochip_add: registered GPIOs 576 to 607 on device: master-kernel
[ 2.818830] gpiochip_add: registered GPIOs 544 to 575 on device: rdbg
[ 2.819784] gpiochip_add: registered GPIOs 512 to 543 on device: rdbg
[ 2.820019] gpiochip_add: registered GPIOs 480 to 511 on device: rdbg
[ 2.820989] gpiochip_add: registered GPIOs 448 to 479 on device: rdbg
[ 2.823179] pil-q6v5-lpass fe200000.qcom,lpass: using secure boot
[ 2.828787] pil_pronto fb21b000.qcom,pronto: using secure boot
[ 2.831275] pil_venus fdce0000.qcom,venus: using secure boot
[ 2.844701] NET: Registered protocol family 27
[ 2.852415] clock-krait-8974 f9016000.qcom,clock-krait: PVS config version: 1
[ 2.852587] clock-krait-8974 f9016000.qcom,clock-krait: Speed bin: 3
[ 2.852737] clock-krait-8974 f9016000.qcom,clock-krait: PVS bin: 4
[ 2.852819] clock-krait-8974 f9016000.qcom,clock-krait: PVS version: 1
[ 2.857035] L2 @ 300000 KHz
[ 2.857251] CPU0 @ 960000 KHz
[ 2.857334] CPU1 @ unknown rate. Forcing new rate.
[ 2.857649] CPU1 @ 300000 KHz
[ 2.857845] CPU2 @ unknown rate. Forcing new rate.
[ 2.858089] CPU2 @ 300000 KHz
[ 2.858442] CPU3 @ unknown rate. Forcing new rate.
[ 2.858680] CPU3 @ 300000 KHz
[ 2.872454] msm_rpm_log_probe: OK
[ 2.894704] mpm_counter: [ 2.894683]:(332429)
[ 2.900028] audit: initializing netlink socket (disabled)
[ 2.900085] type=2000 audit(2.880:1): initialized
[ 2.900608] highmem bounce pool size: 64 pages
[ 2.902941] fuse init (API version 7.18)
[ 2.903086] msgmni has been set to 1120
[ 2.904576] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.904643] io scheduler noop registered (default)
[ 2.904679] io scheduler deadline registered
[ 2.904720] io scheduler row registered
[ 2.904826] io scheduler cfq registered
[ 2.904863] io scheduler test-iosched registered
[ 2.905027] gpiochip_add: registered GPIOs 444 to 447 on device: pm8841-mpp
[ 2.905981] gpiochip_add: registered GPIOs 408 to 443 on device: pm8941-gpio
[ 2.908404] gpiochip_add: registered GPIOs 401 to 407 on device: pm8941-mpp
[ 2.909093] lm3630_probe:yanghai.
[ 2.910887] lm3630_chip_init: bl_initvalue=80
[ 2.910923] lm3630_chip_init: bl_initvalue=80,222
[ 2.911370] lm3630_probe:yanghai client irq =0
[ 2.911433] lm3630_probe:yanghai----
[ 2.911468] lm3630_bl 2-0036: LM3630 backlight register OK.
[ 2.911547] i2c-core: driver [lm3630_bl] using legacy suspend method
[ 2.911583] i2c-core: driver [lm3630_bl] using legacy resume method
[ 2.911748] mdss_mdp_probe: MDP HW Base phy_Address=0xfd900000 virt=0xc5dc0000
[ 2.911797] mdss_mdp_probe: MDSS VBIF HW Base phy_Address=0xfd924000 virt=0xc5d76000
[ 2.911947] mdss_mdp_parse_dt_prop_len: Error from prop qcom,mdss-clk-levels : spec error in device tree
[ 2.913269] mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->0
[ 2.913331] mdss_dsi_panel_init: Panel Name = jdi 1080p cmd mode dsi panel
[ 2.913539] mdss_dsi_parse_panel_features:1139 Partial update disabled
[ 2.913605] mdss_dsi_parse_panel_features: ulps feature disabled
[ 2.913640] mdss_dsi_panel_init: Continuous splash enabled
[ 2.913945] dsi_panel_device_register:1550, lcd 5v en gpio not specified
[ 2.914046] mdss_dsi_retrieve_ctrl_resources: ctrl_base=c5d78800 ctrl_size=1f8 phy_base=c5d7ab00 phy_size=2b0
[ 2.966240] mdss_register_panel: adding framebuffer device fd922800.qcom,mdss_dsi
[ 2.966454] mdss_hw_init: MDP Rev=10020001
[ 2.967605] mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->1
[ 2.967671] controller config is not present
[ 2.967708] mdss_dsi_pref_prim_panel:can't find panel phandle
[ 2.967773] mdss_dsi_ctrl_probe: can't find panel node 0:qcom,mdss_dsi_jdi_1080p_cmd
[ 2.967813] mdss_dsi_ctrl: probe of fd922e00.qcom,mdss_dsi failed with error 29
[ 2.968831] mdss_register_panel: adding framebuffer device qcom,mdss_wb_panel.5
[ 2.969410] mdss_fb_parse_dt: split framebuffer left=0 right=0
[ 2.969498] mdss_fb_register: FrameBuffer[0] 1080x1920 registered successfully!
[ 2.969675] mdss_fb_parse_dt: split framebuffer left=0 right=0
[ 2.969753] mdss_fb_register: FrameBuffer[1] 1920x1080 registered successfully!
[ 2.982104] sps: BAM device 0xf9944000 is not registered yet.
[ 2.982145] sps:BAM 0xf9944000 is registered.
[ 2.983956] f995d000.uart: ttyHS0 at MMIO 0xf995d000 (irq = 145) is a MSM HS UART
[ 2.984025] msm_hs_set_mctrl_locked:Failed.Clocks are OFF
[ 2.987904] diagchar initialized nowkgsl bus ib [0] = 2456000000
[ 2.989010] kgsl bus ib [1] = 3680000000
[ 2.989073] kgsl bus ib [2] = 4912000000
[ 2.989108] kgsl bus ib [3] = 7464000000
[ 2.989143] kgsl bus index is 3 for pwrlevel 0
[ 2.989205] kgsl bus index is 2 for pwrlevel 1
[ 2.989240] kgsl bus index is 2 for pwrlevel 2
[ 2.989303] kgsl bus index is 1 for pwrlevel 3
[ 2.989338] kgsl bus index is 0 for pwrlevel 4
[ 2.989819] kgsl kgsl-3d0: |kgsl_iommu_init| MMU type set for device is IOMMU
[ 2.990247] kgsl: num bus is 4
[ 2.993153] brd: module loaded
[ 2.994349] loop: module loaded
[ 2.999232] QSEECOM: qseecom_probe: support_bus_scaling=0x1
[ 2.999271] QSEECOM: qseecom_probe: disk-encrypt-pipe-pair=0x2
[ 2.999369] QSEECOM: qseecom_probe: file-encrypt-pipe-pair=0x0
[ 2.999437] QSEECOM: qseecom_probe: hlos-ce-hw-instance=0x1
[ 2.999533] QSEECOM: qseecom_probe: qsee-ce-hw-instance=0x0
[ 2.999626] QSEECOM: qseecom_probe: secure app region addr=0x7b00000 size=0x500000
[ 3.000170] yanghai shineld driver init
[ 3.000255] yuyi,sn3193 power end
[ 3.000320] SN3193_power:yuyi for SN3193_SDB gpio---
[ 3.105827] SN3193_probe:sn3193 probe
[ 3.106125] shineled-------------i2c send data 0x4 0x0
[ 3.106317] shineled-------------i2c send data 0x5 0x0
[ 3.106480] shineled-------------i2c send data 0x6 0x0
[ 3.106670] shineled-------------i2c send data 0x7 0x0
[ 3.106831] shineled-------------i2c send data 0x1d 0x0
[ 3.107019] shineled-------------i2c send data 0x0 0x1
[ 3.107117] i2c-core: driver [tabla-i2c-core] using legacy suspend method
[ 3.107182] i2c-core: driver [tabla-i2c-core] using legacy resume method
[ 3.107265] i2c-core: driver [wcd9xxx-i2c-core] using legacy suspend method
[ 3.107329] i2c-core: driver [wcd9xxx-i2c-core] using legacy resume method
[ 3.107406] Loading pn544 driver
[ 3.107468] yuyi,clk_prepare_enable,return ret = 0
[ 3.107540] pn544_probe : requesting IRQ 345
[ 3.125975] SCSI Media Changer driver v0.25
[ 3.126422] sps:BAM 0xf9944000 (va:0xc5da0000) enabled: ver:0x13, number of pipes:24
[ 3.126668] spi_qsd f9966000.spi: master is unqueued, this is deprecated
[ 3.130002] spi_qsd f9965000.spi: using default bus_num -1
[ 3.130210] spi_qsd f9965000.spi: master is unqueued, this is deprecated
[ 3.133833] tun: Universal TUN/TAP device driver, 1.6
[ 3.133897] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 3.133978] rmnet_init: BAM devices[9]
[ 3.136568] PPP generic driver version 2.4.2
[ 3.136648] PPP BSD Compression module registered
[ 3.136684] PPP Deflate Compression module registered
[ 3.136911] PPP MPPE Compression module registered
[ 3.136948] NET: Registered protocol family 24
[ 3.137026] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 3.137091] CSLIP: code copyright 1989 Regents of the University of California.
[ 3.137310] wcnss_wlan probed in built-in mode
[ 3.137860] usbcore: registered new interface driver asix
[ 3.137911] usbcore: registered new interface driver cdc_ether
[ 3.137987] usbcore: registered new interface driver net1080
[ 3.138036] usbcore: registered new interface driver cdc_subset
[ 3.138112] usbcore: registered new interface driver zaurus
[ 3.138227] usbcore: registered new interface driver cdc_ncm
[ 3.389104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.389914] usbcore: registered new interface driver cdc_acm
[ 3.389979] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.390015] Initializing USB Mass Storage driver...
[ 3.390092] usbcore: registered new interface driver usb-storage
[ 3.390128] USB Mass Storage support registered.
[ 3.390201] usbcore: registered new interface driver ums-alauda
[ 3.390246] usbcore: registered new interface driver ums-cypress
[ 3.390319] usbcore: registered new interface driver ums-datafab
[ 3.390367] usbcore: registered new interface driver ums_eneub6250
[ 3.390440] usbcore: registered new interface driver ums-freecom
[ 3.390486] usbcore: registered new interface driver ums-isd200
[ 3.390559] usbcore: registered new interface driver ums-jumpshot
[ 3.390632] usbcore: registered new interface driver ums-karma
[ 3.390679] usbcore: registered new interface driver ums-onetouch
[ 3.390752] usbcore: registered new interface driver ums-sddr09
[ 3.390798] usbcore: registered new interface driver ums-sddr55
[ 3.390872] usbcore: registered new interface driver ums-usbat
[ 3.390921] usbcore: registered new interface driver usb_ehset_test
[ 3.391351] mbim_init: initialize 1 instances
[ 3.391421] mbim_init: Initialized 1 ports
[ 3.392117] rndis_qc_init: initialize rndis QC instance
[ 3.392344] gadget: Mass Storage Function, version: 2009/09/11
[ 3.392381] gadget: Number of LUNs=1
[ 3.392446] lun0: LUN: removable file: (no medium)
[ 3.392589] gadget: android_usb ready
[ 3.393662] mousedev: PS/2 mouse device common for all mice
[ 3.393872] usbcore: registered new interface driver xpad
[ 3.393976] 8941_l22: Failed to create debugfs directory
[ 3.394055] 8941_s3: Failed to create debugfs directory
[ 3.895830] [syna] vendor id: 2
[ 4.174799] [syna]maxx=1080,maxy=2040,vkh=114
[ 4.174915] input: synaptics-rmi-ts as /devices/f9924000.i2c/i2c-2/2-0020/input/input0
[ 4.175018] [syna]maxx=1080,maxy=2040,vkh=114
[ 4.914293] [syna]maxx=1080,maxy=2040,vkh=114
[ 4.946324] using rtc device, qpnp_rtc, for alarms
[ 4.946367] qcom,qpnp-rtc qpnp-rtc-ee112a00: rtc core: registered qpnp_rtc as rtc0
[ 4.946565] i2c /dev entries driver
[ 4.947348] ocmem: Notifier registered for 1
[ 4.948521] msm_cci_probe: pdev ee0e1e00 device id = -1
[ 5.577043] msm_eeprom_platform_probe line 901
[ 5.663699] msm_sensor_power_up:985
[ 5.682492] msm_sensor_power_up exit
[ 5.682678] msm_sensor_power_down:1169
[ 5.694246] [syna]maxx=1080,maxy=2040,vkh=114
[ 5.699456] msm_sensor_power_down exit
[ 5.699933] msm_sensor_power_up:985
-greenboy- said:
here is the latest reboot
Code:
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.0-cyanogenmod-g0ad30e5 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Aug 19 12:06:24 PDT 2014
[ 0.000000] CPU: ARMv7 Processor [512f06f1] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Qualcomm MSM 8974 (Flattened Device Tree), model: Qualcomm MSM 8974Pro-AC One+ A0001
[ 0.000000] Initialized persistent memory from 60000000-600fffff
[ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-5000000
[ 0.000000] cma: Found secure_region, memory base 0x00000000, size 252 MiB, limit 0xffffffff
[ 0.000000] cma: Found adsp_region, memory base 0x00000000, size 63 MiB, limit 0xffffffff
[ 0.000000] cma: Found qsecom_region, memory base 0x00000000, size 17 MiB, limit 0xffffffff
[ 0.000000] cma: Found audio_region, memory base 0x00000000, size 12 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0fa00000, size 5 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x05a00000, size 33 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x07b00000, size 5 MiB, limit 0xffffffff
[ 0.000000] cma: Found [email protected], memory base 0x08000000, size 82 MiB, limit 0xffffffff
[ 0.000000] cma: CMA: reserved 252 MiB at 0xb0400000 for secure_mem
[ 0.000000] cma: CMA: reserved 64 MiB at 0xac400000 for adsp_mem
[ 0.000000] cma: CMA: reserved 20 MiB at 0xab000000 for qseecom_mem
[ 0.000000] cma: CMA: reserved 16 MiB at 0xaa000000 for audio_mem
[ 0.000000] cma: CMA: reserved 5 MiB at 0x0fa00000 for (null)
[ 0.000000] cma: CMA: reserved 33 MiB at 0x05a00000 for peripheral_mem
[ 0.000000] cma: CMA: reserved 5 MiB at 0x07b00000 for tz_apps
[ 0.000000] cma: CMA: reserved 82 MiB at 0x08000000 for modem_mem
[ 0.000000] cma: CMA: reserved 16 MiB at 0x2e800000 for default region
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] IMEM DT static mapping successful
[ 0.000000] PERCPU: Embedded 7 pages/cpu @cea59000 s16128 r0 d12544 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 748288
[ 0.000000] Kernel command line: console=ttyHSL0,115200,n8 androidboot.hardware=bacon user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 androidboot.emmc=true androidboot.serialno=b2415ff8 androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_jdi_1080p_cmd oppo.pcb_version=12 LCD_id<4 oppo.rf_version=66 maxcpus=2 androidboot.startupmode=charger androidboot.mode=kernel lk_version=V1.0
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 90MB 40MB 2817MB = 2947MB total
[ 0.000000] Memory: 2563028k/2563028k available, 582700k reserved, 2006016K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0e9a000 (14920 kB)
[ 0.000000] .init : 0xc0f00000 - 0xc1015f00 (1112 kB)
[ 0.000000] .data : 0xc1016000 - 0xc10e9fa0 ( 848 kB)
[ 0.000000] .bss : 0xc10e9fc4 - 0xc1403a74 (3175 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] sched_clock: 32 bits at 19MHz, resolution 52ns, wraps every 223696ms
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000108] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000129] pid_max: default: 32768 minimum: 301
[ 0.000295] Security Framework initialized
[ 0.000313] SELinux: Initializing.
[ 0.000417] Mount-cache hash table entries: 512
[ 0.001294] Initializing cgroup subsys debug
[ 0.001309] Initializing cgroup subsys cpuacct
[ 0.001320] Initializing cgroup subsys freezer
[ 0.001372] CPU: Testing write buffer coherency: ok
[ 0.001626] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001703] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
[ 0.005623] Setting up static identity map for 0xaefac0 - 0xaefb48
[ 0.005646] MSM Memory Dump table set up
[ 0.007704] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007895] Brought up 2 CPUs
[ 0.007909] SMP: Total of 2 processors activated (76.80 BogoMIPS).
[ 0.024098] dummy:
[ 0.041131] NET: Registered protocol family 16
[ 0.043992] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.046024] KPI: Bootloader start count = 3366664704
[ 0.046035] KPI: Bootloader end count = 3938378880
[ 0.046044] KPI: Bootloader display count = 176190644
[ 0.046053] KPI: Bootloader load kernel count = 506387928
[ 0.046063] KPI: Kernel MPM timestamp = 239095
[ 0.046072] KPI: Kernel MPM Clock frequency = 32768
[ 0.046090] socinfo_print: v8, id=194, ver=1.1, raw_id=1972, raw_ver=1, hw_plat=8, hw_plat_ver=65536
[ 0.046095] accessory_chip=0, hw_plat_subtype=0, pmic_model=65537, pmic_die_revision=196609
[ 0.046436] msm_8974_init_gpiomux:1453 socinfo_get_version 10001
[ 0.066586] gpiochip_add: registered GPIOs 0 to 145 on device: msmgpio
[ 0.092536] msm_watchdog f9017000.qcom,wdt: MSM Watchdog Initialized
[ 0.120553] 8841_s1: 675 <--> 1050 mV at 0 mV normal idle
[ 0.121100] 8841_s1_ao: 675 <--> 1050 mV at 0 mV normal idle
[ 0.121630] 8841_s1_so: 675 <--> 1050 mV at 675 mV normal idle
[ 0.122258] 8841_s2: 500 <--> 1050 mV at 0 mV normal idle
[ 0.122783] 8841_s2_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.123323] 8841_s2_corner_ao: 0 <--> 0 mV at 0 mV normal idle
[ 0.123845] 8841_s2_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.124432] 8841_s3: 1050 mV normal idle
[ 0.124989] 8841_s4: 815 <--> 900 mV at 0 mV normal idle
[ 0.125548] 8841_s4_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.126078] 8841_s4_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.126632] 8941_s1: 1300 mV normal idle
[ 0.127192] 8941_s2: 2150 mV normal idle
[ 0.127753] 8941_s3: 1800 mV normal idle
[ 0.128327] 8941_l1: 1225 mV normal idle
[ 0.128880] 8941_l2: 1200 mV normal idle
[ 0.129454] 8941_l3: 1000 <--> 1225 mV at 1000 mV normal idle
[ 0.130014] 8941_l4: 1225 mV normal idle
[ 0.130580] 8941_l5: 1800 mV normal idle
[ 0.131144] 8941_l6: 1800 mV normal idle
[ 0.131706] 8941_l7: 1800 mV normal idle
[ 0.132308] 8941_l8: 1800 mV normal idle
[ 0.132881] 8941_l9: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.133470] 8941_l10: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.134035] 8941_l11: 1225 <--> 1350 mV at 1300 mV normal idle
[ 0.134604] 8941_l12: 1800 mV normal idle
[ 0.135120] 8941_l12_ao: 1800 mV normal idle
[ 0.135704] 8941_l13: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.136252] 8941_l14: 1800 mV normal idle
[ 0.136842] 8941_l15: 2050 mV normal idle
[ 0.137414] 8941_l16: 2700 mV normal idle
[ 0.137982] 8941_l17: 2700 <--> 2850 mV at 2700 mV normal idle
[ 0.138550] 8941_l18: 2850 mV normal idle
[ 0.139128] 8941_l19: 2900 <--> 3350 mV at 2900 mV normal idle
[ 0.139695] 8941_l20: 2950 mV normal idle
[ 0.140280] 8941_l21: 2950 mV normal idle
[ 0.140860] 8941_l22: 3000 mV normal idle
[ 0.141432] 8941_l23: 2800 <--> 3000 mV at 2800 mV normal idle
[ 0.142075] 8941_l24: 3075 mV normal idle
[ 0.142628] 8941_lvs1:
[ 0.143148] 8941_lvs2:
[ 0.143642] 8941_lvs3:
[ 0.146747] PDN krait_pdn_phase_scaling_init: eFuse phase scaling factor = 1/4
[ 0.146761] PDN krait_pdn_phase_scaling_init: initial phase scaling factor = 1/4
[ 0.147148] krait0: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.147773] krait1: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.148380] krait2: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.148989] krait3: 500 <--> 1120 mV at 900 mV fast normal idle
[ 0.192375] msm-thermal qcom,msm-thermal.70: probe_psm:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-sw-mode-temp. err=-22. KTM continues
[ 0.193270] msm_thermal:vdd_restriction_reg_init Defer vdd rstr freq init.
[ 0.193293] msm-thermal qcom,msm-thermal.70: probe_ocr:Failed reading node=/soc/qcom,msm-thermal, key=qti,pmic-opt-curr-temp. KTM continues
[ 0.193488] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 0.194105] persistent_ram: found existing buffer, size 932036, start 515058
[ 0.442642] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 0.693052] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 0.943465] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.193872] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.444258] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.694645] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 1.945033] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.195421] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.445809] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.633716] console [ram-1] enabled
[ 2.633911] 8941_l18: Failed to create debugfs directory
[ 2.634309] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 2.634456] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 2.635579] msm-jtag-fuse fc4be024.jtagfuse: JTag Fuse initialized
[ 2.638013] 8941_boost: 4500 mV
[ 2.638673] 8941_mvs1:
[ 2.638848] qcom,qpnp-regulator qpnp-regulator-ee113400: Failed to find supply parent
[ 2.639156] spmi qpnp-regulator-ee113400: Driver qcom,qpnp-regulator requests probe deferral
[ 2.639646] 8941_mvs2:
[ 2.639785] 8941_mvs2: supplied by 8941_boost
[ 2.644426] sps:BAM 0xf9984000 (va:0xc5ae0000) enabled: ver:0x6, number of pipes:20
[ 2.644515] sps:BAM 0xf9984000 is registered.
[ 2.644662] sps:sps is ready.
[ 2.647202] gdsc_venus:
[ 2.647729] gdsc_mdss:
[ 2.648199] gdsc_jpeg:
[ 2.648690] gdsc_vfe:
[ 2.649199] gdsc_oxili_gx:
[ 2.649373] gdsc_oxili_gx: supplied by 8841_s4_corner
[ 2.649860] gdsc_oxili_cx:
[ 2.650346] gdsc_usb_hsic:
[ 2.651277] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
[ 2.658892] msm_ocmem fdd00000.qcom,ocmem: OCMEM Virtual addr c5e00000
[ 2.659543] Physical OCMEM zone layout:
[ 2.659632] zone graphics : 0xfec00000 - 0xfecfffff (1024 KB)
[ 2.659778] zone lp_audio : 0xfed00000 - 0xfed7ffff ( 512 KB)
[ 2.659864] zone video : 0xfed00000 - 0xfed7ffff ( 512 KB)
[ 2.687488] bio: create slab <bio-0> at 0
[ 2.688651] platform spi_eth_phy_vreg.80: Driver reg-fixed-voltage requests probe deferral
[ 2.689793] cma: Assigned CMA region at 0 to 8.qcom,ion-heap device
[ 2.690045] ION-heap mm: Cannot specify alignment for this type of heap
[ 2.690221] cma: Assigned CMA region at 0 to 16.qcom,ion-heap device
[ 2.690470] ION-heap adsp: Cannot specify alignment for this type of heap
[ 2.690657] cma: Assigned CMA region at 0 to 1b.qcom,ion-heap device
[ 2.690995] cma: Assigned CMA region at 0 to 1c.qcom,ion-heap device
[ 2.691274] cma: Assigned CMA region at 5a00000 to 17.qcom,ion-heap device
[ 2.691614] cma: Assigned CMA region at 8000000 to 1a.qcom,ion-heap device
[ 2.692036] ION heap system created
[ 2.692279] ION heap kmalloc created
[ 2.692394] ION heap mm created at 0xb0400000 with size fc00000
[ 2.692560] ION heap adsp created at 0xac400000 with size 3f00000
[ 2.692663] ION heap qsecom created at 0xab000000 with size 1100000
[ 2.692827] ION heap audio created at 0xaa000000 with size c04000
[ 2.692931] ION heap pil_1 created at 0x05a00000 with size 2100000
[ 2.693096] ION heap pil_2 created at 0x08000000 with size 5200000
[ 2.695939] SCSI subsystem initialized
[ 2.696227] usbcore: registered new interface driver usbfs
[ 2.696382] usbcore: registered new interface driver hub
[ 2.696675] usbcore: registered new device driver usb
[ 2.697330] Linux media interface: v0.10
[ 2.697521] Linux video capture interface: v2.00
[ 2.701294] msm_iommu_v1 fda64000.qcom,iommu: device jpeg_iommu mapped at c5d00000, with 3 ctx banks
[ 2.703586] msm_iommu_v1 fd928000.qcom,iommu: device mdp_iommu mapped at c5d20000, with 3 ctx banks
[ 2.703946] msm_thermal:msm_thermal_get_freq_table error reading cpufreq table
[ 2.706959] msm_iommu_v1 fdc84000.qcom,iommu: device venus_iommu mapped at c5d40000, with 5 ctx banks
[ 2.709109] msm_iommu_v1 fdb10000.qcom,iommu: device kgsl_iommu mapped at c5d60000, with 3 ctx banks
[ 2.711196] msm_iommu_v1 fda44000.qcom,iommu: device vfe_iommu mapped at c5d80000, with 3 ctx banks
[ 2.713385] msm_iommu_ctx_v1 fda6c000.qcom,iommu-ctx: context jpeg_enc0 using bank 0
[ 2.713636] msm_iommu_ctx_v1 fda6d000.qcom,iommu-ctx: context jpeg_enc1 using bank 1
[ 2.713993] msm_iommu_ctx_v1 fda6e000.qcom,iommu-ctx: context jpeg_dec using bank 2
[ 2.714322] msm_iommu_ctx_v1 fd930000.qcom,iommu-ctx: context mdp_0 using bank 0
[ 2.714587] msm_iommu_ctx_v1 fd931000.qcom,iommu-ctx: context mdp_1 using bank 1
[ 2.714897] msm_iommu_ctx_v1 fd932000.qcom,iommu-ctx: context mdp_2 using bank 2
[ 2.715233] msm_iommu_ctx_v1 fdc8c000.qcom,iommu-ctx: context venus_ns using bank 0
[ 2.715500] msm_iommu_ctx_v1 fdc8d000.qcom,iommu-ctx: context venus_sec_bitstream using bank 1
[ 2.715809] msm_iommu_ctx_v1 fdc8e000.qcom,iommu-ctx: context venus_fw using bank 2
[ 2.716116] msm_iommu_ctx_v1 fdc8f000.qcom,iommu-ctx: context venus_sec_pixel using bank 3
[ 2.716425] msm_iommu_ctx_v1 fdc90000.qcom,iommu-ctx: context venus_sec_non_pixel using bank 4
[ 2.716736] msm_iommu_ctx_v1 fdb18000.qcom,iommu-ctx: context gfx3d_user using bank 0
[ 2.717040] msm_iommu_ctx_v1 fdb19000.qcom,iommu-ctx: context gfx3d_priv using bank 1
[ 2.717355] msm_iommu_ctx_v1 fdb1a000.qcom,iommu-ctx: context gfx3d_spare using bank 2
[ 2.717625] msm_iommu_ctx_v1 fda4c000.qcom,iommu-ctx: context vfe0 using bank 0
[ 2.717934] msm_iommu_ctx_v1 fda4d000.qcom,iommu-ctx: context vfe1 using bank 1
[ 2.718239] msm_iommu_ctx_v1 fda4e000.qcom,iommu-ctx: context cpp using bank 2
[ 2.720860] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 2.721590] Bluetooth: Core ver 2.16
[ 2.721724] NET: Registered protocol family 31
[ 2.721869] Bluetooth: HCI device and connection manager initialized
[ 2.721952] Bluetooth: HCI socket layer initialized
[ 2.722097] Bluetooth: L2CAP socket layer initialized
[ 2.722461] Bluetooth: SCO socket layer initialized
[ 2.722894] cfg80211: Calling CRDA to update world regulatory domain
[ 2.723070] cfg80211: World regulatory domain updated:
[ 2.723152] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 2.723297] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2.723441] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2.723586] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 2.723667] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.723810] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.724001] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.724085] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[ 2.724228] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 2.724622] nfc: nfc_init: NFC Core ver 0.1
[ 2.724759] NET: Registered protocol family 39
[ 2.725623] Switching to clocksource arch_sys_counter
[ 2.764172] NET: Registered protocol family 2
[ 2.764508] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 2.765305] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 2.766968] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 2.767746] TCP: Hash tables configured (established 131072 bind 65536)
[ 2.767889] TCP: reno registered
[ 2.767978] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 2.768168] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 2.768631] NET: Registered protocol family 1
[ 2.769122] Trying to unpack rootfs image as initramfs...
[ 2.803884] Freeing initrd memory: 512K
[ 2.808009] Detected 9 counters on the L2CC PMU.
[ 2.810715] gpiochip_add: registered GPIOs 992 to 1023 on device: smp2p
[ 2.811488] gpiochip_add: registered GPIOs 960 to 991 on device: smp2p
[ 2.811787] gpiochip_add: registered GPIOs 928 to 959 on device: smp2p
[ 2.812568] gpiochip_add: registered GPIOs 896 to 927 on device: smp2p
[ 2.812870] gpiochip_add: registered GPIOs 864 to 895 on device: slave-kernel
[ 2.813735] gpiochip_add: registered GPIOs 832 to 863 on device: master-kernel
[ 2.814011] gpiochip_add: registered GPIOs 800 to 831 on device: smp2p
[ 2.814900] gpiochip_add: registered GPIOs 768 to 799 on device: smp2p
[ 2.815141] gpiochip_add: registered GPIOs 736 to 767 on device: slave-kernel
[ 2.816130] gpiochip_add: registered GPIOs 704 to 735 on device: master-kernel
[ 2.816457] gpiochip_add: registered GPIOs 672 to 703 on device: smp2p
[ 2.817311] gpiochip_add: registered GPIOs 640 to 671 on device: smp2p
[ 2.817603] gpiochip_add: registered GPIOs 608 to 639 on device: slave-kernel
[ 2.818535] gpiochip_add: registered GPIOs 576 to 607 on device: master-kernel
[ 2.818830] gpiochip_add: registered GPIOs 544 to 575 on device: rdbg
[ 2.819784] gpiochip_add: registered GPIOs 512 to 543 on device: rdbg
[ 2.820019] gpiochip_add: registered GPIOs 480 to 511 on device: rdbg
[ 2.820989] gpiochip_add: registered GPIOs 448 to 479 on device: rdbg
[ 2.823179] pil-q6v5-lpass fe200000.qcom,lpass: using secure boot
[ 2.828787] pil_pronto fb21b000.qcom,pronto: using secure boot
[ 2.831275] pil_venus fdce0000.qcom,venus: using secure boot
[ 2.844701] NET: Registered protocol family 27
[ 2.852415] clock-krait-8974 f9016000.qcom,clock-krait: PVS config version: 1
[ 2.852587] clock-krait-8974 f9016000.qcom,clock-krait: Speed bin: 3
[ 2.852737] clock-krait-8974 f9016000.qcom,clock-krait: PVS bin: 4
[ 2.852819] clock-krait-8974 f9016000.qcom,clock-krait: PVS version: 1
[ 2.857035] L2 @ 300000 KHz
[ 2.857251] CPU0 @ 960000 KHz
[ 2.857334] CPU1 @ unknown rate. Forcing new rate.
[ 2.857649] CPU1 @ 300000 KHz
[ 2.857845] CPU2 @ unknown rate. Forcing new rate.
[ 2.858089] CPU2 @ 300000 KHz
[ 2.858442] CPU3 @ unknown rate. Forcing new rate.
[ 2.858680] CPU3 @ 300000 KHz
[ 2.872454] msm_rpm_log_probe: OK
[ 2.894704] mpm_counter: [ 2.894683]:(332429)
[ 2.900028] audit: initializing netlink socket (disabled)
[ 2.900085] type=2000 audit(2.880:1): initialized
[ 2.900608] highmem bounce pool size: 64 pages
[ 2.902941] fuse init (API version 7.18)
[ 2.903086] msgmni has been set to 1120
[ 2.904576] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.904643] io scheduler noop registered (default)
[ 2.904679] io scheduler deadline registered
[ 2.904720] io scheduler row registered
[ 2.904826] io scheduler cfq registered
[ 2.904863] io scheduler test-iosched registered
[ 2.905027] gpiochip_add: registered GPIOs 444 to 447 on device: pm8841-mpp
[ 2.905981] gpiochip_add: registered GPIOs 408 to 443 on device: pm8941-gpio
[ 2.908404] gpiochip_add: registered GPIOs 401 to 407 on device: pm8941-mpp
[ 2.909093] lm3630_probe:yanghai.
[ 2.910887] lm3630_chip_init: bl_initvalue=80
[ 2.910923] lm3630_chip_init: bl_initvalue=80,222
[ 2.911370] lm3630_probe:yanghai client irq =0
[ 2.911433] lm3630_probe:yanghai----
[ 2.911468] lm3630_bl 2-0036: LM3630 backlight register OK.
[ 2.911547] i2c-core: driver [lm3630_bl] using legacy suspend method
[ 2.911583] i2c-core: driver [lm3630_bl] using legacy resume method
[ 2.911748] mdss_mdp_probe: MDP HW Base phy_Address=0xfd900000 virt=0xc5dc0000
[ 2.911797] mdss_mdp_probe: MDSS VBIF HW Base phy_Address=0xfd924000 virt=0xc5d76000
[ 2.911947] mdss_mdp_parse_dt_prop_len: Error from prop qcom,mdss-clk-levels : spec error in device tree
[ 2.913269] mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->0
[ 2.913331] mdss_dsi_panel_init: Panel Name = jdi 1080p cmd mode dsi panel
[ 2.913539] mdss_dsi_parse_panel_features:1139 Partial update disabled
[ 2.913605] mdss_dsi_parse_panel_features: ulps feature disabled
[ 2.913640] mdss_dsi_panel_init: Continuous splash enabled
[ 2.913945] dsi_panel_device_register:1550, lcd 5v en gpio not specified
[ 2.914046] mdss_dsi_retrieve_ctrl_resources: ctrl_base=c5d78800 ctrl_size=1f8 phy_base=c5d7ab00 phy_size=2b0
[ 2.966240] mdss_register_panel: adding framebuffer device fd922800.qcom,mdss_dsi
[ 2.966454] mdss_hw_init: MDP Rev=10020001
[ 2.967605] mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->1
[ 2.967671] controller config is not present
[ 2.967708] mdss_dsi_pref_prim_panel:can't find panel phandle
[ 2.967773] mdss_dsi_ctrl_probe: can't find panel node 0:qcom,mdss_dsi_jdi_1080p_cmd
[ 2.967813] mdss_dsi_ctrl: probe of fd922e00.qcom,mdss_dsi failed with error 29
[ 2.968831] mdss_register_panel: adding framebuffer device qcom,mdss_wb_panel.5
[ 2.969410] mdss_fb_parse_dt: split framebuffer left=0 right=0
[ 2.969498] mdss_fb_register: FrameBuffer[0] 1080x1920 registered successfully!
[ 2.969675] mdss_fb_parse_dt: split framebuffer left=0 right=0
[ 2.969753] mdss_fb_register: FrameBuffer[1] 1920x1080 registered successfully!
[ 2.982104] sps: BAM device 0xf9944000 is not registered yet.
[ 2.982145] sps:BAM 0xf9944000 is registered.
[ 2.983956] f995d000.uart: ttyHS0 at MMIO 0xf995d000 (irq = 145) is a MSM HS UART
[ 2.984025] msm_hs_set_mctrl_locked:Failed.Clocks are OFF
[ 2.987904] diagchar initialized nowkgsl bus ib [0] = 2456000000
[ 2.989010] kgsl bus ib [1] = 3680000000
[ 2.989073] kgsl bus ib [2] = 4912000000
[ 2.989108] kgsl bus ib [3] = 7464000000
[ 2.989143] kgsl bus index is 3 for pwrlevel 0
[ 2.989205] kgsl bus index is 2 for pwrlevel 1
[ 2.989240] kgsl bus index is 2 for pwrlevel 2
[ 2.989303] kgsl bus index is 1 for pwrlevel 3
[ 2.989338] kgsl bus index is 0 for pwrlevel 4
[ 2.989819] kgsl kgsl-3d0: |kgsl_iommu_init| MMU type set for device is IOMMU
[ 2.990247] kgsl: num bus is 4
[ 2.993153] brd: module loaded
[ 2.994349] loop: module loaded
[ 2.999232] QSEECOM: qseecom_probe: support_bus_scaling=0x1
[ 2.999271] QSEECOM: qseecom_probe: disk-encrypt-pipe-pair=0x2
[ 2.999369] QSEECOM: qseecom_probe: file-encrypt-pipe-pair=0x0
[ 2.999437] QSEECOM: qseecom_probe: hlos-ce-hw-instance=0x1
[ 2.999533] QSEECOM: qseecom_probe: qsee-ce-hw-instance=0x0
[ 2.999626] QSEECOM: qseecom_probe: secure app region addr=0x7b00000 size=0x500000
[ 3.000170] yanghai shineld driver init
[ 3.000255] yuyi,sn3193 power end
[ 3.000320] SN3193_power:yuyi for SN3193_SDB gpio---
[ 3.105827] SN3193_probe:sn3193 probe
[ 3.106125] shineled-------------i2c send data 0x4 0x0
[ 3.106317] shineled-------------i2c send data 0x5 0x0
[ 3.106480] shineled-------------i2c send data 0x6 0x0
[ 3.106670] shineled-------------i2c send data 0x7 0x0
[ 3.106831] shineled-------------i2c send data 0x1d 0x0
[ 3.107019] shineled-------------i2c send data 0x0 0x1
[ 3.107117] i2c-core: driver [tabla-i2c-core] using legacy suspend method
[ 3.107182] i2c-core: driver [tabla-i2c-core] using legacy resume method
[ 3.107265] i2c-core: driver [wcd9xxx-i2c-core] using legacy suspend method
[ 3.107329] i2c-core: driver [wcd9xxx-i2c-core] using legacy resume method
[ 3.107406] Loading pn544 driver
[ 3.107468] yuyi,clk_prepare_enable,return ret = 0
[ 3.107540] pn544_probe : requesting IRQ 345
[ 3.125975] SCSI Media Changer driver v0.25
[ 3.126422] sps:BAM 0xf9944000 (va:0xc5da0000) enabled: ver:0x13, number of pipes:24
[ 3.126668] spi_qsd f9966000.spi: master is unqueued, this is deprecated
[ 3.130002] spi_qsd f9965000.spi: using default bus_num -1
[ 3.130210] spi_qsd f9965000.spi: master is unqueued, this is deprecated
[ 3.133833] tun: Universal TUN/TAP device driver, 1.6
[ 3.133897] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 3.133978] rmnet_init: BAM devices[9]
[ 3.136568] PPP generic driver version 2.4.2
[ 3.136648] PPP BSD Compression module registered
[ 3.136684] PPP Deflate Compression module registered
[ 3.136911] PPP MPPE Compression module registered
[ 3.136948] NET: Registered protocol family 24
[ 3.137026] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 3.137091] CSLIP: code copyright 1989 Regents of the University of California.
[ 3.137310] wcnss_wlan probed in built-in mode
[ 3.137860] usbcore: registered new interface driver asix
[ 3.137911] usbcore: registered new interface driver cdc_ether
[ 3.137987] usbcore: registered new interface driver net1080
[ 3.138036] usbcore: registered new interface driver cdc_subset
[ 3.138112] usbcore: registered new interface driver zaurus
[ 3.138227] usbcore: registered new interface driver cdc_ncm
[ 3.389104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.389914] usbcore: registered new interface driver cdc_acm
[ 3.389979] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.390015] Initializing USB Mass Storage driver...
[ 3.390092] usbcore: registered new interface driver usb-storage
[ 3.390128] USB Mass Storage support registered.
[ 3.390201] usbcore: registered new interface driver ums-alauda
[ 3.390246] usbcore: registered new interface driver ums-cypress
[ 3.390319] usbcore: registered new interface driver ums-datafab
[ 3.390367] usbcore: registered new interface driver ums_eneub6250
[ 3.390440] usbcore: registered new interface driver ums-freecom
[ 3.390486] usbcore: registered new interface driver ums-isd200
[ 3.390559] usbcore: registered new interface driver ums-jumpshot
[ 3.390632] usbcore: registered new interface driver ums-karma
[ 3.390679] usbcore: registered new interface driver ums-onetouch
[ 3.390752] usbcore: registered new interface driver ums-sddr09
[ 3.390798] usbcore: registered new interface driver ums-sddr55
[ 3.390872] usbcore: registered new interface driver ums-usbat
[ 3.390921] usbcore: registered new interface driver usb_ehset_test
[ 3.391351] mbim_init: initialize 1 instances
[ 3.391421] mbim_init: Initialized 1 ports
[ 3.392117] rndis_qc_init: initialize rndis QC instance
[ 3.392344] gadget: Mass Storage Function, version: 2009/09/11
[ 3.392381] gadget: Number of LUNs=1
[ 3.392446] lun0: LUN: removable file: (no medium)
[ 3.392589] gadget: android_usb ready
[ 3.393662] mousedev: PS/2 mouse device common for all mice
[ 3.393872] usbcore: registered new interface driver xpad
[ 3.393976] 8941_l22: Failed to create debugfs directory
[ 3.394055] 8941_s3: Failed to create debugfs directory
[ 3.895830] [syna] vendor id: 2
[ 4.174799] [syna]maxx=1080,maxy=2040,vkh=114
[ 4.174915] input: synaptics-rmi-ts as /devices/f9924000.i2c/i2c-2/2-0020/input/input0
[ 4.175018] [syna]maxx=1080,maxy=2040,vkh=114
[ 4.914293] [syna]maxx=1080,maxy=2040,vkh=114
[ 4.946324] using rtc device, qpnp_rtc, for alarms
[ 4.946367] qcom,qpnp-rtc qpnp-rtc-ee112a00: rtc core: registered qpnp_rtc as rtc0
[ 4.946565] i2c /dev entries driver
[ 4.947348] ocmem: Notifier registered for 1
[ 4.948521] msm_cci_probe: pdev ee0e1e00 device id = -1
[ 5.577043] msm_eeprom_platform_probe line 901
[ 5.663699] msm_sensor_power_up:985
[ 5.682492] msm_sensor_power_up exit
[ 5.682678] msm_sensor_power_down:1169
[ 5.694246] [syna]maxx=1080,maxy=2040,vkh=114
[ 5.699456] msm_sensor_power_down exit
[ 5.699933] msm_sensor_power_up:985
Click to expand...
Click to collapse
Need to see the most bottom. Usually if there's nothing wrong/no particular hardware problem it will say No errors detected on the bottom. If there were errors it would state them. Also it tells when it reboots, can you paste it in http://pastebin.com/ please?
nicholaschum said:
Need to see the most bottom. Usually if there's nothing wrong/no particular hardware problem it will say No errors detected on the bottom. If there were errors it would state them. Also it tells when it reboots, can you paste it in http://pastebin.com/ please?
Click to expand...
Click to collapse
thank you man.
here are the last few blocks of the file.
http://pastebin.com/LQ1KxFrn
-greenboy- said:
thank you man.
here are the last few blocks of the file.
http://pastebin.com/LQ1KxFrn
Click to expand...
Click to collapse
Ah, you have the same problem as me too.
Notice:
Code:
[11079.981547] SMP: [COLOR="Red"]failed to stop secondary CPUs[/COLOR]
[11080.982038] [COLOR="Red"]wcnss crash shutdown 0[/COLOR]
[11080.982110] Rebooting in 5 seconds..
[11087.546236] SMP: failed to stop secondary CPUs
[11087.546402] [COLOR="Red"]Going down for restart now[/COLOR]
[11087.547112] Calling SCM to disable SPMI PMIC arbiter
Always look at the last few lines of code from your last_kmsg to debug your issues.
It is due to the kernel/ROM combination you have. I am on AK and I have seen this on the release of ak045.
Try flashing a new kernel/custom kernel if you're just on stock - or reflash CM11S (if you are on stock)
Yes I am on stock, I flashed another kernel I remember, but battery was crappy so I reflash the stock kernel, I think thats where it screwed up maybe.
what kernel you recommend that I should try before reflash?
Thanks once again.
-greenboy- said:
Yes I am on stock, I flashed another kernel I remember, but battery was crappy so I reflash the stock kernel, I think thats where it screwed up maybe.
what kernel you recommend that I should try before reflash?
Thanks once again.
Click to expand...
Click to collapse
Try flashing the latest Franco kernel for CM11S. AK requires boot.img from your ROM prior to installing so that requires you to reflash CM11S.
Also if you can, wipe cache/dalvik after installing, possibly clearing bad app compiles the next time you boot.
You said AK required for the boot.img.
I am stock on 11S with the latest update and stock kernel.
Do I just need to flash the zip file?
just flash the zip file or along with Boot.img?
-greenboy- said:
You said AK required for the boot.img.
I am stock on 11S with the latest update and stock kernel.
Do I just need to flash the zip file?
Click to expand...
Click to collapse
It is required for the AnyKernel format ak uses in his kernel.
If you go the AK path:
Flash CM11S latest update again (to flash the latest boot.img for AK's AnyKernel)
Flash AK
Flash UKM (If you plan to use Synapse to tweak [RECOMMENDED!])
Install Synapse (If you plan to tweak the kernel)
If you go the Franco path:
Flash latest Franco kernel
Download FKU Updater (Paid/Free, just needed to update the kernel directly on your phone easily)
---------- Post added at 09:40 AM ---------- Previous post was at 09:39 AM ----------
-greenboy- said:
just flash the zip file or along with Boot.img?
Click to expand...
Click to collapse
You can't just flash any boot.img and it would be dangerous to find one/extract one yourself - if you do it wrong. Easiest is to reflash CM11S zip.
nicholaschum said:
If you go the Franco path:
Flash latest Franco kernel
Download FKU Updater (Paid/Free, just needed to update the kernel directly on your phone easily)
---------- Post added at 09:40 AM ---------- Previous post was at 09:39 AM ----------
You can't just flash any boot.img and it would be dangerous to find one/extract one yourself - if you do it wrong. Easiest is to reflash CM11S zip.
Click to expand...
Click to collapse
Franco Free isn't supported on the OPO.
zephiK said:
Franco Free isn't supported on the OPO.
Click to expand...
Click to collapse
I just realized.
it soft brick the phone and then I had to reflash the zip from recovery to get the phone boot it again.
the latest for OPO is r22 compare to FKU free suggest to update to r64
-greenboy- said:
I just realized.
it soft brick the phone and then I had to reflash the zip from recovery to get the phone boot it again.
the latest for OPO is r22 compare to FKU free suggest to update to r64
Click to expand...
Click to collapse
Latest is r22 for OPO. Only supported version is Franco Kernel Updater (paid) for opo.
I don't know where you got r64 from.
zephiK said:
Franco Free isn't supported on the OPO.
Click to expand...
Click to collapse
zephiK said:
Latest is r22 for OPO. Only supported version is Franco Kernel Updater (paid) for opo.
I don't know where you got r64 from.
Click to expand...
Click to collapse
from free version.
-greenboy- said:
from free version.
Click to expand...
Click to collapse
Yeah Franco free is not supported. But it's a cheap app and a lot of people recommend getting to support the developer
Sent from my OnePlus One using Tapatalk VIP
-greenboy- said:
from free version.
Click to expand...
Click to collapse
Not supported. Carefully read before you do things man, if that app actually flashed the kernel. it could have bricked your phone for flashing a kernel not for your phone.
Either buy the app as what nicholaschum said, or stay up-to-date to the Franco thread and update the kernel manually.
changing kernel back to Franco did not help.
Still getting reboots.
Do I need to reflash the stock rom?
can you link me please (I am on mobile)
Did the clean install and clear cache/dalvick, but reboot issue remain.
is there any tar flash tool that I can try to put it back as it came out of the factory?
like Samsung kies for samsung device.