[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] ARM: EXYNOS 5410 - DOM0 not being scheduled
On Mon, Mar 17, 2014 at 6:21 AM, Julien Grall <julien.grall@xxxxxxxxxx> wrote: > Hello Suriyan, > > On 03/17/2014 01:17 PM, Suriyan Ramasami wrote: >> On Sun, Mar 16, 2014 at 1:31 PM, Julien Grall <julien.grall@xxxxxxxxxx> >> wrote: >>> Can you post the modification you made? (at least where does the print come >>> from). >> The boot_count print is coming from a mod in xen/arch/arm/time.c in >> function init_xen_time() >> - printk("boot_count: %llu reread: %llu\n", boot_count, >> READ_SYSREG64(CNTPCT_EL0)); >> just before the function returns. The timer is started up in u-boot. >> All the other printfs that you see with "Calling" is at the start of >> the fucntions - I was trying to figure out if xen was hanging - this >> is not the case though. >> >> I shall reply further on Ian's email where I do see dom0 hanging in >> calibrate_delay(). If I pass lpj=4464640 in the kernel parameters, it >> then loops in do_xor_speed() - specifically in the line while ((now = >> jiffies) == j), which points to jiffies not getting incremented at >> all! > > I remembered to have the same issue with Arndale a while ago. Which > kernel are you using? Can you give the dom0 log? > I am using linux kernel 3.13 which boots without xen. With xen, I do not see any dom0 output (I even added the patch that you suggested in http://lists.xen.org/archives/html/xen-devel/2013-04/msg02387.html) - still no output from dom0. I am pasting the linux output without xen, if that helps: Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.13.0+ (suriyan@Stealth) (gcc version 4.7.3 (Buildroot 2014.02) ) #3 Sun Mar 16 14:41:22 PDT 2014 [ 0.000000] Kernel was built at commit id 'aa5c722' [ 0.000000] CPU: ARMv7 Processor [412fc0f3] revision 3 (ARMv7), cr=50c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine model: Hardkernel odroid-xu board based on EXYNOS5410 [ 0.000000] NR_BANKS too low, ignoring high memory [ 0.000000] cma: CMA: reserved 128 MiB at 67800000 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] CPU EXYNOS5410 (id 0xe5410023) [ 0.000000] CPU: All CPU(s) started in HYP mode. [ 0.000000] CPU: Virtualization extensions available. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520208 [ 0.000000] Kernel command line: console=hvc0,115200n8 root=/dev/mmcblk0p2 rw rootwait earlyprintk=xen led_blink=1 console=ttySAC2,115200n8 [ 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: 1930084K/2086912K available (4658K kernel code, 398K rwdata, 2224K rodata, 359K init, 472K bss, 156828K reserved, 1308672K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB) [ 0.000000] .text : 0xc0008000 - 0xc06c0c5c (6884 kB) [ 0.000000] .init : 0xc06c1000 - 0xc071ae94 ( 360 kB) [ 0.000000] .data : 0xc071c000 - 0xc077f8b8 ( 399 kB) [ 0.000000] .bss : 0xc077f8b8 - 0xc07f5a08 ( 473 kB) [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns [ 0.000000] Switching to timer-based delay loop [ 0.000000] Console: colour dummy device 80x30 [ 2919.828027] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000) [ 2919.828041] pid_max: default: 32768 minimum: 301 [ 2919.828129] Security Framework initialized [ 2919.828155] AppArmor: AppArmor initialized [ 2919.828184] Mount-cache hash table entries: 512 [ 2919.835306] CPU: Testing write buffer coherency: ok [ 2919.835338] ftrace: allocating 24728 entries in 49 pages [ 2919.863060] Setting up static identity map for 0x4045f968 - 0x4045f9b4 [ 2919.863997] devtmpfs: initialized [ 2919.866378] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 2919.867338] xor: measuring software checksum speed [ 2920.627630] arm4regs : 2025.600 MB/sec [ 2920.677664] 8regs : 1593.600 MB/sec [ 2920.727696] 32regs : 1184.800 MB/sec [ 2920.727702] xor: using function: arm4regs (2025.600 MB/sec) [ 2920.727709] pinctrl core: initialized pinctrl subsystem [ 2920.728106] regulator-dummy: no parameters [ 2920.732377] NET: Registered protocol family 16 [ 2920.733265] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 2920.734224] cpuidle: using governor ladder [ 2920.734231] cpuidle: using governor menu [ 2920.742777] hw-breakpoint: Failed to enable monitor mode on CPU 0. [ 2920.742786] S3C Power Management, Copyright 2004 Simtec Electronics [ 2920.742874] EXYNOS: PMU not supported [ 2920.742880] EXYNOS: Initializing architecture [ 2920.757481] bio: create slab <bio-0> at 0 [ 2920.838066] raid6: int32x1 197 MB/s [ 2920.923019] raid6: int32x2 260 MB/s [ 2921.008045] raid6: int32x4 316 MB/s [ 2921.093125] raid6: int32x8 242 MB/s [ 2921.093130] raid6: using algorithm int32x4 (316 MB/s) [ 2921.093135] raid6: using intx1 recovery algorithm [ 2921.093682] hdmi-en: 5000 mV [ 2921.094703] SCSI subsystem initialized [ 2921.095192] usbcore: registered new interface driver usbfs [ 2921.095306] usbcore: registered new interface driver hub [ 2921.095433] usbcore: registered new device driver usb [ 2921.095919] s3c-i2c 12c70000.i2c: slave address 0x00 [ 2921.095930] s3c-i2c 12c70000.i2c: bus frequency set to 64 KHz [ 2921.096349] s3c-i2c 12c70000.i2c: i2c-1: S3C I2C adapter [ 2921.096430] s3c-i2c 12c80000.i2c: slave address 0x50 [ 2921.096440] s3c-i2c 12c80000.i2c: bus frequency set to 64 KHz [ 2921.096818] s3c-i2c 12c80000.i2c: i2c-2: S3C I2C adapter [ 2921.096876] s3c-i2c 12ce0000.i2c: slave address 0x00 [ 2921.096886] s3c-i2c 12ce0000.i2c: bus frequency set to 64 KHz [ 2921.097033] s3c-i2c 12ce0000.i2c: i2c-8: S3C I2C adapter [ 2921.097801] Advanced Linux Sound Architecture Driver Initialized. [ 2921.098310] NetLabel: Initializing [ 2921.098316] NetLabel: domain hash size = 128 [ 2921.098320] NetLabel: protocols = UNLABELED CIPSOv4 [ 2921.098362] NetLabel: unlabeled traffic allowed by default [ 2921.098445] Switched to clocksource arch_sys_counter [ 2921.110684] AppArmor: AppArmor Filesystem Enabled [ 2921.121651] NET: Registered protocol family 2 [ 2921.121959] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 2921.122050] TCP bind hash table entries: 8192 (order: 5, 163840 bytes) [ 2921.122222] TCP: Hash tables configured (established 8192 bind 8192) [ 2921.122280] TCP: reno registered [ 2921.122289] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 2921.122327] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 2921.122474] NET: Registered protocol family 1 [ 2921.122656] RPC: Registered named UNIX socket transport module. [ 2921.122662] RPC: Registered udp transport module. [ 2921.122667] RPC: Registered tcp transport module. [ 2921.122671] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2921.124118] audit: initializing netlink socket (disabled) [ 2921.124140] type=2000 audit(0.545:1): initialized [ 2921.125001] bounce pool size: 64 pages [ 2921.125102] VFS: Disk quotas dquot_6.5.2 [ 2921.125131] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 2921.125535] NFS: Registering the id_resolver key type [ 2921.125561] Key type id_resolver registered [ 2921.125566] Key type id_legacy registered [ 2921.125592] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 2921.125915] bio: create slab <bio-1> at 1 [ 2921.126155] Btrfs loaded [ 2921.126174] msgmni has been set to 1469 [ 2921.126794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 2921.126802] io scheduler noop registered [ 2921.126807] io scheduler deadline registered [ 2921.126821] io scheduler cfq registered (default) [ 2921.132060] xenfs: not registering filesystem on non-xen platform [ 2921.200352] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2921.201507] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 83, base_baud = 0) is a S3C6400/10 [ 2921.201777] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 84, base_baud = 0) is a S3C6400/10 [ 2921.202041] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 85, base_baud = 0) is a S3C6400/10 [ 2921.850219] console [ttySAC2] enabled [ 2921.854122] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 86, base_baud = 0) is a S3C6400/10 [ 2921.863196] [drm] Initialized drm 1.1.0 20060810 [ 2921.867721] i2c i2c-2: attached exynos4210-hdmiddc into i2c adapter successfully [ 2921.875287] exynos-mixer 14450000.mixer: probe start [ 2921.880834] exynos-drm-ipp exynos-drm-ipp: drm ipp registered successfully. [ 2921.887256] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2921.893145] [drm] No driver support for vblank timestamp query. [ 2921.899480] [drm:exynos_drm_connector_get_modes] *ERROR* Panel operation get_edid failed -19 [ 2921.907485] exynos-drm exynos-drm: No connectors reported connected with modes [ 2921.914653] [drm] Cannot find any crtc or sizes - going 1024x768 [ 2921.929017] Console: switching to colour frame buffer device 128x48 [ 2921.939056] exynos-drm exynos-drm: fb0: frame buffer device [ 2921.944689] exynos-drm exynos-drm: registered panic notifier [ 2921.950328] [drm] Initialized exynos 1.0.0 20110530 on minor 0 [ 2921.961872] brd: module loaded [ 2921.966418] loop: module loaded [ 2921.968597] mtdoops: mtd device (mtddev=name/number) must be supplied [ 2921.974743] usbcore: registered new interface driver asix [ 2921.979985] usbcore: registered new interface driver ax88179_178a [ 2921.986050] usbcore: registered new interface driver cdc_ether [ 2921.991858] usbcore: registered new interface driver r815x [ 2921.997322] usbcore: registered new interface driver dm9601 [ 2922.002871] usbcore: registered new interface driver net1080 [ 2922.008518] usbcore: registered new interface driver cdc_subset [ 2922.014405] usbcore: registered new interface driver zaurus [ 2922.019963] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 2922.027349] usbcore: registered new interface driver cdc_ncm [ 2922.033674] dwc3 12000000.dwc3: no usb2 phy configured [ 2922.037982] platform 12000000.dwc3: Driver dwc3 requests probe deferral [ 2922.045153] dwc3 12400000.dwc3: no usb2 phy configured [ 2922.049697] platform 12400000.dwc3: Driver dwc3 requests probe deferral [ 2922.056384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2922.062784] ehci-exynos: EHCI EXYNOS driver [ 2922.067019] unable to find transceiver of type USB2 PHY [ 2922.072151] exynos-ehci 12110000.usb: no platform data or transceiver defined [ 2922.079266] platform 12110000.usb: Driver exynos-ehci requests probe deferral [ 2922.086476] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2922.092528] ohci-exynos: OHCI EXYNOS driver [ 2922.096763] unable to find transceiver of type USB2 PHY [ 2922.101899] exynos-ohci 12120000.usb: no platform data or transceiver defined [ 2922.109011] platform 12120000.usb: Driver exynos-ohci requests probe deferral [ 2922.116497] usbcore: registered new interface driver usb-storage [ 2922.122244] samsung-usb2phy 12130000.usbphy: Not a multi controller PHY [ 2922.128935] samsung-usb3phy 12100000.usbphy: Can't get usb-phy sysreg cfg register [ 2922.136306] samsung-usb3phy 12500000.usbphy: Can't get usb-phy sysreg cfg register [ 2922.144219] mousedev: PS/2 mouse device common for all mice [ 2922.151001] max77xxx 4-0009: device found [ 2922.154709] max77xxx 4-0009: no regulator-op-mode property property at LDO2 [ 2922.160774] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO9' [ 2922.167577] max77xxx 4-0009: no regulator-op-mode property property at LDO18 [ 2922.174299] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO19' [ 2922.181197] max77xxx 4-0009: no regulator-op-mode property property at LDO21 [ 2922.188179] max77xxx 4-0009: no regulator-op-mode property property at LDO23 [ 2922.195204] max77xxx 4-0009: no regulator-op-mode property property at LDO24 [ 2922.202227] max77xxx 4-0009: no regulator-op-mode property property at LDO25 [ 2922.209252] max77xxx 4-0009: no regulator-op-mode property property at LDO26 [ 2922.216269] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO27' [ 2922.223119] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO28' [ 2922.229970] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO29' [ 2922.236830] max77xxx 4-0009: no regulator-op-mode property property at LDO30 [ 2922.243854] max77xxx 4-0009: no regulator-op-mode property property at LDO32 [ 2922.250870] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO33' [ 2922.257720] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO34' [ 2922.264572] max77xxx-pmic max77802-pmic: No matching regulator for 'LDO35' [ 2922.271868] max77xxx 4-0009: no regulator-op-mode property property at EN32KHZ_AP [ 2922.278884] max77xxx 4-0009: no regulator-op-mode property property at EN32KHZ_CP [ 2922.286776] vdd_1v0: 1000 mV [ 2922.289605] vdd_1v2: 1200 mV [ 2922.292897] vdd_1v8_3: 1800 mV [ 2922.296028] vdd_sd: 1800 <--> 3000 mV at 2800 mV [ 2922.300709] vdd_1v8_5: 1800 mV [ 2922.303620] vdd_1v8_6: 1800 mV [ 2922.306729] vdd_1v8_7: 1800 mV [ 2922.309725] vdd_ldo8: 1000 mV [ 2922.312734] LDO9: at 1800 mV [ 2922.315706] vdd_ldo10: 1800 mV [ 2922.319197] vdd_ldo11: 1800 mV [ 2922.322297] vdd_ldo12: 3000 mV [ 2922.325432] vdd_ldo13: 1800 mV [ 2922.328325] vdd_ldo14: 1800 mV [ 2922.331672] vdd_ldo15: 1000 mV [ 2922.334441] ldo_17: 1200 mV [ 2922.337289] ldo_18: 1800 mV [ 2922.340156] LDO19: at 1800 mV [ 2922.343189] ldo_20: 1800 mV [ 2922.346052] ldo_21: 2800 <--> 3300 mV at 2800 mV [ 2922.351096] ldo_23: 3300 mV [ 2922.353596] ldo_24: 2800 mV [ 2922.356812] ldo_25: 3300 mV [ 2922.359684] ldo_26: 3300 mV [ 2922.362173] LDO27: at 1200 mV [ 2922.365222] LDO28: at 1800 mV [ 2922.368242] LDO29: at 1800 mV [ 2922.371298] ldo_30: 1200 mV [ 2922.374869] ldo_32: 3300 mV [ 2922.377001] LDO33: at 2200 mV [ 2922.380056] LDO34: at 3000 mV [ 2922.383071] LDO35: at 1200 mV [ 2922.386816] vdd_mif: 800 <--> 1300 mV at 1000 mV [ 2922.391484] vdd_arm: 800 <--> 1500 mV at 1000 mV [ 2922.396377] vdd_int: 800 <--> 1400 mV at 1000 mV [ 2922.401057] vdd_g3d: 800 <--> 1400 mV at 1000 mV [ 2922.405395] vdd_mem: 800 <--> 1500 mV at 1200 mV [ 2922.410220] vdd_kfc: 800 <--> 1500 mV at 1000 mV [ 2922.414390] vdd_1v35: 1350 mV [ 2922.417777] vdd_emmc: 2850 mV [ 2922.420457] vdd_2v: 2000 mV [ 2922.423324] vdd_2v85: 2800 <--> 3000 mV at 2950 mV [ 2922.428005] en32khz_ap: no parameters [ 2922.431457] en32khz_cp: no parameters [ 2922.435485] max77xxx-rtc max77802-rtc: max77xxx_rtc_probe [ 2922.440325] max77xxx 4-0009: Failed to create debugfs directory [ 2922.455248] max77xxx-rtc max77802-rtc: rtc core: registered max77xxx-rtc as rtc0 [ 2922.463130] pro_id: 0xe5410023, lot_id: 0x4d054544 [ 2922.466445] Exynos5410 ASV : Lot ID is N62XG[Non Special] [ 2922.471816] EXYNOS5410 ASV : Use Fusing Speed Group 5 [ 2922.476845] Exynos5410 ASV : invalid IDS value [ 2922.481268] EXYNOS5410 ASV : N62XG IDS : 0 HPM : 0 [ 2922.486040] Registered asv member: VDD_ARM with group: 5 [ 2922.491157] Registered asv member: VDD_KFC with group: 5[ 2922.496913] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx [ 2922.505094] Synopsys Designware Multimedia Card Interface Driver [ 2922.511234] dwmmc_exynos 12200000.mmc: dummy supplies not allowed [ 2922.516917] dwmmc_exynos 12200000.mmc: no vmmc regulator found: -19 [ 2922.523270] dwmmc_exynos 12200000.mmc: Using internal DMA controller. [ 2922.529584] dwmmc_exynos 12200000.mmc: Version ID is 241a [ 2922.535005] dwmmc_exynos 12200000.mmc: DW MMC controller at irq 107, 64 bit host data width, 128 deep fifo [ 2922.573483] dwmmc_exynos 12200000.mmc: 1 slots initialized [ 2922.577674] dwmmc_exynos 12220000.mmc: dummy supplies not allowed [ 2922.583571] dwmmc_exynos 12220000.mmc: no vmmc regulator found: -19 [ 2922.589872] dwmmc_exynos 12220000.mmc: Using internal DMA controller. [ 2922.596245] dwmmc_exynos 12220000.mmc: Version ID is 241a [ 2922.601660] dwmmc_exynos 12220000.mmc: DW MMC controller at irq 109, 64 bit host data width, 128 deep fifo [ 2922.638492] dwmmc_exynos 12220000.mmc: 1 slots initialized [ 2922.642648] ledtrig-cpu: registered to indicate activity on CPUs [ 2922.648823] usbcore: registered new interface driver usbhid [ 2922.654040] usbhid: USB HID core driver [ 2922.662337] oprofile: no performance counters [ 2922.665450] oprofile: using timer interrupt. [ 2922.669630] TCP: cubic registered [ 2922.672754] Initializing XFRM netlink socket [ 2922.677048] NET: Registered protocol family 10 [ 2922.681817] sit: IPv6 over IPv4 tunneling driver [ 2922.686530] NET: Registered protocol family 17 [ 2922.690477] NET: Registered protocol family 15 [ 2922.694920] Key type dns_resolver registered [ 2922.699210] Registering SWP/SWPB emulation handler [ 2922.704186] power-domain: Power-off latency exceeded, new value 250291 ns [ 2922.710914] AppArmor: AppArmor sha1 policy hashing enabled [ 2922.919823] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 2922.923852] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1 [ 2922.931745] xhci-hcd xhci-hcd.4.auto: irq 104, io mem 0x12000000 [ 2922.937587] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2922.944220] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2922.951412] usb usb1: Product: xHCI Host Controller [ 2922.956264] usb usb1: Manufacturer: Linux 3.13.0+ xhci-hcd [ 2922.961727] usb usb1: SerialNumber: xhci-hcd.4.auto [ 2922.967050] hub 1-0:1.0: USB hub found [ 2922.970344] hub 1-0:1.0: 1 port detected [ 2922.974402] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 2922.979690] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2 [ 2922.987447] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 2922.994082] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2923.001275] usb usb2: Product: xHCI Host Controller [ 2923.006127] usb usb2: Manufacturer: Linux 3.13.0+ xhci-hcd [ 2923.011589] usb usb2: SerialNumber: xhci-hcd.4.auto [ 2923.016925] hub 2-0:1.0: USB hub found [ 2923.020205] hub 2-0:1.0: 1 port detected [ 2923.024426] samsung-usb2phy 12130000.usbphy: Already power on PHY [ 2923.230387] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 2923.234417] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 3 [ 2923.242287] xhci-hcd xhci-hcd.5.auto: irq 232, io mem 0x12400000 [ 2923.248128] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 2923.254780] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2923.261974] usb usb3: Product: xHCI Host Controller [ 2923.266830] usb usb3: Manufacturer: Linux 3.13.0+ xhci-hcd [ 2923.272293] usb usb3: SerialNumber: xhci-hcd.5.auto [ 2923.277603] hub 3-0:1.0: USB hub found [ 2923.280900] hub 3-0:1.0: 1 port detected [ 2923.284957] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 2923.290256] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 4 [ 2923.298006] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 2923.304643] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2923.311837] usb usb4: Product: xHCI Host Controller [ 2923.316692] usb usb4: Manufacturer: Linux 3.13.0+ xhci-hcd [ 2923.322158] usb usb4: SerialNumber: xhci-hcd.5.auto [ 2923.327481] hub 4-0:1.0: USB hub found [ 2923.330762] hub 4-0:1.0: 1 port detected [ 2923.334920] samsung-usb2phy 12130000.usbphy: Already power on PHY [ 2923.340719] exynos-ehci 12110000.usb: EHCI Host Controller [ 2923.346188] exynos-ehci 12110000.usb: new USB bus registered, assigned bus number 5 [ 2923.353909] exynos-ehci 12110000.usb: irq 103, io mem 0x12110000 [ 2923.368462] exynos-ehci 12110000.usb: USB 2.0 started, EHCI 1.00 [ 2923.373109] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 2923.379769] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2923.386956] usb usb5: Product: EHCI Host Controller [ 2923.391809] usb usb5: Manufacturer: Linux 3.13.0+ ehci_hcd [ 2923.397272] usb usb5: SerialNumber: 12110000.usb [ 2923.401904] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) [ 2923.412098] hub 5-0:1.0: USB hub found [ 2923.415333] hub 5-0:1.0: 3 ports detected [ 2923.419663] samsung-usb2phy 12130000.usbphy: Already power on PHY [ 2923.425383] exynos-ohci 12120000.usb: USB Host Controller [ 2923.430756] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 6 [ 2923.438404] exynos-ohci 12120000.usb: irq 103, io mem 0x12120000 [ 2923.444417] mmc1: new high speed SDHC card at address e624 [ 2923.450080] isa bounce pool size: 16 pages [ 2923.453944] mmcblk0: mmc1:e624 SU08G 7.40 GiB [ 2923.459583] mmcblk0: p1 p2 [ 2923.502595] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 2923.507902] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2923.515098] usb usb6: Product: USB Host Controller [ 2923.519870] usb usb6: Manufacturer: Linux 3.13.0+ ohci_hcd [ 2923.525330] usb usb6: SerialNumber: 12120000.usb [ 2923.530391] hub 6-0:1.0: USB hub found [ 2923.533676] hub 6-0:1.0: 3 ports detected [ 2923.548205] usb3503 usb_hub.4: switched to HUB mode [ 2923.551608] usb3503 usb_hub.4: usb3503_probe: probed in hub mode [ 2923.559044] max77xxx-rtc max77802-rtc: setting system clock to 2000-01-01 01:01:41 UTC (946688501) [ 2923.568976] ALSA device list: [ 2923.570457] No soundcards found. [ 2923.574596] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240) [ 2923.583533] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240) [ 2923.594332] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended [ 2923.612480] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) [ 2923.618489] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 2923.638272] devtmpfs: mounted [ 2923.639940] Freeing unused kernel memory: 356K (c06c1000 - c071a000) [ 2923.743483] usb 5-2: new high-speed USB device number 2 using exynos-ehci [ 2923.878985] usb 5-2: New USB device found, idVendor=0424, idProduct=9730 [ 2923.884288] usb 5-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2924.089197] random: init urandom read with 95 bits of entropy available [ 2924.123490] usb 5-3: new high-speed USB device number 3 using exynos-ehci [ 2924.258830] usb 5-3: New USB device found, idVendor=0424, idProduct=3503 [ 2924.264071] usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2924.276873] hub 5-3:1.0: USB hub found [ 2924.279548] hub 5-3:1.0: 3 ports detected [ 2924.373231] init: ureadahead main process (1147) terminated with status 5 [ 2924.696283] random: nonblocking pool is initialized ... etc... > Regards, > > -- > Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |