System boot time messages

From Studio Kousagi Wiki
Jump to: navigation, search

System boot time messages

For reference, some examples of boot time messages from a (hopefully normal) Novena laptop.

System / U-boot messages

With a suitable connection to the serial port you should see something like the following:

 U-Boot SPL 2015.04-rc1-02837-g0e39e8c (May 18 2015 - 19:11:36)
 Running post-config memory test... Pass
 Internal SD card
 reading u-boot.img
 reading u-boot.img
 

 U-Boot 2015.04-rc1-02837-g0e39e8c (May 18 2015 - 19:11:36)

 CPU:   Freescale i.MX6Q rev1.2 at 792 MHz
 Reset cause: POR
 Board: Novena 4x
 I2C:   ready
 DRAM:  3.8 GiB
 PMIC: PFUZE100 ID=0x10
 MMC:   FSL_SDHC: 0, FSL_SDHC: 1
 Using default environment
 
 auto-detected panel Chimei-FHD
 Display: Chimei-FHD (1920x1080)
 In:    serial
 Out:   serial
 Err:   serial
 Net:   FEC [PRIME]
 Hit any key to stop autoboot:  0 
 reading uEnv.txt
 ** Unable to read file uEnv.txt **
 To override boot, create a file on the internal MMC called uEnv.txt
 To hook early boot process, add a variable called earlyhook
 IT6251 bridge chip detected
 gpio: pin 110 (gpio 110) value is 1
 Hold recovery button to boot to recovery, or to enter U-Boot shell.
 reading zImage
 5418656 bytes read in 256 ms (20.2 MiB/s)
 reading novena.dtb
 40560 bytes read in 18 ms (2.1 MiB/s)
 To hook late boot process, add a variable called finalhook
 Kernel image @ 0x12000000 [ 0x000000 - 0x52aea0 ]
 ## Flattened Device Tree blob at 11ff0000
    Booting using the fdt blob at 0x11ff0000
    Using Device Tree in place at 11ff0000, end 11ffce6f
 
 Starting kernel ...

Kernel boot messages

These log messages are from a laptop system running kernel version: 3.19.0-00504-gb9c0464 #5 SMP PREEMPT.

