← Back to team overview

ubuntu-phone team mailing list archive

Re: Initrd for X86

 

Here is the info, first the complete cmdline so you can check it's correct:

pci=noearly earlyprintk=nologger loglevel=0 hsu_dma=7 kmemleak=off
androidboot.bootmedia=sdcard androidboot.hardware=revolution
androidboot.spid=xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
androidboot.serialno=01234567890123456789012345678901
datapart=/dev/mmcblk0p9 console=tty0,115200n8 no_console_suspend=1
break=bottom androidboot.lcdsize=0540x0960 ip=50.0.0.2:50
.0.0.1::255.255.255.0::usb0:on vmalloc=172M

And attached is the dmesg. This is a dmesg with a break=bottom, cannot get
a dmesg if i take it out.

And this:
# ls -lan /dev/console
crw-------    1 0        0           5,   1 /dev/console
# ls -lan /dev/tty0
crw--w----    1 0        0           4,   0 /dev/tty0

Luis.


---------------------------------------------------------------------------------------------
Que todos esos ceros y unos vayan directamente a tu mierdecilla de teléfono
inteligente y que cualquier inutil sea capaz de suscribirse en 12 segundos *no
es «magia», es sudor y talento.*



On Thu, Mar 20, 2014 at 7:42 PM, Oliver Grawert <ogra@xxxxxxxxxx> wrote:

> hi,
> Am Donnerstag, den 20.03.2014, 18:30 +0100 schrieb Corvus:
> > Hi everybody again.
> >
> >
> > Next problem.
> >
> >
> > I fixed some things and now i get a bootlooping device :/. I changed
> > cmdline to use break=bottom and i launch the commands manualy and all
> > works ok but:
> >
> >
> > exec run-init ${rootmnt} ${init} "$@" ${recovery:
> > +--startup-event=recovery} <${rootmnt}/dev/console
> > >${rootmnt}/dev/console 2>&1
>
> this is typically upstart (/sbin/init) not finding a valid console
> (or /dev/console pointing to some virtual device etc)
> have a look at dmesg if there are any complaints about "console" (or if
> you can (without violating any NDA) just grab the output of dmesg via
> adb and attach it to a mail here)
>
> ciao
>         oli
>
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.34-GP-gf1e8531-dirty (corvus@corvus-GP) (gcc version 4.6 20120106 (prerelease) (GCC) ) #5 SMP PREEMPT Thu Mar 20 13:06:23 CET 2014
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 0000000000098000 (usable)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000000d00000 (usable)
[    0.000000]  BIOS-e820: 0000000000d00000 - 0000000001000000 (reserved)
[    0.000000]  BIOS-e820: 0000000001000000 - 0000000036ff0000 (usable)
[    0.000000]  BIOS-e820: 0000000036ff0000 - 00000000378fd000 (reserved)
[    0.000000]  BIOS-e820: 00000000378fd400 - 00000000379fd400 (reserved)
[    0.000000]  BIOS-e820: 00000000379fd400 - 000000003eeff400 (usable)
[    0.000000]  BIOS-e820: 000000003ef00000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Intel Corporation CloverTrail/CloverTrail, BIOS 364 2013.10.31:04.19.44
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3eeff max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03F000000 mask FFF000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 1GB, type WB
[    0.000000] reg 1, base: 1008MB, range: 16MB, type UC
[    0.000000] total RAM covered: 1008M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 32M 	num_reg: 2  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 1GB, type WB
[    0.000000] reg 1, base: 1008MB, range: 16MB, type UC
[    0.000000] initial memory mapped : 0 - 02000000
[    0.000000] Base memory trampoline at [b0097000] 97000 size 4096
[    0.000000] init_memory_mapping: 0000000000000000-000000003eeff000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 003ec00000 page 2M
[    0.000000]  003ec00000 - 003eeff000 page 4k
[    0.000000] kernel direct mapping tables up to 0x3eefefff @ [mem 0x01ffa000-0x01ffffff]
[    0.000000] RAMDISK: 07d33000 - 08000000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 1006MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 3eeff000
[    0.000000]   low ram: 0 - 3eeff000
[    0.000000] Zone PFN ranges:
[    0.000000]   Normal   0x00000010 -> 0x0003eeff
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x00000098
[    0.000000]     0: 0x00000100 -> 0x00000d00
[    0.000000]     0: 0x00001000 -> 0x00036ff0
[    0.000000]     0: 0x000379fe -> 0x0003eeff
[    0.000000] On node 0 totalpages: 254329
[    0.000000] free_area_init_node: node 0, pgdat b1a3be40, node_mem_map ee71e200
[    0.000000]   Normal zone: 2014 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 252315 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] SFI: SYST E0200, 0078 (v1  INTEL INTELFDK)
[    0.000000] SFI: CPUS E029E, 0028 (v1  INTEL INTELFDK)
[    0.000000] SFI: FREQ E02D2, 003C (v1  INTEL INTELFDK)
[    0.000000] SFI: MMAP E031A, 0234 (v1  INTEL INTELFDK)
[    0.000000] SFI: XSDT E0560, 002C (v1  INTEL INTELFDK)
[    0.000000] SFI: APIC E05EA, 0020 (v1  INTEL INTELFDK)
[    0.000000] SFI: MTMR E0616, 0058 (v2  INTEL INTELFDK)
[    0.000000] SFI: MRTC E067A, 0024 (v1  INTEL INTELFDK)
[    0.000000] SFI: WAKE E06AA, 0020 (v2  INTEL INTELFDK)
[    0.000000] SFI: DEVS E06DE, 047D (v1  INTEL INTELFDK)
[    0.000000] SFI: GPIO E0B67, 0722 (v1  INTEL INTELFDK)
[    0.000000] SFI: OEMB E1295, 0060 (v5 UMGFDK CFGINFO!)
[    0.000000] SFI: OEM0 E1301, 0068 (v4 Intel  BATTERY )
[    0.000000] SFI: registering lapic[0]
[    0.000000] SFI: registering lapic[1]
[    0.000000] SFI: registering lapic[2]
[    0.000000] SFI: registering lapic[3]
[    0.000000] IOAPIC[0]: apic_id 0, version 31, address 0xfec00000, GSI 0-76
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 93
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @ee6e8000 s26624 r0 d22528 u49152
[    0.000000] pcpu-alloc: s26624 r0 d22528 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 252315
[    0.000000] Kernel command line: init=/init pci=noearly earlyprintk=nologger loglevel=0 hsu_dma=7 kmemleak=off androidboot.bootmedia=sdcard androidboot.hardware=revolution androidboot.spid=xxxx:xxxx:xxxx:xxxx:xxxx:xxxx androidboot.serialno=01234567890123456789012345678901 datapart=/dev/mmcblk0p9 break=bottom console=tty0,115200n8 no_console_suspend=1 androidboot.lcdsize=0540x0960 ip=50.0.0.2:50.0.0.1::255.255.255.0::usb0:on vmalloc=172M androidboot.wakesrc=01 androidboot.mode=main
[    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] Initializing CPU#0
[    0.000000] allocated 2062200 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 991784k/1031164k available (5839k kernel code, 25532k reserved, 2626k data, 360k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff64000 - 0xfffff000   ( 620 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xef6ff000 - 0xff7fe000   ( 256 MB)
[    0.000000]     lowmem  : 0xb0000000 - 0xeeeff000   (1006 MB)
[    0.000000]       .init : 0xb1a45000 - 0xb1a9f000   ( 360 kB)
[    0.000000]       .data : 0xb17b3f64 - 0xb1a448c0   (2626 kB)
[    0.000000]       .text : 0xb1200000 - 0xb17b3f64   (5839 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] NR_IRQS:2304 nr_irqs:1024 16
[    0.000000] CPU 0 irqstacks, hard=b0082000 soft=b0088000
[    0.000000] vRTC: sec: 6 min: 19 hour: 4 day: 31 mon: 10 year: 2013
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] register logcat console
[    0.000000] See a Clovertrail+ B0/B1/B2 processor and will correct its tsc info!
[    0.000000] Detected 1198.080 MHz processor.
[    0.000008] Calibrating delay loop (skipped), value calculated using timer frequency.. 2396.16 BogoMIPS (lpj=11980800)
[    0.000027] pid_max: default: 32768 minimum: 301
[    0.000105] Security Framework initialized
[    0.000119] AppArmor: AppArmor disabled by boot time parameter
[    0.000175] Mount-cache hash table entries: 512
[    0.000824] Initializing cgroup subsys cpuacct
[    0.000835] Initializing cgroup subsys memory
[    0.000863] Initializing cgroup subsys devices
[    0.000872] Initializing cgroup subsys freezer
[    0.000881] Initializing cgroup subsys blkio
[    0.000976] CPU: Physical Processor ID: 0
[    0.000984] CPU: Processor Core ID: 0
[    0.000994] mce: CPU supports 5 MCE banks
[    0.001017] CPU0: Thermal monitoring enabled (TM2)
[    0.001028] using mwait in idle threads.
[    0.001221] SFI: MCFG E05A2, 003C (v1  INTEL INTELFDK)
[    0.001341] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.001407] CPU0: Intel(R) Atom(TM) CPU Z2520  @ 1.20GHz stepping 01
[    0.001434] Performance Events: PEBS fmt0+, generic architected perfmon, Intel PMU driver.
[    0.001459] ... version:                3
[    0.001466] ... bit width:              40
[    0.001474] ... generic registers:      2
[    0.001481] ... value mask:             000000ffffffffff
[    0.001490] ... max period:             000000007fffffff
[    0.001498] ... fixed-purpose events:   3
[    0.001506] ... event mask:             0000000700000003
[    0.121406] CPU 1 irqstacks, hard=b0072000 soft=b0074000
[    0.121417] Booting Node   0, Processors  #1
[    0.131540] Initializing CPU#1
[    0.171379] CPU 2 irqstacks, hard=b0100000 soft=b0102000
[    0.171392]  #2
[    0.181445] Initializing CPU#2
[    0.221329] CPU 3 irqstacks, hard=b010e000 soft=b0110000
[    0.221341]  #3 Ok.
[    0.231397] Initializing CPU#3
[    0.232455] Skipped synchronization checks as TSC is reliable.
[    0.232507] Brought up 4 CPUs
[    0.232519] Total of 4 processors activated (9584.64 BogoMIPS).
[    0.234251] devtmpfs: initialized
[    0.236906] pinctrl core: initialized pinctrl subsystem
[    0.236964] SFI: SFI sysfs interfaces init success
[    0.237133] dummy: 
[    0.237319] NET: Registered protocol family 16
[    0.239777] MFLD Validation SFI OEMB Layout
[    0.239817] 	OEMB signature               : OEMB
[    0.239822] 	OEMB length                  : 96
[    0.239827] 	OEMB revision                : 5
[    0.239831] 	OEMB checksum                : 0xE3
[    0.239835] 	OEMB oem_id                  : UMGFDK
[    0.239839] 	OEMB oem_table_id            : CFGINFO!
[    0.239844] 	OEMB board_id                : 0x19
[    0.239848] 	OEMB iafw version            : 000.075
[    0.239853] 	OEMB val_hooks version       : 000.086
[    0.239857] 	OEMB ia suppfw version       : 000.075
[    0.239862] 	OEMB scu runtime version     : 032.040
[    0.239866] 	OEMB ifwi version            : 249.219
[    0.239871] 	OEMB spid customer id        : 0000
[    0.239875] 	OEMB spid vendor id          : 0000
[    0.239879] 	OEMB spid manufacturer id    : ffff
[    0.239883] 	OEMB spid platform family id : 0002
[    0.239888] 	OEMB spid product line id    : 8000
[    0.239892] 	OEMB spid hardware id        : 0019
[    0.239896] 	OEMB spid fru[4..0]          : 00 00 00 00 00
[    0.239901] 	OEMB spid fru[9..5]          : 00 00 00 00 00
[    0.239906] 	OEMB ssn                     : 
[    0.239939] GPIO pin info:
[    0.239950] info[ 0]: controller =       clv_gpio_0, pin_name =         ocd_gpio, pin = 0
[    0.239963] info[ 1]: controller =       clv_gpio_0, pin_name =   WLAN-interrupt, pin = 2
[    0.239975] info[ 2]: controller =       clv_gpio_0, pin_name =   bt_uart_enable, pin = 45
[    0.239988] info[ 3]: controller =       clv_gpio_0, pin_name =    gpio_i2s3_clk, pin = 12
[    0.240000] info[ 4]: controller =       clv_gpio_0, pin_name =     gpio_i2s3_fs, pin = 13
[    0.240013] info[ 5]: controller =       clv_gpio_0, pin_name =           vol_up, pin = 30
[    0.240025] info[ 6]: controller =       clv_gpio_0, pin_name =         vol_down, pin = 31
[    0.240038] info[ 7]: controller =       clv_gpio_0, pin_name =   gpio_codec_int, pin = 32
[    0.240050] info[ 8]: controller =       clv_gpio_0, pin_name =         NFC-intr, pin = 33
[    0.240063] info[ 9]: controller =       clv_gpio_0, pin_name =     gpio_plugdet, pin = 34
[    0.240075] info[10]: controller =       clv_gpio_0, pin_name =    gpio_vbenable, pin = 40
[    0.240088] info[11]: controller =       clv_gpio_0, pin_name =      modem-gpio1, pin = 44
[    0.240100] info[12]: controller =       clv_gpio_0, pin_name =      modem-gpio2, pin = 37
[    0.240113] info[13]: controller =       clv_gpio_0, pin_name =         gpio_pwm, pin = 49
[    0.240125] info[14]: controller =       clv_gpio_1, pin_name =        bt_wakeup, pin = 112
[    0.240138] info[15]: controller =       clv_gpio_0, pin_name =       mipi-reset, pin = 57
[    0.240150] info[16]: controller =       clv_gpio_0, pin_name =           ts_rst, pin = 58
[    0.240163] info[17]: controller =       clv_gpio_0, pin_name =        accel_int, pin = 60
[    0.240175] info[18]: controller =       clv_gpio_0, pin_name =          accel_2, pin = 61
[    0.240187] info[19]: controller =       clv_gpio_0, pin_name =           ts_int, pin = 62
[    0.240200] info[20]: controller =       clv_gpio_0, pin_name =          AL-intr, pin = 63
[    0.240212] info[21]: controller =       clv_gpio_0, pin_name =        sd_cd_pin, pin = 69
[    0.240225] info[22]: controller =       clv_gpio_0, pin_name =     gpio_i2s3_tx, pin = 74
[    0.240237] info[23]: controller =       clv_gpio_0, pin_name =     gpio_i2s3_rx, pin = 75
[    0.240250] info[24]: controller =       clv_gpio_0, pin_name =  usb_otg_phy_rst, pin = 78
[    0.240262] info[25]: controller =       clv_gpio_0, pin_name =     max_fg_alert, pin = 94
[    0.240275] info[26]: controller =       clv_gpio_1, pin_name =          dsi_te1, pin = 102
[    0.240288] info[27]: controller =       clv_gpio_1, pin_name =         BT-reset, pin = 109
[    0.240300] info[28]: controller =       clv_gpio_1, pin_name =   ifx_mdm_pwr_on, pin = 113
[    0.240313] info[29]: controller =       clv_gpio_1, pin_name =        NFC-reset, pin = 115
[    0.240325] info[30]: controller =       clv_gpio_1, pin_name =        emmc0_rst, pin = 117
[    0.240338] info[31]: controller =       clv_gpio_1, pin_name =        emmc1_rst, pin = 118
[    0.240350] info[32]: controller =       clv_gpio_1, pin_name =         CHRG_OTG, pin = 132
[    0.240363] info[33]: controller =       clv_gpio_1, pin_name =      max3111_int, pin = 145
[    0.240376] info[34]: controller =       clv_gpio_1, pin_name =     flash_strobe, pin = 161
[    0.240388] info[35]: controller =       clv_gpio_1, pin_name =      flash_torch, pin = 159
[    0.240401] info[36]: controller =       clv_gpio_1, pin_name =      WLAN-enable, pin = 170
[    0.240413] info[37]: controller =       clv_gpio_1, pin_name =   usb_otg_phy_cs, pin = 171
[    0.240426] info[38]: controller =       clv_gpio_1, pin_name =        cam_1_rst, pin = 173
[    0.240438] info[39]: controller =       clv_gpio_1, pin_name =        cam_0_rst, pin = 177
[    0.240451] info[40]: controller =       clv_gpio_1, pin_name =  ifx_mdm_rst_pmu, pin = 178
[    0.240464] info[41]: controller =        msic_gpio, pin_name =   msic_gpio_base, pin = 192
[    0.240476] info[42]: controller =       clv_gpio_0, pin_name =       HDMI_LS_EN, pin = 91
[    0.240488] info[43]: controller =       clv_gpio_0, pin_name =       GPS-Enable, pin = 59
[    0.240501] info[44]: controller =       clv_gpio_0, pin_name =        GPS-Reset, pin = 92
[    0.240513] info[45]: controller =       clv_gpio_1, pin_name =  sph_phy_reset_n, pin = 169
[    0.240526] info[46]: controller =       clv_gpio_0, pin_name =       chgr_int_n, pin = 93
[    0.240538] info[47]: controller =       clv_gpio_0, pin_name =       cam_0_pwdn, pin = 87
[    0.240551] info[48]: controller =       clv_gpio_1, pin_name =    subcam_pwr_en, pin = 175
[    0.240563] info[49]: controller =       clv_gpio_1, pin_name =        bt_reg_on, pin = 110
[    0.240576] info[50]: controller =       clv_gpio_0, pin_name =  ifx_mdm_rst_out, pin = 84
[    0.240588] info[51]: controller =       clv_gpio_0, pin_name =       cam_1_pwdn, pin = 88
[    0.240601] info[52]: controller =       clv_gpio_0, pin_name =  ifx_mdm_rst_out, pin = 84
[    0.240620] HSI bus = 0, name =    hsi_ffl_modem, port = 0
[    0.240628] HSI FFL platform data setup
[    0.240637] SFI register platform data for HSI device hsi_ffl_modem with 2 number of clients
[    0.240655] I2C bus = 1, name =          cs42l73, irq = 0x 0, addr = 0x4a
[    0.240671] I2C bus = 2, name =         max17047, irq = 0x 0, addr = 0x36
[    0.240683] valid battery detected
[    0.240720] IPC bus, name =     msic_thermal, irq = 0xff
[    0.240817] IPC bus, name =         msic_adc, irq = 0x10
[    0.240888] IPC bus, name =     pmic_charger, irq = 0x11
[    0.240914] IPC bus, name =        msic_gpio, irq = 0x12
[    0.241012] IPC bus, name =         msic_vdd, irq = 0x24
[    0.241098] IPC bus, name =   msic_power_btn, irq = 0x43
[    0.241169] IPC bus, name =          a_gfreq, irq = 0x49
[    0.241222] IPC bus, name =  ctp_rhb_cs42l73, irq = 0xff
[    0.241448] IPC bus, name =           scuLog, irq = 0x 5
[    0.241508] SDIO bus = 1, name = bcm43xx_clk_vmmc, ref_clock = 26000000, addr =0x401
[    0.241518] Using bcm43xx platform data
[    0.241617] camera pdata: I2C bus = 4, name =           imx111, irq = 0x 0, addr = 0x1a
[    0.241639] camera pdata: I2C bus = 4, name =           ov9724, irq = 0x 0, addr = 0x10
[    0.241657] I2C bus = 5, name =          lsm303d, irq = 0x 0, addr = 0x1e
[    0.241673] I2C bus = 5, name =         apds990x, irq = 0x 0, addr = 0x39
[    0.241689] I2C bus = 0, name =        ft5x06_ts, irq = 0x 0, addr = 0x38
[    0.241706] I2C bus = 2, name =           smb347, irq = 0x 0, addr = 0x6a
[    0.241826] mid_pci_init is called
[    0.242260] PCI: Using configuration type 1 for base access
[    0.243733] get_pinctrl_platform_data, CTP platform detected
[    0.243889] intel-mid-pinctrl intel-mid-pinctrl: initialized Intel MID pinctrl driver
[    0.243904] intel_mid_pinctrl platform device created
[    0.252085] bio: create slab <bio-0> at 0
[    0.252512] vgaarb: loaded
[    0.252838] SCSI subsystem initialized
[    0.252982] libata version 3.00 loaded.
[    0.253137] usbcore: registered new interface driver usbfs
[    0.253197] usbcore: registered new interface driver hub
[    0.253305] usbcore: registered new device driver usb
[    0.253394] Linux media interface: v0.10
[    0.253435] Linux video capture interface: v2.00
[    0.253728] intel_rproc_scu intel_rproc_scu: intel_rproc_scu is available
[    0.253740] intel_rproc_scu intel_rproc_scu: Note: remoteproc is still under development and considered experimental.
[    0.253754] intel_rproc_scu intel_rproc_scu: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    0.253884] intel_rproc_scu intel_rproc_scu: registered virtio0 (type 7)
[    0.253985] intel_rproc_scu intel_rproc_scu: powering up intel_rproc_scu
[    0.254000] intel_rproc_scu intel_rproc_scu: Booting fw image intel_mid/intel_mid_remoteproc.fw, size 4456
[    0.254021] intel_rproc_scu intel_rproc_scu: remote processor intel_rproc_scu is now up
[    0.254271] NS announcement: 72 70 6d 73 67 5f 6d 69 64 5f 74 68 65 72 6d 61  rpmsg_mid_therma
[    0.254284] NS announcement: 6c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  l...............
[    0.254296] NS announcement: 09 00 00 00 00 00 00 00                          ........
[    0.254310] virtio_rpmsg_bus virtio0: creating channel rpmsg_mid_thermal addr 0x9
[    0.254401] NS announcement: 72 70 6d 73 67 5f 6d 73 69 63 5f 61 64 63 00 00  rpmsg_msic_adc..
[    0.254414] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.254426] NS announcement: 16 00 00 00 00 00 00 00                          ........
[    0.254439] virtio_rpmsg_bus virtio0: creating channel rpmsg_msic_adc addr 0x16
[    0.254508] NS announcement: 72 70 6d 73 67 5f 6d 73 69 63 5f 67 70 69 6f 00  rpmsg_msic_gpio.
[    0.254521] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.254533] NS announcement: 05 00 00 00 00 00 00 00                          ........
[    0.254546] virtio_rpmsg_bus virtio0: creating channel rpmsg_msic_gpio addr 0x5
[    0.254614] NS announcement: 72 70 6d 73 67 5f 6d 69 64 5f 70 6f 77 65 72 62  rpmsg_mid_powerb
[    0.254627] NS announcement: 74 6e 00 00 00 00 00 00 00 00 00 00 00 00 00 00  tn..............
[    0.254639] NS announcement: 10 00 00 00 00 00 00 00                          ........
[    0.254651] virtio_rpmsg_bus virtio0: creating channel rpmsg_mid_powerbtn addr 0x10
[    0.254720] NS announcement: 72 70 6d 73 67 5f 6d 73 69 63 5f 63 6c 76 5f 61  rpmsg_msic_clv_a
[    0.254733] NS announcement: 75 64 69 6f 00 00 00 00 00 00 00 00 00 00 00 00  udio............
[    0.254745] NS announcement: 18 00 00 00 00 00 00 00                          ........
[    0.254757] virtio_rpmsg_bus virtio0: creating channel rpmsg_msic_clv_audio addr 0x18
[    0.254833] NS announcement: 72 70 6d 73 67 5f 69 70 63 5f 63 6f 6d 6d 61 6e  rpmsg_ipc_comman
[    0.254846] NS announcement: 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  d...............
[    0.254858] NS announcement: a0 00 00 00 00 00 00 00                          ........
[    0.254871] virtio_rpmsg_bus virtio0: creating channel rpmsg_ipc_command addr 0xa0
[    0.254940] NS announcement: 72 70 6d 73 67 5f 69 70 63 5f 73 69 6d 70 6c 65  rpmsg_ipc_simple
[    0.254953] NS announcement: 5f 63 6f 6d 6d 61 6e 64 00 00 00 00 00 00 00 00  _command........
[    0.254965] NS announcement: a1 00 00 00 00 00 00 00                          ........
[    0.254978] virtio_rpmsg_bus virtio0: creating channel rpmsg_ipc_simple_command addr 0xa1
[    0.255055] NS announcement: 72 70 6d 73 67 5f 69 70 63 5f 72 61 77 5f 63 6f  rpmsg_ipc_raw_co
[    0.255068] NS announcement: 6d 6d 61 6e 64 00 00 00 00 00 00 00 00 00 00 00  mmand...........
[    0.255080] NS announcement: a2 00 00 00 00 00 00 00                          ........
[    0.255093] virtio_rpmsg_bus virtio0: creating channel rpmsg_ipc_raw_command addr 0xa2
[    0.255163] NS announcement: 72 70 6d 73 67 5f 70 6d 69 63 00 00 00 00 00 00  rpmsg_pmic......
[    0.255176] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255188] NS announcement: ff 00 00 00 00 00 00 00                          ........
[    0.255201] virtio_rpmsg_bus virtio0: creating channel rpmsg_pmic addr 0xff
[    0.255275] NS announcement: 72 70 6d 73 67 5f 6d 69 70 00 00 00 00 00 00 00  rpmsg_mip.......
[    0.255288] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255300] NS announcement: ec 00 00 00 00 00 00 00                          ........
[    0.255313] virtio_rpmsg_bus virtio0: creating channel rpmsg_mip addr 0xec
[    0.255382] NS announcement: 72 70 6d 73 67 5f 66 77 5f 75 70 64 61 74 65 00  rpmsg_fw_update.
[    0.255395] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255407] NS announcement: 13 00 00 00 00 00 00 00                          ........
[    0.255419] virtio_rpmsg_bus virtio0: creating channel rpmsg_fw_update addr 0x13
[    0.255489] NS announcement: 72 70 6d 73 67 5f 69 70 63 5f 75 74 69 6c 00 00  rpmsg_ipc_util..
[    0.255502] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255514] NS announcement: 12 00 00 00 00 00 00 00                          ........
[    0.255527] virtio_rpmsg_bus virtio0: creating channel rpmsg_ipc_util addr 0x12
[    0.255596] NS announcement: 72 70 6d 73 67 5f 77 61 74 63 68 64 6f 67 00 00  rpmsg_watchdog..
[    0.255609] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255621] NS announcement: f8 00 00 00 00 00 00 00                          ........
[    0.255634] virtio_rpmsg_bus virtio0: creating channel rpmsg_watchdog addr 0xf8
[    0.255709] NS announcement: 72 70 6d 73 67 5f 75 6d 69 70 00 00 00 00 00 00  rpmsg_umip......
[    0.255722] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255734] NS announcement: 14 00 00 00 00 00 00 00                          ........
[    0.255747] virtio_rpmsg_bus virtio0: creating channel rpmsg_umip addr 0x14
[    0.255818] NS announcement: 72 70 6d 73 67 5f 6f 73 69 70 00 00 00 00 00 00  rpmsg_osip......
[    0.255831] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255843] NS announcement: 15 00 00 00 00 00 00 00                          ........
[    0.255856] virtio_rpmsg_bus virtio0: creating channel rpmsg_osip addr 0x15
[    0.255926] NS announcement: 72 70 6d 73 67 5f 76 72 74 63 00 00 00 00 00 00  rpmsg_vrtc......
[    0.255939] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.255951] NS announcement: fa 00 00 00 00 00 00 00                          ........
[    0.255964] virtio_rpmsg_bus virtio0: creating channel rpmsg_vrtc addr 0xfa
[    0.256035] NS announcement: 72 70 6d 73 67 5f 66 77 5f 6c 6f 67 67 69 6e 67  rpmsg_fw_logging
[    0.256047] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.256059] NS announcement: 27 00 00 00 00 00 00 00                          '.......
[    0.256072] virtio_rpmsg_bus virtio0: creating channel rpmsg_fw_logging addr 0x27
[    0.256144] NS announcement: 72 70 6d 73 67 5f 6b 70 64 5f 6c 65 64 00 00 00  rpmsg_kpd_led...
[    0.256156] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.256168] NS announcement: 23 00 00 00 00 00 00 00                          #.......
[    0.256181] virtio_rpmsg_bus virtio0: creating channel rpmsg_kpd_led addr 0x23
[    0.256260] virtio_rpmsg_bus virtio0: rpmsg host is online
[    0.256316] intel_mid_rpmsg rpmsg5: Probed rpmsg_ipc device rpmsg_ipc_command
[    0.256328] intel_mid_rpmsg rpmsg5: Allocating rpmsg_instance
[    0.256354] intel_mid_rpmsg rpmsg6: Probed rpmsg_ipc device rpmsg_ipc_simple_command
[    0.256366] intel_mid_rpmsg rpmsg6: Allocating rpmsg_instance
[    0.256388] intel_mid_rpmsg rpmsg7: Probed rpmsg_ipc device rpmsg_ipc_raw_command
[    0.256400] intel_mid_rpmsg rpmsg7: Allocating rpmsg_instance
[    0.256484] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.256494] Intel MID platform detected, using MID PCI ops
[    0.256519] PCI: MMCONFIG for domain 0000 [bus 00-00] at [mem 0x3ef00000-0x3effffff] (base 0x3ef00000)
[    0.256535] PCI: MMCONFIG at [mem 0x3ef00000-0x3effffff] reserved in E820
[    0.256544] PCI: Using MMCONFIG for extended config space
[    0.256552] PCI: Probing PCI hardware
[    0.256561] PCI: Probing PCI hardware (bus 00)
[    0.256570] PCI: root bus 00: using default resources
[    0.256667] PCI host bridge to bus 0000:00
[    0.256680] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.256693] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.256730] pci 0000:00:00.0: [8086:08c0] type 00 class 0x060000
[    0.256828] pci 0000:00:00.1: [8086:08e0] type 00 class 0x078000
[    0.256861] pci 0000:00:00.1: reg 10: [mem 0xff128000-0xff1283ff]
[    0.256950] pci 0000:00:00.1: PME# supported from D0 D3hot
[    0.256987] pci 0000:00:00.2: [8086:08e1] type 00 class 0x078000
[    0.257018] pci 0000:00:00.2: reg 10: [mem 0xff135000-0xff1353ff]
[    0.257104] pci 0000:00:00.2: PME# supported from D0 D3hot
[    0.257142] pci 0000:00:00.3: [8086:08e2] type 00 class 0x078000
[    0.257171] pci 0000:00:00.3: reg 10: [mem 0xff138000-0xff1383ff]
[    0.257256] pci 0000:00:00.3: PME# supported from D0 D3hot
[    0.257293] pci 0000:00:00.4: [8086:08e3] type 00 class 0x078000
[    0.257323] pci 0000:00:00.4: reg 10: [mem 0xff139000-0xff1393ff]
[    0.257408] pci 0000:00:00.4: PME# supported from D0 D3hot
[    0.257445] pci 0000:00:00.5: [8086:08e4] type 00 class 0x078000
[    0.257475] pci 0000:00:00.5: reg 10: [mem 0xff13a000-0xff13a3ff]
[    0.257567] pci 0000:00:00.5: PME# supported from D0 D3hot
[    0.257607] pci 0000:00:01.0: [8086:08e5] type 00 class 0x080501
[    0.257641] pci 0000:00:01.0: reg 10: [mem 0xffa50000-0xffa500ff]
[    0.257727] pci 0000:00:01.0: PME# supported from D0 D3hot
[    0.257766] pci 0000:00:01.3: [8086:08e7] type 00 class 0x040100
[    0.257796] pci 0000:00:01.3: reg 10: [mem 0xffa22000-0xffa223ff]
[    0.257817] pci 0000:00:01.3: reg 14: [mem 0xffae8000-0xffae8fff]
[    0.257837] pci 0000:00:01.3: reg 18: [mem 0xffff1000-0xffff2fff]
[    0.257857] pci 0000:00:01.3: reg 1c: [mem 0xffb00000-0xffb7ffff]
[    0.257877] pci 0000:00:01.3: reg 20: [mem 0xffb80000-0xffbfffff]
[    0.257934] pci 0000:00:01.3: PME# supported from D0 D3hot
[    0.257970] pci 0000:00:01.4: [8086:08e8] type 00 class 0x088000
[    0.258000] pci 0000:00:01.4: reg 10: [mem 0xffa21000-0xffa213ff]
[    0.258085] pci 0000:00:01.4: PME# supported from D0 D3hot
[    0.258122] pci 0000:00:01.5: [8086:08e9] type 00 class 0x108000
[    0.258152] pci 0000:00:01.5: reg 10: [mem 0xff0d0000-0xff0dffff]
[    0.258236] pci 0000:00:01.5: supports D2
[    0.258247] pci 0000:00:01.5: PME# supported from D0 D3hot
[    0.258284] pci 0000:00:01.7: [8086:08ea] type 00 class 0x0b4000
[    0.258314] pci 0000:00:01.7: reg 10: [mem 0xff11c000-0xff11c3ff]
[    0.258399] pci 0000:00:01.7: PME# supported from D0 D3hot
[    0.258440] pci 0000:00:02.0: [8086:08c8] type 00 class 0x030000
[    0.258474] pci 0000:00:02.0: reg 10: [mem 0xdff00000-0xdfffffff]
[    0.258496] pci 0000:00:02.0: reg 14: [io  0x7ff8-0x7fff]
[    0.258518] pci 0000:00:02.0: reg 18: [mem 0x00000000-0x0fffffff]
[    0.258540] pci 0000:00:02.0: reg 1c: [mem 0xdfec0000-0xdfefffff]
[    0.258649] pci 0000:00:02.1: [8086:08eb] type 00 class 0x088000
[    0.258679] pci 0000:00:02.1: reg 10: [mem 0xff119000-0xff1197ff]
[    0.258700] pci 0000:00:02.1: reg 14: [mem 0x000f4f80-0x000f4f8f]
[    0.258778] pci 0000:00:02.1: PME# supported from D0 D3hot
[    0.258822] pci 0000:00:02.2: [8086:08ec] type 00 class 0x0b4000
[    0.258852] pci 0000:00:02.2: reg 10: [mem 0xff11d000-0xff11dfff]
[    0.258937] pci 0000:00:02.2: PME# supported from D0 D3hot
[    0.258975] pci 0000:00:02.3: [8086:e006] type 00 class 0x0c0320
[    0.259009] pci 0000:00:02.3: reg 10: [mem 0xffa60000-0xffa7ffff]
[    0.259030] pci 0000:00:02.3: reg 14: [mem 0xfffe0000-0xfffe3fff]
[    0.259107] pci 0000:00:02.3: supports D1
[    0.259118] pci 0000:00:02.3: PME# supported from D0 D3hot
[    0.259154] pci 0000:00:02.4: [8086:08ee] type 00 class 0x078000
[    0.259184] pci 0000:00:02.4: reg 10: [mem 0xff136000-0xff1363ff]
[    0.259269] pci 0000:00:02.4: PME# supported from D0 D3hot
[    0.259305] pci 0000:00:02.5: [8086:08ef] type 00 class 0x088000
[    0.259335] pci 0000:00:02.5: reg 10: [mem 0xff13e000-0xff13e7ff]
[    0.259420] pci 0000:00:02.5: PME# supported from D0 D3hot
[    0.259457] pci 0000:00:02.6: [8086:08f0] type 00 class 0x088000
[    0.259487] pci 0000:00:02.6: reg 10: [mem 0xffaf0000-0xffaf7fff]
[    0.259572] pci 0000:00:02.6: PME# supported from D0 D3hot
[    0.259609] pci 0000:00:02.7: [8086:08f1] type 00 class 0x088000
[    0.259639] pci 0000:00:02.7: reg 10: [mem 0xffa20000-0xffa203ff]
[    0.259724] pci 0000:00:02.7: PME# supported from D0 D3hot
[    0.259763] pci 0000:00:03.0: [8086:08d0] type 00 class 0x048000
[    0.259795] pci 0000:00:03.0: reg 10: [mem 0xdf800000-0xdfbfffff]
[    0.259920] pci 0000:00:03.1: [8086:08f3] type 00 class 0x078000
[    0.259950] pci 0000:00:03.1: reg 10: [mem 0xff128c00-0xff128fff]
[    0.260035] pci 0000:00:03.1: unsupported PM cap regs version (4)
[    0.260070] pci 0000:00:03.2: [8086:08f4] type 00 class 0x078000
[    0.260099] pci 0000:00:03.2: reg 10: [mem 0xff13b000-0xff13b3ff]
[    0.260185] pci 0000:00:03.2: PME# supported from D0 D3hot
[    0.260222] pci 0000:00:03.3: [8086:08f5] type 00 class 0x078000
[    0.260251] pci 0000:00:03.3: reg 10: [mem 0xff13c000-0xff13c3ff]
[    0.260337] pci 0000:00:03.3: PME# supported from D0 D3hot
[    0.260373] pci 0000:00:03.4: [8086:08f6] type 00 class 0x078000
[    0.260403] pci 0000:00:03.4: reg 10: [mem 0xff13d000-0xff13d3ff]
[    0.260488] pci 0000:00:03.4: PME# supported from D0 D3hot
[    0.260525] pci 0000:00:03.5: [8086:08f7] type 00 class 0x088000
[    0.260554] pci 0000:00:03.5: reg 10: [mem 0xff13f000-0xff13f7ff]
[    0.260575] pci 0000:00:03.5: reg 14: [mem 0x000f4f90-0x000f4f9f]
[    0.260653] pci 0000:00:03.5: PME# supported from D0 D3hot
[    0.260693] pci 0000:00:03.7: [8086:08f8] type 00 class 0xff0000
[    0.260794] pci 0000:00:03.7: PME# supported from D0 D3hot
[    0.260831] pci 0000:00:04.0: [8086:08f9] type 00 class 0x080501
[    0.260861] pci 0000:00:04.0: reg 10: [mem 0xffa58000-0xffa580ff]
[    0.260946] pci 0000:00:04.0: PME# supported from D0 D3hot
[    0.260983] pci 0000:00:04.1: [8086:08fa] type 00 class 0x080501
[    0.261013] pci 0000:00:04.1: reg 10: [mem 0xffa48000-0xffa480ff]
[    0.261099] pci 0000:00:04.1: PME# supported from D0 D3hot
[    0.261149] pci 0000:00:05.0: [8086:08fc] type 00 class 0x070002
[    0.261179] pci 0000:00:05.0: reg 10: [mem 0xffa28080-0xffa280ff]
[    0.261305] pci 0000:00:05.0: supports D1
[    0.261316] pci 0000:00:05.0: PME# supported from D0 D3hot
[    0.261362] pci 0000:00:05.1: [8086:08fd] type 00 class 0x070002
[    0.261393] pci 0000:00:05.1: reg 10: [mem 0xffa28100-0xffa2817f]
[    0.261481] pci 0000:00:05.1: supports D1
[    0.261491] pci 0000:00:05.1: PME# supported from D0 D3hot
[    0.261528] pci 0000:00:05.2: [8086:08fe] type 00 class 0x070002
[    0.261558] pci 0000:00:05.2: reg 10: [mem 0xffa28180-0xffa281ff]
[    0.261642] pci 0000:00:05.2: supports D1
[    0.261652] pci 0000:00:05.2: PME# supported from D0 D3hot
[    0.261690] pci 0000:00:05.3: [8086:08ff] type 00 class 0x070002
[    0.261719] pci 0000:00:05.3: reg 10: [mem 0xffa28400-0xffa287ff]
[    0.261804] pci 0000:00:05.3: PME# supported from D0 D3hot
[    0.261851] pci 0000:00:06.0: [8086:0900] type 00 class 0x118000
[    0.261880] pci 0000:00:06.0: reg 10: [mem 0xffa2e000-0xffa2e3ff]
[    0.261901] pci 0000:00:06.0: reg 14: [mem 0xfa000000-0xfdffffff]
[    0.261979] pci 0000:00:06.0: PME# supported from D0 D3hot
[    0.262017] pci 0000:00:06.1: [8086:0901] type 00 class 0x038000
[    0.262118] pci 0000:00:06.1: PME# supported from D0 D3hot
[    0.262158] pci 0000:00:06.3: [8086:0902] type 00 class 0x078000
[    0.262188] pci 0000:00:06.3: reg 10: [mem 0xffa29000-0xffa297ff]
[    0.262273] pci 0000:00:06.3: PME# supported from D0 D3hot
[    0.262310] pci 0000:00:06.4: [8086:0903] type 00 class 0x078000
[    0.262340] pci 0000:00:06.4: reg 10: [mem 0xffa2a000-0xffa2a7ff]
[    0.262426] pci 0000:00:06.4: PME# supported from D0 D3hot
[    0.262471] pci 0000:00:06.5: [8086:08f2] type 00 class 0x0c0320
[    0.262502] pci 0000:00:06.5: reg 10: [mem 0xffa80000-0xffafffff]
[    0.262587] pci 0000:00:06.5: supports D1
[    0.262598] pci 0000:00:06.5: PME# supported from D0 D3hot
[    0.262636] pci 0000:00:06.6: [8086:0905] type 00 class 0x088000
[    0.262665] pci 0000:00:06.6: reg 10: [mem 0xffae9000-0xffae907f]
[    0.262750] pci 0000:00:06.6: PME# supported from D0 D3hot
[    0.264130] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.266922] PCI: pci_cache_line_size set to 64 bytes
[    0.267189] reserve RAM buffer: 0000000000098000 - 000000000009ffff 
[    0.267202] reserve RAM buffer: 0000000036ff0000 - 0000000037ffffff 
[    0.267215] reserve RAM buffer: 000000003eeff400 - 000000003fffffff 
[    0.268890] get_pwm_platform_data, CLV board detected
[    0.269016] intel_scu_flis platform device created
[    0.269042] PMU DRIVER BEFORE PROBE
[    0.269125] intel_pmu_driver 0000:00:02.2: PMU DRIVER Probe called
[    0.269973] intel_pmu_driver 0000:00:02.2: after pmu initialization
[    0.270312] gpiochip_add: registered GPIOs 0 to 95 on device: 0000:00:02.1
[    0.271536] gpiochip_add: registered GPIOs 96 to 191 on device: 0000:00:03.5
[    0.281304] Intel MID DMA 0000:00:02.5: setting latency timer to 64
[    0.302491] Intel MID DMA 0000:00:02.6: setting latency timer to 64
[    0.320836] intel_msic_gpio rpmsg2: Probed msic_gpio rpmsg device
[    0.320936] gpiochip_add: registered GPIOs 192 to 200 on device: msic_gpio
[    0.321090] pci 0000:00:02.0: BAR 2: assigned [mem 0x40000000-0x4fffffff]
[    0.321117] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.321130] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.321338] NET: Registered protocol family 2
[    0.321551] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.322080] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.324043] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.324933] TCP: Hash tables configured (established 131072 bind 65536)
[    0.324945] TCP: reno registered
[    0.324960] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.324999] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.325360] NET: Registered protocol family 1
[    0.325694] RPC: Registered named UNIX socket transport module.
[    0.325706] RPC: Registered udp transport module.
[    0.325715] RPC: Registered tcp transport module.
[    0.325723] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.325832] pci 0000:00:02.0: Boot video device
[    0.362387] PCI: CLS 0 bytes, default 64
[    0.362522] vbcm43xx: 1800 mV 
[    0.362602] intel_scu_pmic rpmsg8: Probed pmic rpmsg device
[    0.362613] intel_scu_pmic rpmsg8: Allocating rpmsg_instance
[    0.362689] intel_scu_mip rpmsg9: Probed mip rpmsg device
[    0.362699] intel_scu_mip rpmsg9: Allocating rpmsg_instance
[    0.363003] Trying to unpack rootfs image as initramfs...
[    0.619715] Freeing initrd memory: 2868k freed
[    0.622937] intel_mid_gpadc rpmsg1: Probed msic_gpadc rpmsg device
[    0.623280] NS announcement: 72 70 6d 73 67 5f 6d 69 64 5f 70 77 6d 00 00 00  rpmsg_mid_pwm...
[    0.623296] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.623308] NS announcement: 22 00 00 00 00 00 00 00                          ".......
[    0.623322] virtio_rpmsg_bus virtio0: creating channel rpmsg_mid_pwm addr 0x22
[    0.623427] NS announcement: 72 70 6d 73 67 5f 66 6c 69 73 00 00 00 00 00 00  rpmsg_flis......
[    0.623440] NS announcement: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[    0.623452] NS announcement: f5 00 00 00 00 00 00 00                          ........
[    0.623465] virtio_rpmsg_bus virtio0: creating channel rpmsg_flis addr 0xf5
[    0.624016] intel_scu_watchdog rpmsg12: Probed watchdog rpmsg device
[    0.624029] intel_scu_watchdog rpmsg12: Allocating rpmsg_instance
[    0.624264] intel_scu_ipcutil rpmsg11: Probed ipcutil rpmsg device
[    0.624276] intel_scu_ipcutil rpmsg11: Allocating rpmsg_instance
[    0.624361] (oshob) additional offset = 0x0
[    0.624401] Using EXTENDED OSHOB structure size = 176 bytes
[    0.624411] OSNIB size = 32 bytes OEMNIB size = 64 bytes
[    0.624421] (extend oshob) SCU buffer size is 4 bytes
[    0.624463] [BOOT] RESETIRQ1=0x00 RESETIRQ2=0x00 (interrupt tree)
[    0.624508] [BOOT] SCU_TR=0x00020003 (oshob)
[    0.624517] [BOOT] IA_TR=0xffffffff (oshob)
[    0.624802] [BOOT] RR=0x00 WD=0x00 ALARM=0x00 (osnib)
[    0.624812] [BOOT] WAKESRC=0x01 RESETIRQ1=0x08 RESETIRQ2=0x00 (osnib)
[    0.624980] intel_scu_flis rpmsg19: Probed flis rpmsg device
[    0.624992] intel_scu_flis rpmsg19: Allocating rpmsg_instance
[    0.625058] intel_scu_flis intel_scu_flis: scu flis probed
[    0.628514] vprog1: 1200 <--> 2800 mV at 1200 mV fast normal standby
[    0.628799] vprog2: 1200 <--> 2800 mV at 2800 mV fast normal standby
[    0.629005] vemmc1: 2850 mV fast normal standby
[    0.629217] vemmc2: 2850 mV fast normal standby
[    0.629900] audit: initializing netlink socket (disabled)
[    0.629939] type=2000 audit(1383193146.620:1): initialized
[    0.630525] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.635562] NFS: Registering the id_resolver key type
[    0.635964] fuse init (API version 7.18)
[    0.636302] msgmni has been set to 1942
[    0.637578] Asymmetric key parser 'x509' registered
[    0.637734] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.637839] io scheduler noop registered
[    0.637872] io scheduler cfq registered (default)
[    0.638292] intel_idle: MWAIT substates: 0x3020220
[    0.638302] intel_idle: v0.4 model 0x35
[    0.638310] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.638320] intel_idle: cpuidle: target_residency[1]= 4
[    0.638330] intel_idle: cpuidle: target_residency[2]= 80
[    0.638339] intel_idle: cpuidle: target_residency[4]= 400
[    0.638349] intel_idle: cpuidle: target_residency[6]= 560
[    0.638359] intel_idle: cpuidle: target_residency[7]= 2541
[    0.638368] intel_idle: cpuidle: target_residency[8]= 4255
[    0.638378] intel_idle: cpuidle: target_residency[9]= 39853
[    0.638610] hsu core clock 50 M
[    0.638682] HSU serial 0000:00:05.0: PCI ID: 8086:08fc FUNC: 0 driver: 0 addr:ffa28080 len:80
[    0.642352] HSU serial 0000:00:05.1: PCI ID: 8086:08fd FUNC: 1 driver: 0 addr:ffa28100 len:80
[    0.642522] HSU serial 0000:00:05.2: PCI ID: 8086:08fe FUNC: 2 driver: 0 addr:ffa28180 len:80
[    0.642672] HSU serial 0000:00:05.3: PCI ID: 8086:08ff FUNC: 3 driver: 1 addr:ffa28400 len:400
[    0.642789] 0000:00:05.0: ttyMFD0 at MMIO 0xffa28080 (irq = 60) is a hsu_port0
[    0.643014] 0000:00:05.1: ttyMFD1 at MMIO 0xffa28100 (irq = 61) is a hsu_port1
[    0.643210] 0000:00:05.2: ttyMFD2 at MMIO 0xffa28180 (irq = 62) is a hsu_port2
[    0.643377] 0000:00:05.1: ttyMFD3 at MMIO 0xffa28100 (irq = 61) is a hsu_port3
[    0.643815] Non-volatile memory driver v1.3
[    0.644106] [drm] Initialized drm 1.1.0 20060810
[    0.650108] brd: module loaded
[    0.653445] loop: module loaded
[    0.656926] Android kernel panic handler initialized on partition mmcblk0p2!
[    0.656976] intel_fabric_logging rpmsg16: Probed fw_logging rpmsg device
[    0.656988] intel_fabric_logging rpmsg16: Allocating rpmsg_instance
[    0.657093] No stored SCU errors found in SRAM
[    0.658211] DW: found PCI SPI controller(ID: 8086:08e1)
[    0.661324] dw_spi_pci 0000:00:00.2: master is unqueued, this is deprecated
[    0.661406] DW: found PCI SPI controller(ID: 8086:08ee)
[    0.671197] dw_spi_pci 0000:00:02.4: master is unqueued, this is deprecated
[    0.671336] hsi-ctrl: Controller driver regiseterd
[    0.681042] hsi-ctrl: IP V1 (0x14), HW PCI id (0x902)
[    0.691187] hsi-ffl hsi-ffl: ffl_driver_probe entered
[    0.691363] hsi-ffl hsi-ffl: ffl_driver_probe completed
[    0.691393] hsi-ffl: driver initialised
[    0.691419] tun: Universal TUN/TAP device driver, 1.6
[    0.691428] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.691459] hsi-ffl: done creating pool of frames.
[    0.691571] hsi-ffl: done creating pool of frames.
[    0.691616] PPP generic driver version 2.4.2
[    0.691775] PPP BSD Compression module registered
[    0.691784] PPP Deflate Compression module registered
[    0.700110] PPP MPPE Compression module registered
[    0.700130] NET: Registered protocol family 24
[    0.700177] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    0.700188] CSLIP: code copyright 1989 Regents of the University of California.
[    0.700262] penwell_otg 0000:00:02.3: Intel OTG2.0 controller is detected.
[    0.700274] penwell_otg 0000:00:02.3: Driver version: 0.8
[    0.711341] penwell_otg 0000:00:02.3: charging_compliance = 0
[    0.722087] penwell_otg 0000:00:02.3: PHY can't enter low power mode when UDC is in idle mode
[    0.842488] usbcore: registered new interface driver pnwotg_test
[    0.842501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.852298] ehci_hcd 0000:00:06.5: setting latency timer to 64
[    0.852313] ehci_hcd 0000:00:06.5: EHCI Host Controller
[    0.852341] ehci_hcd 0000:00:06.5: new USB bus registered, assigned bus number 1
[    0.861964] ehci_hcd 0000:00:06.5: USB SPH is disabled
[    0.861976] ehci_hcd 0000:00:06.5: can't setup
[    0.861990] ehci_hcd 0000:00:06.5: USB bus 1 deregistered
[    0.862218] ehci_hcd 0000:00:06.5: init 0000:00:06.5 fail, -19
[    0.862337] usbcore: registered new interface driver cdc_acm
[    0.862347] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.862357] Initializing USB Mass Storage driver...
[    0.862408] usbcore: registered new interface driver usb-storage
[    0.862417] USB Mass Storage support registered.
[    0.862454] penwell_otg 0000:00:02.3: Intel USB2.0 Device Controller driver
[    0.862467] penwell_otg 0000:00:02.3: irq 32, pci mem efbc0000
[    0.862477] penwell_otg 0000:00:02.3: Driver version: June 3, 2010
[    0.862488] penwell_otg 0000:00:02.3: Support (max) 16 endpoints
[    0.862499] penwell_otg 0000:00:02.3: Device interface version: 0x0001
[    0.862510] penwell_otg 0000:00:02.3: Controller mode: Device
[    0.862520] penwell_otg 0000:00:02.3: Support USB LPM: Yes
[    0.862830] mousedev: PS/2 mouse device common for all mice
[    0.863429] rtc_mrst rpmsg15: Probed vrtc_mrst rpmsg device
[    0.863441] rtc_mrst rpmsg15: Allocating rpmsg_instance
[    0.863723] using rtc device, rtc_mrst, for alarms
[    0.863751] rtc_mrst rtc_mrst: rtc core: registered rtc_mrst as rtc0
[    0.863929] rtc_mrst rtc_mrst: vRTC driver initialised
[    0.863981] i2c /dev entries driver
[    0.864381] i2c-gpio i2c-gpio.10: using pins 132 (SDA) and 131 (SCL)
[    0.864459] Inside smb347_init
[    0.865611] coretemp coretemp.0: Unable to read TjMax from CPU 0
[    0.865707] coretemp coretemp.0: Unable to read TjMax from CPU 2
[    0.865808] intel_mid_pwm rpmsg18: Probed mid_pwm rpmsg device
[    0.865940] lsm303d driver: init
[    0.866114] device-mapper: uevent: version 1.0.3
[    0.866382] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx
[    0.867206] cpuidle: using governor ladder
[    0.868017] cpuidle: using governor menu
[    0.868052] sdhci: Secure Digital Host Controller Interface driver
[    0.868060] sdhci: Copyright(c) Pierre Ossman
[    0.868109] leds_intel_kpd rpmsg17: Probed kpd_led rpmsg device
[    0.868180] Registered led device: intel_keypad_led
[    0.868868] usbcore: registered new interface driver usbhid
[    0.868881] usbhid: USB HID core driver
[    0.868900] zram: num_devices not specified. Using default: 1
[    0.868912] zram: Creating 1 devices ...
[    0.869918] ashmem: initialized
[    0.870049] logger: created 256K log 'log_main'
[    0.870188] logger: created 256K log 'log_events'
[    0.870317] logger: created 256K log 'log_radio'
[    0.870453] logger: created 256K log 'log_kernel'
[    0.870582] logger: created 256K log 'log_system'
[    0.912865] max170xx_battery 2-0036: chip type max17047/50 detected
[    0.913840] max170xx_battery 2-0036: current sensing enabled
[    1.010651] smb347 2-006a: To set USB enabled.
[    1.012996] smb347 2-006a: Set charge mode as USB100.
[    1.013778] smb347 2-006a: registered to OTG notifications
[    1.017043] -- ctp_get_battery_pack_temp --Error:The charger driver interface is not ready.
[    1.017062] smb347 2-006a: battery pack temp read fail:-11
[    1.017616] max170xx_battery 2-0036: soc perc: soc: 100, offset: 1
[    1.029989] smb347 2-006a: Schedule the charge event worker.
[    1.030016] smb347 2-006a: smb347_event_worker
[    1.030181] sdhci-pci 0000:00:01.0: SDHCI controller found [8086:08e5] (rev d)
[    1.030927] smb347 2-006a: fg chip found:max17047_battery
[    1.031256] smb347 2-006a: USB suspend/disconnect evt. To disable charging
[    1.032009] sdhci-pci 0000:00:01.0: setting latency timer to 64
[    1.032260] smb347 2-006a: Set charge mode as USB100.
[    1.034115] smb347 2-006a: To set USB suspend.
[    1.052525] max170xx_battery 2-0036: soc perc: soc: 100, offset: 1
[    1.092710] smb347 2-006a: 
[    1.092716] smb347_status_monitor: temp=22 vbatt=4124 ocv=4205 chrg_now=1020500 chrg_full=1020500
[    1.092724] batt_level=100, current_now=-555(mA)
[    1.092730] BPTHERM= 22[0,45]
[    1.137013] mmc0: new high speed DDR MMC card at address 0001
[    1.137551] mmcblk0: mmc0:0001 SEM04G 3.67 GiB 
[    1.137905] mmcblk0boot0: mmc0:0001 SEM04G partition 1 2.00 MiB
[    1.138253] mmcblk0boot1: mmc0:0001 SEM04G partition 2 2.00 MiB
[    1.138595] mmcblk0rpmb: mmc0:0001 SEM04G partition 3 4.00 KiB
[    1.138968] mmcblk0gp0: mmc0:0001 SEM04G partition 4 8.00 MiB
[    1.142792] max170xx_battery 2-0036: soc perc: soc: 100, offset: 1
[    1.146353]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[    1.149475]  mmcblk0gp0: unknown partition table
[    1.150327]  mmcblk0rpmb: unable to read partition table
[    1.151511]  mmcblk0boot1: unknown partition table
[    1.152733]  mmcblk0boot0: unknown partition table
[    1.152981] mmc0: SDHCI controller on PCI [0000:00:01.0] using ADMA
[    1.153028] match_panic_par:emmc found
[    1.153072] panic partition found
[    1.153864] emmc_panic_notify_add: Bound to emmc partition 'emmc_ipanic'
[    1.153879] emmc_panic_notify_add: Data available in panic partition
[    1.153893] emmc_panic_notify_add: log file 1(512, 262144)
[    1.153926] emmc_panic_notify_add: log file 2(262656, 104131)
[    1.161800] sdhci-pci 0000:00:04.0: SDHCI controller found [8086:08f9] (rev d)
[    1.171974] sdhci-pci 0000:00:04.0: setting latency timer to 64
[    1.173178] mmc1: SDHCI controller on PCI [0000:00:04.0] using ADMA
[    1.181754] sdhci-pci 0000:00:04.1: SDHCI controller found [8086:08fa] (rev d)
[    1.202019] sdhci-pci 0000:00:04.1: setting latency timer to 64
[    1.203249] mmc2: SDHCI controller on PCI [0000:00:04.1] using ADMA
[    1.222719] max170xx_battery 2-0036: soc perc: soc: 100, offset: 1
[    1.231792] sep_sec_driver 0000:00:01.5: Chaabi status from SCU 11112222
[    1.242211] [drm] psb - 5.6.0.1202
[    1.242416] [TTM] Zone  kernel: Available graphics memory: 497326 kiB
[    1.242430] [TTM] Initializing pool allocator
[    1.243403] [drm] intel_mid_get_vbt_data: panel name: GWM BB Prx, mipi_mode = 1
[    1.243458] [drm] IMR4 start=0x36ff0000, size=9490432B (2317 pages)
[    1.243630] GMMADR(region 0) start: 0x40000000 (256M).
[    1.243644] GTTADR(region 3) start: 0xdfec0000 (can map 256M RAM), and actual RAM base 0x3ffc0000.
[    1.243657] Stole memory information 
[    1.243666]       base in RAM: 0x3f000000 
[    1.243676]       size: 16124K, calculated by (GTT RAM base) - (Stolen base), seems wrong
[    1.243690]       the correct size should be: 16M(dvmt mode=4) 
[    1.243703] RAR Stole memory: RAM base = 0x36ff0000, size = 9 M 
[    1.257737] Set up 4031 stolen pages starting at 0x0003f000, GTT offset 0K
[    1.261187] Set up 0 CI stolen pages starting at 0x00000000, GTT offset 131072K
[    1.269049] [drm] PSB GTT mem manager ready, tt_start 4031, tt_size 28737 pages
[    1.269283] [drm] SGX core id = 0x00000000
[    1.269294] [drm] SGX core rev major = 0x00, minor = 0x00
[    1.269305] [drm] SGX core rev maintenance = 0x00, designer = 0x00
[    1.269324] init tiling heap, size is 0x00010000 pages
[    1.269344] MSVDX: core id	3038fff
[    1.269353] MSVDX: core rev	40103
[    1.282831] pvrsrvkm 0000:00:02.0: irq 93 for MSI/MSI-X
[    1.282886] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.282898] [drm] No driver support for vblank timestamp query.
[    1.282978] [otm_hdmi]: psb_drv: set irq affnity to CPU0
[    1.283861] [drm] mdfld_dsi_error_detector_init: started
[    1.284001] [drm] mdfld_dsi_dsr_init: Video mode panel, disabling DSR
[    1.284022] [drm] Initialized pvrsrvkm 8.1.0 2009-03-10 for 0000:00:02.0 on minor 0
[    1.284137] [drm] gwm_lcd_init:GWM QHD module
[    1.284199] [drm] gwm_lcd_probe:GWM QHD LCD DETECT
[    1.284278] allocated 540x960 fb
[    1.284534] fbcon: psbfb (fb0) is primary device
[    1.284768] mdfld_crtc_dsi_mode_set: dspsurf = 0x0, dsplinoff = 0x0
[    1.284788] [drm] skip panle power setting for first boot! panel is already powered on
[    1.285650] Console: switching to colour frame buffer device 67x60
[    1.286463] fb0: psbfb frame buffer device
[    1.286472] drm: registered panic notifier
[    1.286575] [drm] dsi status [28:LP Generic Write FIFO Full]
[    1.286652] [drm] ospm_post_init dc_islands: 180 to be powered OFF
[    1.286839] kdispmgr: display manager start.
[    1.286867] kdispmgr: netlink socket created successfully.
[    1.287022] [drm] gwm_lcd_init:GWM HD module
[    1.287121] intel_scu_fw_update rpmsg10: Probed fw_update rpmsg device
[    1.287135] intel_scu_fw_update rpmsg10: Allocating rpmsg_instance
[    1.287284] intel_mid_osip rpmsg14: Probed OSIP rpmsg device
[    1.287352] intel_mid_umip rpmsg13: Probed UMIP rpmsg device
[    1.287516] mdm_ctrl: Getting device infos
[    1.287547] mdm ctrl: platform data setup
[    1.287558] mdm ctrl: Getting CTP datas
[    1.287568] mdm ctrl: platform data setup done
[    1.287583] mdm ctrl: GPIO list : rst_out:84, pwr_on:113, rst_bbn:178, cdump:37
[    1.287597] mdm_ctrl: Taking 6360 modem sequences
[    1.288194] mdm_ctrl: GPIO (rst_bbn: 178, pwr_on: 113, rst_out: 84, fcdp_rb: 37)
[    1.288209] mdm_ctrl: IRQ  (rst_out: 340, fcdp_rb: 293)
[    1.288220] mdm_ctrl: Power OFF requested
[    1.289417] Intel ALSA SSP Driver
[    1.289423]  Version 1.0.2
[    1.290651] Intel ALSA IFX Driver
[    1.290657]  Version 1.0.2
[    1.301119] [drm] new update of use cases
[    1.312311] cs42l73 1-004a: Cirrus Logic CS42L73, Revision: B0
[    1.312501] mid_ssp: ssp_soc_dai_init: SSP DAI: FCT ssp_soc_dai_init called
[    1.312512] snd_intel_sst: INFO: ******** SST DRIVER loading.. Ver: 3.0.8
[    1.312727] Netfilter messages via NETLINK v0.30.
[    1.312782] nf_conntrack version 0.5.0 (15541 buckets, 62164 max)
[    1.313388] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    1.313401] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    1.313768] xt_time: kernel timezone is -0000
[    1.314304] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.314586] arp_tables: (C) 2002 David S. Miller
[    1.314667] TCP: cubic registered
[    1.314676] Initializing XFRM netlink socket
[    1.315176] NET: Registered protocol family 10
[    1.316296] Mobile IPv6
[    1.316345] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.316580] IPv6 over IPv4 tunneling driver
[    1.317258] NET: Registered protocol family 17
[    1.317297] NET: Registered protocol family 15
[    1.317355] L2TP core driver, V2.0
[    1.317376] PPPoL2TP kernel driver, V2.0
[    1.317387] Registering the dns_resolver key type
[    1.318795] Using IPI No-Shortcut mode
[    1.318812] info[ 0]: name = power_btn, gpio = -1
[    1.318827] info[ 1]: name = prog_btn1, gpio = -1
[    1.318842] info[ 2]: name = prog_btn2, gpio = -1
[    1.318857] info[ 3]: name = lid_switch, gpio = -1
[    1.318870] info[ 4]: name = vol_up, gpio = 30
[    1.318882] info[ 5]: name = vol_down, gpio = 31
[    1.318898] info[ 6]: name = camera_full, gpio = -1
[    1.318913] info[ 7]: name = camera_half, gpio = -1
[    1.318928] info[ 8]: name = MagSw1, gpio = -1
[    1.318943] info[ 9]: name = MagSw2, gpio = -1
[    1.318958] info[10]: name = cam_capture, gpio = -1
[    1.318974] info[11]: name = cam_focus, gpio = -1
[    1.318989] info[12]: name = fp_menu_key, gpio = -1
[    1.319004] info[13]: name = fp_home_key, gpio = -1
[    1.319018] info[14]: name = fp_search_key, gpio = -1
[    1.319034] info[15]: name = fp_back_key, gpio = -1
[    1.319049] info[16]: name = volume_up, gpio = -1
[    1.319063] info[17]: name = volume_down, gpio = -1
[    1.319079] info[18]: name = mute_enable, gpio = -1
[    1.319094] info[19]: name = camera0_sb1, gpio = -1
[    1.319109] info[20]: name = camera0_sb2, gpio = -1
[    1.319669] registered taskstats version 1
[    1.320781] vemmc1: incomplete constraints, leaving on
[    1.320855] vprog2: incomplete constraints, leaving on
[    1.321648] file system registered
[    1.323729]  gadget: Mass Storage Function, version: 2009/09/11
[    1.323746]  gadget: Number of LUNs=1
[    1.323760]  lun0: LUN: removable file: (no medium)
[    1.324049]  gadget: android_usb ready
[    1.324070] penwell_otg 0000:00:02.3: register driver: android_usb
[    1.324550] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    1.324817] <<-GTP-INFO->> GTP driver install.
[    1.324865] ==falcon ft5x06_ts_probe=
[    1.324993] APIC ID: 0
[    1.325003] APIC ID: 1
[    1.325011] APIC ID: 2
[    1.325019] APIC ID: 3
[    1.325085] Num p-states 3
[    1.325098] State [0]: core_frequency[1200] transition_latency[100] control[0x951]
[    1.325113] State [1]: core_frequency[933] transition_latency[100] control[0x747]
[    1.325128] State [2]: core_frequency[800] transition_latency[100] control[0x645]
[    1.325296] Num p-states 3
[    1.325308] State [0]: core_frequency[1200] transition_latency[100] control[0x951]
[    1.325323] State [1]: core_frequency[933] transition_latency[100] control[0x747]
[    1.325338] State [2]: core_frequency[800] transition_latency[100] control[0x645]
[    1.325436] Num p-states 3
[    1.325448] State [0]: core_frequency[1200] transition_latency[100] control[0x951]
[    1.325463] State [1]: core_frequency[933] transition_latency[100] control[0x747]
[    1.325478] State [2]: core_frequency[800] transition_latency[100] control[0x645]
[    1.325575] Num p-states 3
[    1.325587] State [0]: core_frequency[1200] transition_latency[100] control[0x951]
[    1.325603] State [1]: core_frequency[933] transition_latency[100] control[0x747]
[    1.325618] State [2]: core_frequency[800] transition_latency[100] control[0x645]
[    1.325968] ALSA device list:
[    1.325980]   #0: Loopback 1
[    1.325990]   #1: 
[    1.325999]   #2: 
[    1.326018] msic_thermal rpmsg0: Probed mid_therm rpmsg device
[    1.342130] lsm303d 5-001e: probe start.
[    1.342327] lsm303d: hw init start
[    1.342560] lsm303d: hw init done
[    1.345467] input: lsm303d_acc as /devices/pci0000:00/0000:00:03.4/i2c-5/5-001e/input/input1
[    1.345812] input: lsm303d_mag as /devices/pci0000:00/0000:00:03.4/i2c-5/5-001e/input/input2
[    1.346261] lsm303d 5-001e: lsm303d: probed
[    1.347069] apds990x 5-0039: max ADC value = 18432
[    1.348344] apds990x 5-0039: Set flis to "pull up, 20K" for PIN 0xa9.
[    1.351625] I2S SSP Driver 0000:00:01.4: Detected PCI SSP (ID: 8086:08e8)
[    1.362067] msic_power_btn rpmsg3: Probed mid_pb rpmsg device
[    1.362113] msic_power_btn mid_powerbtn: Probed mid powerbutton devivce
[    1.362290] input: mid_powerbtn as /devices/platform/mid_powerbtn/input/input3
[    1.362633] [mid_powerbtn] power button released
[    1.362783] snd_soc_ctp_machine rpmsg4: Probed snd_clv rpmsg device
[    1.362798] snd_soc_ctp_machine: In snd_ctp_driver_init
[    1.370498] I2S SSP Driver 0000:00:01.4: Probe/find capability (VNDR 9 pos=0x88)
[    1.370516] I2S SSP Driver 0000:00:01.4: Vendor capability adid = 0x4246
[    1.370534] I2S SSP Driver 0000:00:01.4: Detected PCI SSP (ID: 8086:08e8) ssp_fs_gpio_mapping =9 ssp_fs_mode =1
[    1.370553] I2S SSP Driver 0000:00:01.4: Detected PCI SSP (ID: 8086:08e8) usage =1
[    1.370724] ALLOCATE FOR ASOC
[    1.381923] snd_intel_sst: Got drv data max stream 5
[    1.402688] snd_intel_sst: intel_sst_probe successfully done!
[    1.411563] I2S SSP Driver 0000:00:02.7: Detected PCI SSP (ID: 8086:08f1)
[    1.421608] I2S SSP Driver 0000:00:02.7: Probe/find capability (VNDR 9 pos=0x88)
[    1.421626] I2S SSP Driver 0000:00:02.7: Vendor capability adid = 0x414a
[    1.421644] I2S SSP Driver 0000:00:02.7: Detected PCI SSP (ID: 8086:08f1) ssp_fs_gpio_mapping =5 ssp_fs_mode =1
[    1.421662] I2S SSP Driver 0000:00:02.7: Detected PCI SSP (ID: 8086:08f1) usage =2
[    1.421817] ALLOCATE FOR ASOC
[    1.421936] mid_ssp: ssp_dai_probe: SSP DAI: FCT ssp_dai_probe enters
[    1.421950] mid_ssp: ssp_dai_probe: ssp_info address edbf2a00
[    1.461463] screen_max_x:540  screen_max_y:960 
[    1.461490] ft5x06: set_vkey_map success
[    1.461627] input: ft5x06_ts as /devices/virtual/input/input4
[    1.461771] cpufreq_intel_input_connect: connect to ft5x06_ts
[    1.461788] client->dev.driver->name ft5x06_ts  ,318
[    1.471708] Firmware id 0xe ..
[    1.511567] Point Rate:88 val 100 ..
[    1.511720] Thgroup:80 val 100 ..
[    1.511874] fts_ctpm_get_i_file_ver: ui_sz is 0x6c66
[    1.511894] ft5x0x:ft5x0x_create_sysfs() - sysfs_create_group() succeeded.
[    1.511915] ft5x06_ts 0-0038: Create proc entry success!
[    1.621334] Switching to clocksource tsc
[    1.633633] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe enters for CPU_DAI 1
[    1.633651] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe ssp_config ecacde00
[    1.633668] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe enters for CPU_DAI 0
[    1.633683] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe ssp_config ecacde80
[    1.634151] set_clk0 request ON for Mode 0x20
[    1.634160] set_clk0: enabling clk, mode 0x20
[    1.634167] configuring OSC_CLK_AUDIO now
[    1.842047] set_clk0 request OFF for Mode 0x20
[    1.842058] set_clk0: disabling clk, mode 0x0
[    1.842065] configuring OSC_CLK_AUDIO now
[    1.842945] snd_soc_ctp_machine: Disable 288 interrupt line
[    1.843025] asoc: cs42l73-asp <-> Headset-cpu-dai mapping ok
[    1.843297] asoc: cs42l73-vsp <-> Voice-cpu-dai mapping ok
[    1.843548] compress asoc: cs42l73-asp <-> Compress-cpu-dai mapping ok
[    1.843789] asoc: snd-soc-dummy-dai <-> ssp-bt-cpu-dai mapping ok
[    1.844110] asoc: cs42l73-vsp <-> ssp-bt-cpu-dai mapping ok
[    1.844436] asoc: snd-soc-dummy-dai <-> ssp-modem-cpu-dai mapping ok
[    1.844725] asoc: cs42l73-asp <-> Virtual-cpu-dai mapping ok
[    1.845031] asoc: snd-soc-dummy-dai <-> Probe-cpu-dai mapping ok
[    1.847719] input: cloverview_audio Intel MID Audio Jack as /devices/platform/ctp_rhb_cs42l73/sound/card3/input5
[    1.848397] mid_ssp: ssp_dai_probe: SSP DAI: FCT ssp_dai_probe leaves 0
[    1.848431] I2S: platform mid-ssp-dai allocated
[    1.849273] Freeing unused kernel memory: 360k freed
<30>[    1.906866] systemd-udevd[139]: starting version 204
[    2.424671] initrd: mounting /dev/mmcblk0p9
[    2.428329] EXT4-fs (mmcblk0p9): couldn't mount as ext3 due to feature incompatibilities
[    2.512881] EXT4-fs (mmcblk0p9): couldn't mount as ext2 due to feature incompatibilities
[    2.576720] EXT4-fs (mmcblk0p9): recovery complete
[    2.577760] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: discard
[    2.583470] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
[    2.651543] EXT4-fs (loop0): mounting ext2 file system using the ext4 subsystem
[    2.652828] EXT4-fs (loop0): warning: mounting unchecked fs, running e2fsck is recommended
[    2.653106] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
[    2.653667] initrd: mounting system.img (image developer mode)
[    2.686999] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatibilities
[    2.741421] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatibilities
[    2.804278] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
[    2.811997] initrd: device is revolution
[    3.219862] initrd: checking mount label mmcblk0p7
[    3.230719] initrd: checking mount label mmcblk0p3
[    3.244465] initrd: checking mount label mmcblk0p6
[    3.255331] initrd: checking mount label mmcblk0p5
[    3.269140] initrd: checking mount label mmcblk0p7
[    3.272318] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system
[    3.328656] initrd: enabling USB debugging
[    3.329058] adb_bind_config
[    3.329066] adb mode
[    3.331963] initrd: starting adbd for USB debugging
[    3.335422] adb_open
[    5.043940] penwell_otg 0000:00:02.3: DCD started
[    5.110938] penwell_otg 0000:00:02.3: Data contact detected!
[    5.110957] penwell_otg 0000:00:02.3: DCD complete
[    5.228474] penwell_otg 0000:00:02.3: SDP detected
[    5.228486] penwell_otg 0000:00:02.3: SDP detected
[    5.228619] penwell_otg 0000:00:02.3: Found private SRAM at fffe0000 size:4000
[    5.228637] smb347 2-006a: [chrg] evt:0 type:4 cur:100
[    5.229667] penwell_otg 0000:00:02.3: enable streaming mode
[    5.232839] smb347 2-006a: [chrg] evt:1 type:4 cur:500
[    5.232875] smb347 2-006a: smb347_event_worker
[    5.235120] smb347 2-006a: To set USB enabled.
[    5.235629] smb347 2-006a: SDP charger connected.
[    5.236289] smb347 2-006a: Set charge mode as USB500.
[    5.357268] android_work: did not send uevent (0 0   (null))
[    5.370354] smb347 2-006a: Charging Status: STAT_C:0x7
[    5.411590] max170xx_battery 2-0036: soc perc: soc: 100, offset: 1
[    5.483624] android_work: sent uevent USB_STATE=CONNECTED
[    5.487538] android_usb gadget: high-speed config #1: android
[    5.487693] android_work: sent uevent USB_STATE=CONFIGURED
[   10.835649] SCU TRACE INFO: eMMC DLL Locked in; Wait count us,DLL Loc 0x00000001 0x00000000
[   10.835668] SCU TRACE INFO: Warning: Cap/Coincell is lowTT: 0x000843BA 
[   21.352278] SCU TRACE INFO: TT: 0x000EAC5A 
[   31.868888] SCU TRACE INFO: TT: 0x001514FA 
[   42.385497] SCU TRACE INFO: TT: 0x001B7D9A 
[   52.902077] SCU TRACE INFO: TT: 0x0021E63A 
[   63.063257] smb347 2-006a: 
[   63.063263] smb347_status_monitor: temp=22 vbatt=4215 ocv=4205 chrg_now=1020500 chrg_full=1020500
[   63.063270] batt_level=100, current_now=69(mA)
[   63.063275] BPTHERM= 25[0,45]
[   63.063964] smb347 2-006a: Charging Status: STAT_C:0x7
[   63.104183] max170xx_battery 2-0036: soc perc: soc: 100, offset: 1
[   63.418713] SCU TRACE INFO: TT: 0x00284EDA 
[   73.935326] SCU TRACE INFO: TT: 0x002EB77A 
[   84.451896] SCU TRACE INFO: TT: 0x0035201A 
[   94.968503] SCU TRACE INFO: TT: 0x003B88BA 
[  105.485162] SCU TRACE INFO: TT: 0x0041F15A 
[  116.001764] SCU TRACE INFO: TT: 0x004859FA 
[  126.518337] SCU TRACE INFO: TT: 0x004EC29A 
[  137.034985] SCU TRACE INFO: TT: 0x00552B3C 
[  147.551673] SCU TRACE INFO: TT: 0x005B93DB 
[  158.068221] SCU TRACE INFO: TT: 0x0061FC7B 
[  168.584845] SCU TRACE INFO: TT: 0x0068651B 
[  179.101418] SCU TRACE INFO: TT: 0x006ECDBB 
[  189.618063] SCU TRACE INFO: TT: 0x0075365B 
[  191.397250] adbd (347): /proc/347/oom_adj is deprecated, please use /proc/347/oom_score_adj instead.
[  200.134634] SCU TRACE INFO: TT: 0x007B9EFB 
[  210.651254] SCU TRACE INFO: TT: 0x0082079C 

Follow ups

References