(Towards the end of the log some ip_tables/netfilter related messages can be seen, this is because a firewall package has been installed.)

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.0-00504-gb9c0464 (xobs@xobs-novena-heirloom) (gcc version 4.9.2 (Debian 4.9.2-10) ) #5 SMP PREEMPT Fri Nov 20 12:10:42 SGT 2015
[    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Kosagi Novena Dual/Quad
[    0.000000] cma: Reserved 256 MiB at 0x2f800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 983039
[    0.000000] free_area_init_node: node 0, pgdat c0bbab80, node_mem_map dd5b8000
[    0.000000]   Normal zone: 1710 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 194560 pages, LIFO batch:31
[    0.000000]   HighMem zone: 788479 pages, LIFO batch:31
[    0.000000] PERCPU: Embedded 11 pages/cpu @dd55d000 s12672 r8192 d24192 u45056
[    0.000000] pcpu-alloc: s12672 r8192 d24192 u45056 alloc=11*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: 981329
[    0.000000] Kernel command line: init=/lib/systemd/systemd rootwait rw root=PARTUUID=4e6f7653-03 console=tty0
[    0.000000] log_buf_len individual max cpu contribution: 65536 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 196608 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 524288 bytes
[    0.000000] early log buf free: 129412(98%)
[    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: 3620520K/3932156K available (8488K kernel code, 383K rwdata, 2584K rodata, 572K init, 641K bss, 49492K reserved, 262144K cma-reserved, 3153916K highmem)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
      .text : 0xc0008000 - 0xc0ad85a8   (11074 kB)
      .init : 0xc0ad9000 - 0xc0b68000   ( 572 kB)
      .data : 0xc0b68000 - 0xc0bc7e54   ( 384 kB)
       .bss : 0xc0bc7e54 - 0xc0c6861c   ( 642 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76070001
[    0.000000] Switching to timer-based delay loop, resolution 333ns
[    0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
[    0.001551] Console: colour dummy device 80x30
[    0.002631] console [tty0] enabled
[    0.002666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[    0.002719] pid_max: default: 32768 minimum: 301
[    0.002842] Security Framework initialized
[    0.002877] AppArmor: AppArmor disabled by boot time parameter
[    0.003075] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003113] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003861] Initializing cgroup subsys memory
[    0.003909] Initializing cgroup subsys devices
[    0.003943] Initializing cgroup subsys freezer
[    0.003977] Initializing cgroup subsys net_cls
[    0.004009] Initializing cgroup subsys blkio
[    0.004039] Initializing cgroup subsys perf_event
[    0.004072] Initializing cgroup subsys net_prio
[    0.004149] CPU: Testing write buffer coherency: ok
[    0.004202] ftrace: allocating 28141 entries in 83 pages
[    0.052230] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.052364] Setting up static identity map for 0x107ad9a8 - 0x107ada00
[    0.130497] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.150481] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.170473] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.170561] Brought up 4 CPUs
[    0.170634] SMP: Total of 4 processors activated (24.00 BogoMIPS).
[    0.170653] CPU: All CPU(s) started in SVC mode.
[    0.171404] devtmpfs: initialized
[    0.172223] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.187297] pinctrl core: initialized pinctrl subsystem
[    0.187775] regulator-dummy: no parameters
[    0.198019] NET: Registered protocol family 16
[    0.200602] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.229641] cpuidle: using governor ladder
[    0.259648] cpuidle: using governor menu
[    0.259820] CPU identified as i.MX6Q, silicon rev 1.2
[    0.269110] vdd1p1: 800 <--> 1375 mV at 1100 mV 
[    0.269600] vdd3p0: 2800 <--> 3150 mV at 3000 mV 
[    0.270036] vdd2p5: 2000 <--> 2750 mV at 2400 mV 
[    0.270459] vddarm: 725 <--> 1450 mV at 1150 mV 
[    0.270932] vddpu: 725 <--> 1450 mV at 1150 mV 
[    0.271358] vddsoc: 725 <--> 1450 mV at 1175 mV 
[    0.281547] No ATAGs?
[    0.281599] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.281639] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.282246] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[    0.312512] 2P5V: 2500 mV 
[    0.312584] reg-fixed-voltage 2p5v: 2P5V supplying 2500000uV
[    0.312772] 3P3V: 3300 mV 
[    0.312836] reg-fixed-voltage 3p3v: 3P3V supplying 3300000uV
[    0.313032] usb_otg_vbus: 5000 mV 
[    0.313100] reg-fixed-voltage usb_otg_vbus: usb_otg_vbus supplying 5000000uV
[    0.720500] es8328-power: 5000 mV 
[    0.720582] reg-fixed-voltage es8328-regulator: es8328-power supplying 5000000uV
[    0.720816] lcd-lvds-power: 3300 mV 
[    0.720908] reg-fixed-voltage lcd-regulator: lcd-lvds-power supplying 3300000uV
[    0.930498] lcd-display-power: 3300 mV 
[    0.930576] reg-fixed-voltage display-regulator: lcd-display-power supplying 3300000uV
[    0.950498] sata-power: 3300 mV 
[    0.950581] reg-fixed-voltage sata-regulator: sata-power supplying 3300000uV
[    0.950801] pcie-power: 3300 mV 
[    0.950871] reg-fixed-voltage pcie-regulator: pcie-power supplying 3300000uV
[    0.951407] vgaarb: loaded
[    0.951789] SCSI subsystem initialized
[    0.951874] libata version 3.00 loaded.
[    0.952175] usbcore: registered new interface driver usbfs
[    0.952261] usbcore: registered new interface driver hub
[    0.952403] usbcore: registered new device driver usb
[    0.954392] stmpe-i2c 0-0044: Looking up vcc-supply from device tree
[    0.954497] stmpe-i2c 0-0044: Looking up vio-supply from device tree
[    0.955352] stmpe-i2c 0-0044: stmpe811 detected, chip id: 0x811
[    0.957957] i2c i2c-0: IMX I2C adapter registered
[    0.957989] of_dma_request_slave_channel: dma-names property of node '/soc/aips-bus@02100000/i2c@021a0000' missing or empty
[    0.958027] i2c i2c-0: can't use DMA
[    0.958730] i2c i2c-1: IMX I2C adapter registered
[    0.958760] of_dma_request_slave_channel: dma-names property of node '/soc/aips-bus@02100000/i2c@021a4000' missing or empty
[    0.958795] i2c i2c-1: can't use DMA
[    0.960180] i2c i2c-2: IMX I2C adapter registered
[    0.960209] of_dma_request_slave_channel: dma-names property of node '/soc/aips-bus@02100000/i2c@021a8000' missing or empty
[    0.960245] i2c i2c-2: can't use DMA
[    0.960431] pps_core: LinuxPPS API ver. 1 registered
[    0.960454] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.960534] PTP clock support registered
[    0.960933] Advanced Linux Sound Architecture Driver Initialized.
[    0.962131] Bluetooth: Core ver 2.20
[    0.962195] NET: Registered protocol family 31
[    0.962215] Bluetooth: HCI device and connection manager initialized
[    0.962244] Bluetooth: HCI socket layer initialized
[    0.962268] Bluetooth: L2CAP socket layer initialized
[    0.962337] Bluetooth: SCO socket layer initialized
[    0.962835] NetLabel: Initializing
[    0.962858] NetLabel:  domain hash size = 128
[    0.962873] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.962944] NetLabel:  unlabeled traffic allowed by default
[    0.963134] cfg80211: Calling CRDA to update world regulatory domain
[    0.963387] Switched to clocksource mxc_timer1
[    0.997317] FS-Cache: Loaded
[    1.010485] NET: Registered protocol family 2
[    1.011242] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.011344] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.011484] TCP: Hash tables configured (established 8192 bind 8192)
[    1.011594] TCP: reno registered
[    1.011622] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.011693] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.011969] NET: Registered protocol family 1
[    1.012036] PCI: CLS 0 bytes, default 64
[    1.012604] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    1.015427] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.015646] audit: initializing netlink subsys (disabled)
[    1.015715] audit: type=2000 audit(0.990:1): initialized
[    1.024743] zpool: loaded
[    1.024776] zbud: loaded
[    1.025466] VFS: Disk quotas dquot_6.5.2
[    1.025708] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.027188] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.027993] fuse init (API version 7.23)
[    1.029600] pstore: Registered eepromoops as persistent store backend
[    1.032200] NET: Registered protocol family 38
[    1.032329] bounce: pool size: 64 pages
[    1.032416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.032457] io scheduler noop registered (default)
[    1.032485] io scheduler deadline registered
[    1.032712] io scheduler cfq registered
[    1.035260] pwm-backlight backlight: Looking up power-supply from device tree
[    1.037520] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2
[    1.037565] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware
[    1.040817] imx-sdma 20ec000.sdma: initialized
[    1.042725] pfuze100-regulator 1-0008: Full layer: 2, Metal layer: 1
[    1.043361] pfuze100-regulator 1-0008: FAB: 0, FIN: 0
[    1.043428] pfuze100-regulator 1-0008: pfuze100 found.
[    1.045022] SW1AB: 300 <--> 1875 mV at 1375 mV 
[    1.045884] SW1C: 300 <--> 1875 mV at 1375 mV 
[    1.046715] SW2: 800 <--> 3300 mV at 3000 mV 
[    1.047526] SW3A: 400 <--> 1975 mV at 1500 mV 
[    1.048344] SW3B: 400 <--> 1975 mV at 1500 mV 
[    1.049154] SW4: override max_uV, 3300000 -> 1975000
[    1.049169] SW4: 800 <--> 1975 mV at 1800 mV 
[    1.049995] SWBST: 5000 <--> 5150 mV at 5000 mV 
[    1.051307] VSNVS: 1000 <--> 3000 mV at 3000 mV 
[    1.051511] VREFDDR: override min_uV, 1 -> 750000
[    1.051523] VREFDDR: override max_uV, 2147483647 -> 750000
[    1.052140] VREFDDR: 750 mV 
[    1.052936] VGEN1: 800 <--> 1550 mV at 800 mV 
[    1.053750] VGEN2: 800 <--> 1550 mV at 1500 mV 
[    1.054570] VGEN3: 1800 <--> 3300 mV at 1800 mV 
[    1.055410] VGEN4: 1800 <--> 3300 mV at 1800 mV 
[    1.056210] VGEN5: 1800 <--> 3300 mV at 2500 mV 
[    1.057028] VGEN6: 1800 <--> 3300 mV at 2800 mV 
[    1.135823] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 297, base_baud = 5000000) is a IMX
[    1.136445] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 298, base_baud = 5000000) is a IMX
[    1.137081] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 299, base_baud = 5000000) is a IMX
[    1.137579] [drm] Initialized drm 1.1.0 20060810
[    1.139738] panel-simple panel: Looking up power-supply from device tree
[    1.139755] panel-simple panel: Looking up power-supply property in node /panel failed
[    1.139781] panel supply power not found, using dummy regulator
[    1.140087] i2c 2-005c: Driver it6251 requests probe deferral
[    1.141382] imx-ipuv3 2400000.ipu: IPUv3H probed
[    1.142747] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.142778] [drm] No driver support for vblank timestamp query.
[    1.142890] imx-drm display-subsystem: bound imx-ipuv3-crtc.0 (ops ipu_crtc_ops)
[    1.143000] imx-drm display-subsystem: bound imx-ipuv3-crtc.1 (ops ipu_crtc_ops)
[    1.143092] imx-drm display-subsystem: bound imx-ipuv3-crtc.4 (ops ipu_crtc_ops)
[    1.143196] imx-drm display-subsystem: bound imx-ipuv3-crtc.5 (ops ipu_crtc_ops)
[    1.143576] imx-hdmi 120000.hdmi: Detected HDMI controller 0x13:0xa:0xa0:0xc1
[    1.145144] imx-drm display-subsystem: bound 120000.hdmi (ops hdmi_ops)
[    1.145266] /soc/aips-bus@02000000/ldb@020e0008/lvds-channel@0: could not find display-timings node
[    1.145295] /soc/aips-bus@02000000/ldb@020e0008/lvds-channel@0: no timings specified
[    1.145518] imx-ldb 2000000.aips-bus:ldb@020e0008: dual-channel mode, ignoring second output
[    1.145564] imx-drm display-subsystem: bound 2000000.aips-bus:ldb@020e0008 (ops imx_ldb_ops)
[    1.174630] Console: switching to colour frame buffer device 240x67
[    1.188128] imx-drm display-subsystem: fb0:  frame buffer device
[    1.188213] imx-drm display-subsystem: registered panic notifier
[    1.213412] [drm] Initialized imx-drm 1.0.0 20120507 on minor 0
[    1.213822] imx-ipuv3 2800000.ipu: IPUv3H probed
[    1.221557] brd: module loaded
[    1.225558] loop: module loaded
[    1.228407] senoko 0-0020: senoko 'S' version 2.3 (features: 0x02)
[    1.230360] ahci-imx 2200000.sata: fsl,transmit-level-mV value 1025, using 00000024
[    1.230475] ahci-imx 2200000.sata: fsl,transmit-boost-mdB value 0, using 00000000
[    1.230585] ahci-imx 2200000.sata: fsl,transmit-atten-16ths value 8, using 00002800
[    1.230691] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
[    1.230843] ahci-imx 2200000.sata: Looking up target-supply from device tree
[    1.233789] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    1.233920] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst 
[    1.235745] scsi host0: ahci_platform
[    1.236178] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 302
[    1.238424] spi_imx 2010000.ecspi: probed
[    1.239926] libphy: Fixed MDIO Bus: probed
[    1.241231] fec 2188000.ethernet: Looking up phy-supply from device tree
[    1.241249] fec 2188000.ethernet: Looking up phy-supply property in node /soc/aips-bus@02100000/ethernet@02188000 failed
[    1.241277] 2188000.ethernet supply phy not found, using dummy regulator
[    1.253875] pps pps0: new PPS source ptp0
[    1.258801] libphy: fec_enet_mii_bus: probed
[    1.259441] fec 2188000.ethernet eth0: registered PHC device 0
[    1.259926] usbcore: registered new interface driver asix
[    1.260068] usbcore: registered new interface driver ax88179_178a
[    1.260209] usbcore: registered new interface driver cdc_ether
[    1.260343] usbcore: registered new interface driver cdc_eem
[    1.260478] usbcore: registered new interface driver cdc_subset
[    1.260667] usbcore: registered new interface driver cdc_ncm
[    1.261017] VFIO - User Level meta-driver version: 0.3
[    1.261339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.261440] ehci-pci: EHCI PCI platform driver
[    1.261572] ehci-platform: EHCI generic platform driver
[    1.262077] usbcore: registered new interface driver usb-storage
[    1.266211] usbcore: registered new interface driver usbserial
[    1.270242] usbcore: registered new interface driver usbserial_generic
[    1.274245] usbserial: USB Serial support registered for generic
[    1.278217] usbcore: registered new interface driver usb_serial_simple
[    1.282161] usbserial: USB Serial support registered for carelink
[    1.286103] usbserial: USB Serial support registered for zio
[    1.289982] usbserial: USB Serial support registered for funsoft
[    1.293698] usbserial: USB Serial support registered for flashloader
[    1.297437] usbserial: USB Serial support registered for google
[    1.301219] usbserial: USB Serial support registered for vivopay
[    1.304982] usbserial: USB Serial support registered for moto_modem
[    1.308561] usbserial: USB Serial support registered for novatel_gps
[    1.312068] usbserial: USB Serial support registered for hp4x
[    1.315561] usbserial: USB Serial support registered for suunto
[    1.319105] usbserial: USB Serial support registered for siemens_mpi
[    1.324288] imx_usb 2184000.usb: Looking up vbus-supply from device tree
[    1.324640] ci_hdrc ci_hdrc.0: ChipIdea HDRC found, revision: 20, lpm: 0; cap: f015c100 op: f015c140
[    1.327621] ci_hdrc ci_hdrc.0: It is OTG capable controller
[    1.328335] ci_hdrc ci_hdrc.0: at ci_runtime_suspend
[    1.329616] imx_usb 2184000.usb: at imx_controller_suspend
[    1.329782] imx_usb 2184200.usb: Looking up vbus-supply from device tree
[    1.330043] ci_hdrc ci_hdrc.1: ChipIdea HDRC found, revision: 20, lpm: 0; cap: f015e300 op: f015e340
[    1.333545] ci_hdrc ci_hdrc.1: doesn't support gadget
[    1.336874] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    1.340144] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    1.363422] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    1.366844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.370048] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.373237] usb usb1: Product: EHCI Host Controller
[    1.376401] usb usb1: Manufacturer: Linux 3.19.0-00504-gb9c0464 ehci_hcd
[    1.379547] usb usb1: SerialNumber: ci_hdrc.1
[    1.383437] hub 1-0:1.0: USB hub found
[    1.386549] hub 1-0:1.0: 1 port detected
[    1.390811] mousedev: PS/2 mouse device common for all mice
[    1.394596] input: 20b8000.kpp as /devices/soc0/soc/2000000.aips-bus/20b8000.kpp/input/input0
[    1.399139] input: Senoko keypad as /devices/soc0/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0020/senoko-keypad.1/input/input1
[    1.403249] rtc-pcf8523 0-0068: RTC reports battery is low
[    1.410385] rtc-pcf8523 0-0068: rtc core: registered rtc-pcf8523 as rtc0
[    1.414245] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1
[    1.417553] i2c /dev entries driver
[    1.460662] sbs-battery 0-000b: sbs-battery: battery gas gauge device registered
[    1.468221] platform 2000000.aips-bus:tempmon: Driver imx_thermal requests probe deferral
[    1.472266] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
[    1.475938] usbcore: registered new interface driver bcm203x
[    1.479416] usbcore: registered new interface driver bpa10x
[    1.482856] usbcore: registered new interface driver btusb
[    1.486293] usbcore: registered new interface driver ath3k
[    1.489867] Driver 'mmcblk' needs updating - please use bus_type methods
[    1.493236] sdhci: Secure Digital Host Controller Interface driver
[    1.496579] sdhci: Copyright(c) Pierre Ossman
[    1.499856] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.503799] sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
[    1.508329] sdhci-esdhc-imx 2194000.usdhc: Looking up vmmc-supply from device tree
[    1.508349] sdhci-esdhc-imx 2194000.usdhc: Looking up vmmc-supply property in node /soc/aips-bus@02100000/usdhc@02194000 failed
[    1.508380] sdhci-esdhc-imx 2194000.usdhc: Looking up vqmmc-supply from device tree
[    1.508394] sdhci-esdhc-imx 2194000.usdhc: Looking up vqmmc-supply property in node /soc/aips-bus@02100000/usdhc@02194000 failed
[    1.508407] sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found
[    1.511692] sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
[    1.553572] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[    1.557079] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
[    1.560452] sdhci-esdhc-imx 2198000.usdhc: Looking up vmmc-supply from device tree
[    1.560469] sdhci-esdhc-imx 2198000.usdhc: Looking up vmmc-supply property in node /soc/aips-bus@02100000/usdhc@02198000 failed
[    1.560489] sdhci-esdhc-imx 2198000.usdhc: Looking up vqmmc-supply from device tree
[    1.560503] sdhci-esdhc-imx 2198000.usdhc: Looking up vqmmc-supply property in node /soc/aips-bus@02100000/usdhc@02198000 failed
[    1.560516] sdhci-esdhc-imx 2198000.usdhc: No vmmc regulator found
[    1.563712] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
[    1.583441] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.588587] ata1.00: supports DRM functions and may not be fully accessible
[    1.591807] ata1.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0CB6Q, max UDMA/133
[    1.595083] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    1.598610] ata1.00: supports DRM functions and may not be fully accessible
[    1.601990] ata1.00: configured for UDMA/133
[    1.605375] mmc1: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[    1.605828] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 840  CB6Q PQ: 0 ANSI: 5
[    1.609048] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.609388] sd 0:0:0:0: [sda] Write Protect is off
[    1.609397] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.609505] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.611026]  sda: sda1 sda2 sda3
[    1.612577] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.631527] ledtrig-cpu: registered to indicate activity on CPUs
[    1.635337] hidraw: raw HID events driver (C) Jiri Kosina
[    1.639434] usbcore: registered new interface driver usbhid
[    1.643114] usbhid: USB HID core driver
[    1.648417] etnaviv gpu-subsystem: bound 134000.gpu (ops gpu_ops)
[    1.652197] etnaviv gpu-subsystem: bound 130000.gpu (ops gpu_ops)
[    1.655977] etnaviv gpu-subsystem: bound 2204000.gpu (ops gpu_ops)
[    1.659603] etnaviv-gpu 134000.gpu: model: GC320, revision: 5007
[    1.682568] mmc1: host does not support reading read-only switch, assuming write-enable
[    1.694307] mmc1: new high speed SDHC card at address e624
[    1.708960] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[    1.717529] etnaviv-gpu 130000.gpu: model: GC2000, revision: 5108
[    1.718057] mmcblk0: mmc1:e624 SU04G 3.69 GiB 
[    1.719523]  mmcblk0: p1 p2 p3
[    1.766962] etnaviv-gpu 2204000.gpu: model: GC355, revision: 1215
[    1.807013] [drm] Initialized etnaviv 1.0.0 20150302 on minor 1
[    1.812558] es8328 2-0011: Looking up DVDD-supply from device tree
[    1.812684] es8328 2-0011: Looking up AVDD-supply from device tree
[    1.812755] es8328 2-0011: Looking up PVDD-supply from device tree
[    1.812820] es8328 2-0011: Looking up HPVDD-supply from device tree
[    1.814331] imx-es8328 sound: Looking up audio-amp-supply from device tree
[    1.821961] imx-es8328 sound: es8328-hifi-analog <-> 2028000.ssi mapping ok
[    1.865263] usb 1-1: New USB device found, idVendor=05e3, idProduct=0614
[    1.869168] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.873057] usb 1-1: Product: USB2.0 Hub Charger
[    1.877831] hub 1-1:1.0: USB hub found
[    1.882009] hub 1-1:1.0: 4 ports detected
[    1.936359] input: imx-audio-es8328 Headphone Jack as /devices/soc0/sound/sound/card1/input2
[    1.940896] gre: GRE over IPv4 demultiplexor driver
[    1.945050] Initializing XFRM netlink socket
[    1.948971] NET: Registered protocol family 17
[    1.952979] NET: Registered protocol family 15
[    1.956895] Bluetooth: RFCOMM TTY layer initialized
[    1.960657] Bluetooth: RFCOMM socket layer initialized
[    1.964426] Bluetooth: RFCOMM ver 1.11
[    1.968224] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.971972] Bluetooth: BNEP filters: protocol multicast
[    1.975727] Bluetooth: BNEP socket layer initialized
[    1.979408] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.982935] Bluetooth: HIDP socket layer initialized
[    1.987671] cpu cpu0: Looking up arm-supply from device tree
[    1.987752] cpu cpu0: Looking up pu-supply from device tree
[    1.987832] cpu cpu0: Looking up soc-supply from device tree
[    1.989098] ThumbEE CPU extension supported.
[    1.991576] Registering SWP/SWPB emulation handler
[    1.994725] registered taskstats version 1
[    1.997463] imx6q-pcie 1ffc000.pcie: Looking up vdd3p3-supply from device tree
[    1.997549] imx6q-pcie 1ffc000.pcie: Looking up vdd1p5-supply from device tree
[    2.116912] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00
[    2.119384] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[    2.121815] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]
[    2.124260] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.126661] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[    2.126681] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    2.126697] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    2.126750] pci 0000:00:00.0: supports D1
[    2.126758] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[    2.126966] PCI: bus0: Fast back to back transfers disabled
[    2.129546] pci 0000:01:00.0: [168c:0034] type 00 class 0x028000
[    2.129646] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0007ffff 64bit]
[    2.129809] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    2.130029] pci 0000:01:00.0: supports D1
[    2.130036] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    2.143468] PCI: bus1: Fast back to back transfers disabled
[    2.145855] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.145955] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]
[    2.148342] pci 0000:00:00.0: BAR 14: assigned [mem 0x01100000-0x011fffff]
[    2.150691] pci 0000:00:00.0: BAR 15: assigned [mem 0x01200000-0x012fffff pref]
[    2.153025] pci 0000:00:00.0: BAR 6: assigned [mem 0x01300000-0x0130ffff pref]
[    2.155407] pci 0000:01:00.0: BAR 0: assigned [mem 0x01100000-0x0117ffff 64bit]
[    2.155460] pci 0000:01:00.0: BAR 6: assigned [mem 0x01200000-0x0120ffff pref]
[    2.155466] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.155474] pci 0000:00:00.0:   bridge window [mem 0x01100000-0x011fffff]
[    2.155480] pci 0000:00:00.0:   bridge window [mem 0x01200000-0x012fffff pref]
[    2.155704] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    2.155708] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.155715] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
[    2.155974] ath9k 0000:01:00.0: enabling device (0140 -> 0142)
[    2.166771] ath: EEPROM regdomain: 0x60
[    2.166773] ath: EEPROM indicates we should expect a direct regpair map
[    2.166785] ath: Country alpha2 being used: 00
[    2.166787] ath: Regpair used: 0x60
[    2.167723] usb 1-1.2: new high-speed USB device number 3 using ci_hdrc
[    2.180303] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    2.181785] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xf0400000, irq=320
[    2.182569] it6251 2-005c: Looking up power-supply from device tree
[    2.192850] input: gpio-keys as /devices/soc0/gpio-keys/input/input3
[    2.196796] rtc-pcf8523 0-0068: setting system clock to 2016-01-05 12:22:30 UTC (1451996550)
[    2.207929] PM: Checking hibernation image partition /dev/sda2
[    2.207990] PM: Hibernation image partition 8:2 present
[    2.207995] PM: Looking for hibernation image.
[    2.210106] PM: Image not found (code -22)
[    2.210118] PM: Hibernation image not present or could not be loaded.
[    2.210191] SW4: disabling
[    2.212530] usb_otg_vbus: disabling
[    2.214982] ALSA device list:
[    2.217172]   #0: DW-HDMI rev 0x0a, irq 285
[    2.219341]   #1: imx-audio-es8328
[    2.222044] EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
[    2.224591] EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
[    2.267168] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.269475] VFS: Mounted root (ext4 filesystem) on device 8:3.
[    2.272033] devtmpfs: mounted
[    2.274867] Freeing unused kernel memory: 572K (c0ad9000 - c0b68000)
[    2.284887] usb 1-1.2: New USB device found, idVendor=0b95, idProduct=772b
[    2.287288] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.289881] usb 1-1.2: Product: AX88772B
[    2.292259] usb 1-1.2: Manufacturer: ASIX Elec. Corp.
[    2.294579] usb 1-1.2: SerialNumber: 000001
[    2.404677] random: systemd urandom read with 30 bits of entropy available
[    2.409245] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    2.411788] systemd[1]: Detected architecture 'arm'.
[    2.481863] NET: Registered protocol family 10
[    2.485471] systemd[1]: Inserted module 'ipv6'
[    2.495959] systemd[1]: Set hostname to <novena>.
[    2.534116] it6251 2-005c: System status: 0x3e
[    2.537807] it6251 2-005c: RPCLKCnt: 2207
[    2.541512] it6251 2-005c: Clock: 0x193
[    2.545623] it6251 2-005c: Ref Link State: 0x00
[    2.548168] it6251 2-005c: eDP system is already stable
[    2.822982] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.825690] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.828030] systemd[1]: Expecting device dev-ttymxc1.device...
[    2.833143] systemd[1]: Starting Remote File Systems (Pre).
[    2.838298] systemd[1]: Reached target Remote File Systems (Pre).
[    2.840778] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    2.846358] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.848853] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.851412] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.853975] systemd[1]: Starting Paths.
[    2.859226] systemd[1]: Reached target Paths.
[    2.861725] systemd[1]: Expecting device dev-disk-by\x2dpath-platform\x2d2198000.usdhc\x2dpart2.device...
[    2.867252] systemd[1]: Expecting device dev-disk-by\x2dpath-platform\x2d2198000.usdhc\x2dpart1.device...
[    2.872812] systemd[1]: Starting Root Slice.
[    2.878520] systemd[1]: Created slice Root Slice.
[    2.881193] systemd[1]: Starting User and Session Slice.
[    2.887059] systemd[1]: Created slice User and Session Slice.
[    2.889801] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.895738] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.898503] systemd[1]: Starting Delayed Shutdown Socket.
[    2.904365] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.907061] systemd[1]: Starting Journal Socket (/dev/log).
[    2.912833] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.915594] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    2.928766] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.931510] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.937456] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.940254] systemd[1]: Starting udev Control Socket.
[    2.946176] systemd[1]: Listening on udev Control Socket.
[    2.948958] systemd[1]: Starting udev Kernel Socket.
[    2.954915] systemd[1]: Listening on udev Kernel Socket.
[    2.957707] systemd[1]: Starting Journal Socket.
[    2.963699] systemd[1]: Listening on Journal Socket.
[    2.966485] systemd[1]: Starting System Slice.
[    2.972201] systemd[1]: Created slice System Slice.
[    2.974937] systemd[1]: Started File System Check on Root Device.
[    2.977607] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    2.983452] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.986166] systemd[1]: Starting system-serial\x2dgetty.slice.
[    2.992002] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    2.994768] systemd[1]: Starting system-getty.slice.
[    3.000754] systemd[1]: Created slice system-getty.slice.
[    3.003616] systemd[1]: Starting Increase datagram queue length...
[    3.011506] systemd[1]: Starting Nameserver information manager...
[    3.022445] systemd[1]: Started Set Up Additional Binary Formats.
[    3.031665] systemd[1]: Starting Load Kernel Modules...
[    3.040139] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.050213] systemd[1]: Mounting Debug File System...
[    3.061971] systemd[1]: Mounted Huge Pages File System.
[    3.065757] systemd[1]: Starting udev Coldplug all Devices...
[    3.075324] systemd[1]: Mounting POSIX Message Queue File System...
[    3.087212] systemd[1]: Starting LSB: Set keymap...
[    3.097350] systemd[1]: Starting Slices.
[    3.106660] systemd[1]: Reached target Slices.
[    3.116438] systemd[1]: Mounted POSIX Message Queue File System.
[    3.120481] asix 1-1.2:1.0 eth1: register 'asix' at usb-ci_hdrc.1-1.2, ASIX AX88772B USB 2.0 Ethernet, 00:0e:c6:87:72:01
[    3.126566] systemd[1]: Mounted Debug File System.
[    3.133130] systemd[1]: Started Increase datagram queue length.
[    3.143239] systemd[1]: Started Load Kernel Modules.
[    3.151954] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    3.163039] systemd[1]: Started LSB: Set keymap.
[    3.174148] systemd[1]: Started Nameserver information manager.
[    3.290655] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.303200] systemd[1]: Starting Apply Kernel Variables...
[    3.318034] systemd[1]: Mounted Configuration File System.
[    3.323193] systemd[1]: Mounting FUSE Control File System...
[    3.340451] systemd[1]: Starting Syslog Socket.
[    3.351239] systemd[1]: Listening on Syslog Socket.
[    3.355960] usb 1-1.3: new full-speed USB device number 4 using ci_hdrc
[    3.359330] systemd[1]: Starting Journal Service...
[    3.374734] systemd[1]: Started Journal Service.
[    3.465885] usb 1-1.3: string descriptor 0 read error: -22
[    3.465897] usb 1-1.3: New USB device found, idVendor=13d3, idProduct=3393
[    3.465903] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.473235] systemd-udevd[187]: starting version 215
[    3.477163] usb 1-1.3: Direct firmware load for ar3k/AthrBT_0x11020000.dfu failed with error -2
[    3.477174] Bluetooth: Patch file not found ar3k/AthrBT_0x11020000.dfu
[    3.477177] Bluetooth: Loading patch file failed
[    3.477207] ath3k: probe of 1-1.3:1.0 failed with error -2
[    3.564052] usb 1-1.4: new high-speed USB device number 5 using ci_hdrc
[    3.675390] usb 1-1.4: New USB device found, idVendor=05e3, idProduct=0614
[    3.678237] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.682285] usb 1-1.4: Product: USB2.0 Hub Charger
[    3.686932] hub 1-1.4:1.0: USB hub found
[    3.689885] hub 1-1.4:1.0: 4 ports detected
[    3.916859] EXT4-fs (sda3): re-mounted. Opts: barrier=1,errors=remount-ro
[    3.979191] usb 1-1.4.2: new full-speed USB device number 6 using ci_hdrc
[    4.099949] usb 1-1.4.2: New USB device found, idVendor=17ef, idProduct=6047
[    4.103865] usb 1-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.108358] usb 1-1.4.2: Product: ThinkPad Compact USB Keyboard with TrackPoint
[    4.113370] usb 1-1.4.2: Manufacturer: Lenovo
[    4.125978] input: Lenovo ThinkPad Compact USB Keyboard with TrackPoint as /devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/0003:17EF:6047.0001/input/input4
[    4.194118] lenovo 0003:17EF:6047.0001: input,hidraw0: USB HID v1.00 Keyboard [Lenovo ThinkPad Compact USB Keyboard with TrackPoint] on usb-ci_hdrc.1-1.4.2/input0
[    4.207819] input: Lenovo ThinkPad Compact USB Keyboard with TrackPoint as /devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:17EF:6047.0002/input/input5
[    4.264773] lenovo 0003:17EF:6047.0002: input,hiddev0,hidraw1: USB HID v1.00 Mouse [Lenovo ThinkPad Compact USB Keyboard with TrackPoint] on usb-ci_hdrc.1-1.4.2/input1
[    4.293783] media: Linux media interface: v0.10
[    4.320402] Linux video capture interface: v2.00
[    4.408973] coda 2040000.vpu: Direct firmware load for v4l-coda960-imx6q.bin failed with error -2
[    4.418417] coda 2040000.vpu: firmware request failed
[    4.726535] Adding 32764k swap on /dev/mmcblk0p2.  Priority:-1 extents:1 across:32764k SSFS
[    5.988873] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.999248] systemd-journald[183]: Received request to flush runtime journal from PID 1
[    6.030483] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    6.090283] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    6.152646] random: nonblocking pool is initialized
[    7.491916] usb 1-1.3: USB disconnect, device number 4
[    7.733928] usb 1-1.3: new full-speed USB device number 7 using ci_hdrc
[    7.847463] usb 1-1.3: string descriptor 0 read error: -22
[    7.847479] usb 1-1.3: New USB device found, idVendor=13d3, idProduct=3393
[    7.847485] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.850960] usb 1-1.3: Direct firmware load for ar3k/AthrBT_0x11020000.dfu failed with error -2
[    7.850970] Bluetooth: Patch file not found ar3k/AthrBT_0x11020000.dfu
[    7.850974] Bluetooth: Loading patch file failed
[    7.850992] ath3k: probe of 1-1.3:1.0 failed with error -2
[    8.256847] vgaarb: this pci device is not a vga device
[    8.354219] vgaarb: this pci device is not a vga device
[    8.984096] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Micrel KSZ9021 Gigabit PHY] (mii_bus:phy_addr=2188000.ethernet:07, irq=-1)
[   12.984030] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
...