This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

init: Unable to open persistent property directory /data/property errno: 2 on pandaboard es1.1 4460

Other Parts Discussed in Thread: TWL6030

I am unable to resolve below issue

setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=2 init=/root/sbin/init
Panda # setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
Panda # boot
Unknown command 'mmcinit' - try 'help'
reading uImage

4434784 bytes read
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Ubuntu kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4434720 Bytes = 4.2 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-1412-omap4 (buildd@shedir) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #16-Ubuntu SMP PREEMPT Tue Apr 17 19:38:42 U)
[    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: OMAP4 Panda board
[    0.000000] Reserving 33554432 bytes SDRAM for VRAM
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] OMAP4460 ES1.1
[    0.000000] PERCPU: Embedded 8 pages/cpu @c1240000 s10080 r8192 d14496 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 237312
[    0.000000] Kernel command line: console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 456MB 479MB = 935MB total
[    0.000000] Memory: 934188k/934188k available, 57044k reserved, 228352K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc08b334c   (8877 kB)
[    0.000000]       .init : 0xc08b4000 - 0xc0918760   ( 402 kB)
[    0.000000]       .data : 0xc091a000 - 0xc09710a8   ( 349 kB)
[    0.000000]        .bss : 0xc09710cc - 0xc0a37a0c   ( 795 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:410 nr_irqs:410 410
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/common/gic.c:611 gic_init+0xb0/0x11c()
[    0.000000] Cannot allocate irq_descs @ IRQ16, assuming pre-allocated
[    0.000000] Modules linked in:
[    0.000000] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)
[    0.000000] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)
[    0.000000] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052b38>] (warn_slowpath_fmt+0x40/0x48)
[    0.000000] [<c0052b38>] (warn_slowpath_fmt+0x40/0x48) from [<c08bbc50>] (gic_init+0xb0/0x11c)
[    0.000000] [<c08bbc50>] (gic_init+0xb0/0x11c) from [<c08bf360>] (gic_init_irq+0x6c/0x80)
[    0.000000] [<c08bf360>] (gic_init_irq+0x6c/0x80) from [<c08b74bc>] (init_IRQ+0x1c/0x24)
[    0.000000] [<c08b74bc>] (init_IRQ+0x1c/0x24) from [<c08b4774>] (start_kernel+0x184/0x318)
[    0.000000] [<c08b4774>] (start_kernel+0x184/0x318) from [<80008044>] (0x80008044)
[    0.000000] ---[ end trace da227214a82491b7 ]---
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000152] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
[    0.070404] pid_max: default: 32768 minimum: 301
[    0.070648] Security Framework initialized
[    0.070739] AppArmor: AppArmor initialized
[    0.070739] Yama: becoming mindful.
[    0.071075] Mount-cache hash table entries: 512
[    0.072174] Initializing cgroup subsys cpuacct
[    0.072235] Initializing cgroup subsys memory
[    0.072296] Initializing cgroup subsys devices
[    0.072326] Initializing cgroup subsys freezer
[    0.072326] Initializing cgroup subsys net_cls
[    0.072357] Initializing cgroup subsys blkio
[    0.072387] Initializing cgroup subsys perf_event
[    0.072540] CPU: Testing write buffer coherency: ok
[    0.072601] ftrace: allocating 25675 entries in 76 pages
[    0.117462] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.117523] Calibrating local timer... 341.52MHz.
[    0.164306] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.164428] Setting up static identity map for 0x805d4dd0 - 0x805d4e18
[    0.164459] L310 cache controller enabled
[    0.164489] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[    0.240875] CPU1: Booted secondary processor
[    0.271057] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.271087] CPU1: Unknown IPI message 0x1
[    0.271118] Brought up 2 CPUs
[    0.271148] SMP: Total of 2 processors activated (2755.07 BogoMIPS).
[    0.272125] devtmpfs: initialized
[    0.276916] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.
[    0.332122] omap_hwmod: mcpdm: _wait_target_ready: -16
[    0.332153] ------------[ cut here ]------------
[    0.332183] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x1ec/0x220()
[    0.332183] Modules linked in:
[    0.332244] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)
[    0.332275] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)
[    0.332305] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052aa8>] (warn_slowpath_null+0x2c/0x34)
[    0.332336] [<c0052aa8>] (warn_slowpath_null+0x2c/0x34) from [<c0022a34>] (_enable+0x1ec/0x220)
[    0.332366] [<c0022a34>] (_enable+0x1ec/0x220) from [<c0022e64>] (_setup.part.13+0x20/0xf0)
[    0.332397] [<c0022e64>] (_setup.part.13+0x20/0xf0) from [<c0022fc8>] (_setup+0x94/0x9c)
[    0.332427] [<c0022fc8>] (_setup+0x94/0x9c) from [<c0023174>] (omap_hwmod_for_each+0x38/0x68)
[    0.332458] [<c0023174>] (omap_hwmod_for_each+0x38/0x68) from [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0)
[    0.332489] [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0) from [<c000876c>] (do_one_initcall+0xa0/0x170)
[    0.332519] [<c000876c>] (do_one_initcall+0xa0/0x170) from [<c08b49d0>] (kernel_init+0xc8/0x170)
[    0.332550] [<c08b49d0>] (kernel_init+0xc8/0x170) from [<c000ee84>] (kernel_thread_exit+0x0/0x8)
[    0.332550] ---[ end trace da227214a82491b8 ]---
[    0.332580] omap_hwmod: mcpdm: cannot be enabled (3)
[    0.339324] Enabling ERRATA 751472
[    0.339355] OMAP4: Map 0xafe00000 to 0xfe600000 for dram barrier
[    0.340301] print_constraints: dummy:
[    0.340606] NET: Registered protocol family 16
[    0.341339] GPMC revision 6.0
[    0.341430]  mpu.0: alias fck already exists
[    0.341766]  iva.0: alias fck already exists
[    0.343170] OMAP GPIO hardware version 0.1
[    0.344818] omap_mux_init: Add partition: #1: core, flags: 2
[    0.345855] omap_mux_init: Add partition: #2: wkup, flags: 2
[    0.348571] SRAM: Mapped pa 0x40300000 to va 0xf0840000 size: 0xd000
[    0.352020] _omap_mux_init_gpio: Could not set gpio7
[    0.352081] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.352111] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.357788] omap_ipussdev_init: could not look up fdif
[    0.358734] OMAP DMA hardware revision 0.0
[    0.366699] bio: create slab <bio-0> at 0
[    0.367553] print_constraints: vwl1271: 1800 mV
[    0.368804] i2c-core: driver [twl] using legacy suspend method
[    0.368835] i2c-core: driver [twl] using legacy resume method
[    0.369598] SCSI subsystem initialized
[    0.371063] usbcore: registered new interface driver usbfs
[    0.371154] usbcore: registered new interface driver hub
[    0.371307] usbcore: registered new device driver usb
[    0.385467] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[    0.386138] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[    0.386657] twl6030: PIH (irq 39) chaining IRQs 368..387
[    0.387298] print_constraints: VUSB: 3300 mV normal standby
[    0.585296] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[    0.586273] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[    0.586791] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[    0.587280] print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal standby
[    0.587860] print_constraints: VCXIO: 1800 mV normal standby
[    0.588226] print_constraints: VDAC: 1800 mV normal standby
[    0.588684] print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 2800 mV normal standby
[    0.588745] twl_reg twl_reg.37: Failed to set supply vmmc
[    0.588836] twl_reg twl_reg.37: can't register VAUX1_6030, -16
[    0.588867] twl_reg: probe of twl_reg.37 failed with error -16
[    0.589294] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[    0.589782] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[    0.590148] print_constraints: CLK32KG:
[    0.590484] print_constraints: VANA: 2100 mV normal standby
[    0.598937] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[    0.614166] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[    0.629425] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[    0.630126] iommu_enable: NULL arch_iommu
[    0.630126] omap-iommu omap-iommu.0: can't get omap iommu: -19
[    0.630157] omap-iommu omap-iommu.0: can't attach iommu device: -19
[    0.630249] omap-iommu omap-iommu.1: tesla registered
[    0.630401] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.631011] NetLabel: Initializing
[    0.631011] NetLabel:  domain hash size = 128
[    0.631042] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.631103] NetLabel:  unlabeled traffic allowed by default
[    0.631530] Switching to clocksource 32k_counter
[    0.651397] FS-Cache: Loaded
[    0.651702] AppArmor: AppArmor Filesystem Enabled
[    0.666137] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.666778] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
[    0.667083] NET: Registered protocol family 2
[    0.667510] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.668823] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.671020] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[    0.672271] TCP: Hash tables configured (established 131072 bind 65536)
[    0.672271] TCP reno registered
[    0.672302] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.672363] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.672821] NET: Registered protocol family 1
[    1.367065] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
[    1.367095] ipu-power initialized ipu, major: 253, minor: 0
[    1.367675] iovmm-omap initialized ducati, major: 252, base-minor: 0
[    1.367889] iovmm-omap initialized tesla, major: 252, base-minor: 1
[    1.368865] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
[    1.369110] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
[    1.369140] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
[    1.369354] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
[    1.369384] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
[    1.369598] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
[    1.370300] audit: initializing netlink socket (disabled)
[    1.370361] type=2000 audit(1.343:1): initialized
[    1.489471] highmem bounce pool size: 64 pages
[    1.498687] VFS: Disk quotas dquot_6.5.2
[    1.499206] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.502807] fuse init (API version 7.17)
[    1.503417] msgmni has been set to 1378
[    1.505126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.505279] io scheduler noop registered
[    1.505279] io scheduler deadline registered
[    1.505340] io scheduler cfq registered (default)
[    1.506072] OMAP DSS rev 4.0
[    1.529479] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[    1.647277] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[    1.772247] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[    2.973114] console [ttyO2] enabled
[    3.061340] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[    3.186798] [drm] Initialized drm 1.1.0 20060810
[    3.192413] brd: module loaded
[    3.200775] loop: module loaded
[    3.204223] (stk) :sysfs entries created
[    3.208435] (stk) : debugfs entries created
[    3.213684] Non-trimmed BGAP, Temp not accurate
[    3.218688] thermal_sensor_dev_register:Need to init the cpu domain
[    3.231719] Fixed MDIO Bus: probed
[    3.235443] tun: Universal TUN/TAP device driver, 1.6
[    3.240814] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.247772] PPP generic driver version 2.4.2
[    3.252685] usbcore: registered new interface driver smsc95xx
[    3.259094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.266204] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
[    3.274780] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.281127] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.289154] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[    3.303466] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.309753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.316986] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.324645] usb usb1: Product: OMAP-EHCI Host Controller
[    3.330291] usb usb1: Manufacturer: Linux 3.2.0-1412-omap4 ehci_hcd
[    3.336944] usb usb1: SerialNumber: ehci-omap.0
[    3.342468] hub 1-0:1.0: USB hub found
[    3.346466] hub 1-0:1.0: 3 ports detected
[    3.381652] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.388366] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
[    3.394958] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
[    3.403137] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
[    3.487426] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.494659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.502319] usb usb2: Product: OMAP3 OHCI Host Controller
[    3.508056] usb usb2: Manufacturer: Linux 3.2.0-1412-omap4 ohci_hcd
[    3.514739] usb usb2: SerialNumber: ohci-omap3.0
[    3.520294] hub 2-0:1.0: USB hub found
[    3.524322] hub 2-0:1.0: 3 ports detected
[    3.529235] Initializing USB Mass Storage driver...
[    3.534576] usbcore: registered new interface driver usb-storage
[    3.540954] USB Mass Storage support registered.
[    3.546264] mousedev: PS/2 mouse device common for all mice
[    3.552612] i2c-core: driver [tm12xx_ts] using legacy suspend method
[    3.559417] i2c-core: driver [tm12xx_ts] using legacy resume method
[    3.566802] twl_rtc twl_rtc: Power up reset detected.
[    3.573333] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.579895] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.586639] Linux media interface: v0.10
[    3.590850] Linux video capture interface: v2.00
[    3.599578] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    3.606628] device-mapper: uevent: version 1.0.3
[    3.611999] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    3.623199] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
[    3.635101] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
[    3.678497] usb 1-1: new high-speed USB device number 2 using ehci-omap
[    3.720825] thermal_governor_dev_register:Adding omap_ondie_governor governor
[    3.728424] thermal_init_thermal_state:Not all components registered for cpu domain sensor   (null), gov=ee565080, cooling=  (null)
[    3.742187] proc4430_drv_initializeModule
[    3.747039] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
[    3.755767] omap-devh initialized Tesla, major: 242, base-minor: 0
[    3.762542] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
[    3.771240] omap-devh initialized SysM3, major: 242, base-minor: 1
[    3.778045] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
[    3.786773] omap-devh initialized AppM3, major: 242, base-minor: 2
[    3.795959] SDP4430 SoC init
[    3.831512] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[    3.838348] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[    3.844726] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.853240] asoc: null-codec-dai <-> Voice mapping ok
[    3.858673] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.867279] asoc: null-codec-dai <-> Tones mapping ok
[    3.873443] hub 1-1:1.0: USB hub found
[    3.878326] asoc: null-codec-dai <-> Vibra mapping ok
[    3.883758] hub 1-1:1.0: 5 ports detected
[    3.888763] asoc: null-codec-dai <-> MODEM mapping ok
[    3.894165] mmc0: host does not support reading read-only switch. assuming write-enable.
[    3.903350] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[    3.909729] mmc0: new high speed SDHC card at address aaaa
[    3.916442] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
[    3.922576] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.930145] asoc: twl6040-legacy <-> mcpdm-dl mapping ok
[    3.936737] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[    3.942718]  mmcblk0: p1 p2
[    3.960754] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[    3.975585] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[    3.991210] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[    3.997009] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[    4.014739] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.021148] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.027893] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    4.034454] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[    4.040496] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[    4.047180] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[    4.053833] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[    4.064056] input: PandaES Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
[    4.076934] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
[    4.084503] OMAP4 HDMI audio SoC init
[    4.089691] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
[    4.097473] ALSA device list:
[    4.100708]   #0: TI OMAP4 Board
[    4.104156]   #1: TI OMAP4 HDMI Board
[    4.104156] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.117492] u32 classifier
[    4.120391]     Actions configured
[    4.125854] TCP cubic registered
[    4.130126] NET: Registered protocol family 10
[    4.138244] NET: Registered protocol family 17
[    4.143249] lib80211: common routines for IEEE802.11 drivers
[    4.149475] Registering the dns_resolver key type
[    4.154510] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    4.162719] ThumbEE CPU extension supported.
[    4.167297] Registering SWP/SWPB emulation handler
[    4.176666] thermal_cooling_dev_register:Found cpu cpu
[    4.182189] thermal_cooling_dev_register: doing deferred tdev
[    4.188323] thermal_sensor_dev_register:Found cpu cpu
[    4.193695] thermal_sensor_dev_register:Adding omap_ondie_sensor sensor
[    4.200775] thermal_init_thermal_state: Getting initial temp for cpu domain
[    4.208190] thermal_request_temp
[    4.211822] omap_safe_zone:hot spot temp 56662
[    4.216613] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
[    4.223846] cpufreq_apply_cooling: Unthrottle cool level 0 curr cool 125000
[    4.231567] omap_thermal_step_freq_up: temperature reduced, stepping up to 0
[    4.239379]    thermal_request_temp got 47000
[    4.244781] omap_sr_disable: omap_sr struct for sr_mpu not found
[    4.251312] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.257232] omap_sr_disable: omap_sr struct for sr_mpu not found
[    4.263946] Power Management for TI OMAP4.
[    4.269409] mmc1: new SDIO card at address 0001
[    4.275726] sr_init: No PMIC hook to init smartreflex
[    4.281127] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    4.281127] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    4.281127] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[    4.281127] SmartReflex Class3 initialized
[    4.320281] registered taskstats version 1
[    4.328094] regulator_init_complete: VANA: incomplete constraints, leaving on
[    4.336181] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
[    4.345397] regulator_init_complete: VDAC: incomplete constraints, leaving on
[    4.353851] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    4.361297] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.369537] regulator_init_complete: VUSB: incomplete constraints, leaving on
[    4.378295] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    4.387237] smsc95xx v1.0.4
[    4.405029] omapdrm omapdrm.0: dvi has no driver.. skipping it
[    4.405242] No connectors reported connected with modes
[    4.416839] [drm] Cannot find any crtc or sizes - going 1024x768
[    4.466278] Console: switching to colour frame buffer device 128x48
[    4.491577] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:6e:5b:3d:0a
[    4.506347] fb0: omapdrm frame buffer device
[    4.510894] drm: registered panic notifier
[    4.515289] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.522308] [drm] No driver support for vblank timestamp query.
[    4.522308] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
[    4.535400] Waiting 2sec before mounting root device...
[    6.869232] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[    6.879089] kjournald starting.  Commit interval 5 seconds
[    6.888061] EXT3-fs (mmcblk0p2): using internal journal
[    6.893646] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
[    6.901153] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    6.908538] devtmpfs: error mounting -2
[    6.908569] Freeing init memory: 400K
[   11.034027] init: Timed out waiting for /dev/.coldboot_done
[   11.043914] init: skipping insecure file '/system/build.prop'
[   11.051422] init: Unable to open persistent property directory /data/property errno: 2
setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=2 init=/roo
Panda # setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
Panda # boot
Unknown command 'mmcinit' - try 'help'
reading uImage

4434784 bytes read
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Ubuntu kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4434720 Bytes = 4.2 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-1412-omap4 (buildd@shedir) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #16-Ubuntu SMP PREEMPT Tue Apr 17 19:38:42 U)
[    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: OMAP4 Panda board
[    0.000000] Reserving 33554432 bytes SDRAM for VRAM
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] OMAP4460 ES1.1
[    0.000000] PERCPU: Embedded 8 pages/cpu @c1240000 s10080 r8192 d14496 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 237312
[    0.000000] Kernel command line: console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 456MB 479MB = 935MB total
[    0.000000] Memory: 934188k/934188k available, 57044k reserved, 228352K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc08b334c   (8877 kB)
[    0.000000]       .init : 0xc08b4000 - 0xc0918760   ( 402 kB)
[    0.000000]       .data : 0xc091a000 - 0xc09710a8   ( 349 kB)
[    0.000000]        .bss : 0xc09710cc - 0xc0a37a0c   ( 795 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:410 nr_irqs:410 410
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/common/gic.c:611 gic_init+0xb0/0x11c()
[    0.000000] Cannot allocate irq_descs @ IRQ16, assuming pre-allocated
[    0.000000] Modules linked in:
[    0.000000] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)
[    0.000000] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)
[    0.000000] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052b38>] (warn_slowpath_fmt+0x40/0x48)
[    0.000000] [<c0052b38>] (warn_slowpath_fmt+0x40/0x48) from [<c08bbc50>] (gic_init+0xb0/0x11c)
[    0.000000] [<c08bbc50>] (gic_init+0xb0/0x11c) from [<c08bf360>] (gic_init_irq+0x6c/0x80)
[    0.000000] [<c08bf360>] (gic_init_irq+0x6c/0x80) from [<c08b74bc>] (init_IRQ+0x1c/0x24)
[    0.000000] [<c08b74bc>] (init_IRQ+0x1c/0x24) from [<c08b4774>] (start_kernel+0x184/0x318)
[    0.000000] [<c08b4774>] (start_kernel+0x184/0x318) from [<80008044>] (0x80008044)
[    0.000000] ---[ end trace da227214a82491b7 ]---
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000152] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
[    0.070404] pid_max: default: 32768 minimum: 301
[    0.070648] Security Framework initialized
[    0.070739] AppArmor: AppArmor initialized
[    0.070739] Yama: becoming mindful.
[    0.071075] Mount-cache hash table entries: 512
[    0.072174] Initializing cgroup subsys cpuacct
[    0.072235] Initializing cgroup subsys memory
[    0.072296] Initializing cgroup subsys devices
[    0.072326] Initializing cgroup subsys freezer
[    0.072326] Initializing cgroup subsys net_cls
[    0.072357] Initializing cgroup subsys blkio
[    0.072387] Initializing cgroup subsys perf_event
[    0.072540] CPU: Testing write buffer coherency: ok
[    0.072601] ftrace: allocating 25675 entries in 76 pages
[    0.117462] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.117523] Calibrating local timer... 341.52MHz.
[    0.164306] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.164428] Setting up static identity map for 0x805d4dd0 - 0x805d4e18
[    0.164459] L310 cache controller enabled
[    0.164489] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[    0.240875] CPU1: Booted secondary processor
[    0.271057] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.271087] CPU1: Unknown IPI message 0x1
[    0.271118] Brought up 2 CPUs
[    0.271148] SMP: Total of 2 processors activated (2755.07 BogoMIPS).
[    0.272125] devtmpfs: initialized
[    0.276916] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.
[    0.332122] omap_hwmod: mcpdm: _wait_target_ready: -16
[    0.332153] ------------[ cut here ]------------
[    0.332183] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x1ec/0x220()
[    0.332183] Modules linked in:
[    0.332244] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)
[    0.332275] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)
[    0.332305] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052aa8>] (warn_slowpath_null+0x2c/0x34)
[    0.332336] [<c0052aa8>] (warn_slowpath_null+0x2c/0x34) from [<c0022a34>] (_enable+0x1ec/0x220)
[    0.332366] [<c0022a34>] (_enable+0x1ec/0x220) from [<c0022e64>] (_setup.part.13+0x20/0xf0)
[    0.332397] [<c0022e64>] (_setup.part.13+0x20/0xf0) from [<c0022fc8>] (_setup+0x94/0x9c)
[    0.332427] [<c0022fc8>] (_setup+0x94/0x9c) from [<c0023174>] (omap_hwmod_for_each+0x38/0x68)
[    0.332458] [<c0023174>] (omap_hwmod_for_each+0x38/0x68) from [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0)
[    0.332489] [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0) from [<c000876c>] (do_one_initcall+0xa0/0x170)
[    0.332519] [<c000876c>] (do_one_initcall+0xa0/0x170) from [<c08b49d0>] (kernel_init+0xc8/0x170)
[    0.332550] [<c08b49d0>] (kernel_init+0xc8/0x170) from [<c000ee84>] (kernel_thread_exit+0x0/0x8)
[    0.332550] ---[ end trace da227214a82491b8 ]---
[    0.332580] omap_hwmod: mcpdm: cannot be enabled (3)
[    0.339324] Enabling ERRATA 751472
[    0.339355] OMAP4: Map 0xafe00000 to 0xfe600000 for dram barrier
[    0.340301] print_constraints: dummy:
[    0.340606] NET: Registered protocol family 16
[    0.341339] GPMC revision 6.0
[    0.341430]  mpu.0: alias fck already exists
[    0.341766]  iva.0: alias fck already exists
[    0.343170] OMAP GPIO hardware version 0.1
[    0.344818] omap_mux_init: Add partition: #1: core, flags: 2
[    0.345855] omap_mux_init: Add partition: #2: wkup, flags: 2
[    0.348571] SRAM: Mapped pa 0x40300000 to va 0xf0840000 size: 0xd000
[    0.352020] _omap_mux_init_gpio: Could not set gpio7
[    0.352081] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.352111] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.357788] omap_ipussdev_init: could not look up fdif
[    0.358734] OMAP DMA hardware revision 0.0
[    0.366699] bio: create slab <bio-0> at 0
[    0.367553] print_constraints: vwl1271: 1800 mV
[    0.368804] i2c-core: driver [twl] using legacy suspend method
[    0.368835] i2c-core: driver [twl] using legacy resume method
[    0.369598] SCSI subsystem initialized
[    0.371063] usbcore: registered new interface driver usbfs
[    0.371154] usbcore: registered new interface driver hub
[    0.371307] usbcore: registered new device driver usb
[    0.385467] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[    0.386138] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[    0.386657] twl6030: PIH (irq 39) chaining IRQs 368..387
[    0.387298] print_constraints: VUSB: 3300 mV normal standby
[    0.585296] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[    0.586273] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[    0.586791] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[    0.587280] print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal standby
[    0.587860] print_constraints: VCXIO: 1800 mV normal standby
[    0.588226] print_constraints: VDAC: 1800 mV normal standby
[    0.588684] print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 2800 mV normal standby
[    0.588745] twl_reg twl_reg.37: Failed to set supply vmmc
[    0.588836] twl_reg twl_reg.37: can't register VAUX1_6030, -16
[    0.588867] twl_reg: probe of twl_reg.37 failed with error -16
[    0.589294] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[    0.589782] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[    0.590148] print_constraints: CLK32KG:
[    0.590484] print_constraints: VANA: 2100 mV normal standby
[    0.598937] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[    0.614166] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[    0.629425] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[    0.630126] iommu_enable: NULL arch_iommu
[    0.630126] omap-iommu omap-iommu.0: can't get omap iommu: -19
[    0.630157] omap-iommu omap-iommu.0: can't attach iommu device: -19
[    0.630249] omap-iommu omap-iommu.1: tesla registered
[    0.630401] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.631011] NetLabel: Initializing
[    0.631011] NetLabel:  domain hash size = 128
[    0.631042] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.631103] NetLabel:  unlabeled traffic allowed by default
[    0.631530] Switching to clocksource 32k_counter
[    0.651397] FS-Cache: Loaded
[    0.651702] AppArmor: AppArmor Filesystem Enabled
[    0.666137] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.666778] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
[    0.667083] NET: Registered protocol family 2
[    0.667510] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.668823] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.671020] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[    0.672271] TCP: Hash tables configured (established 131072 bind 65536)
[    0.672271] TCP reno registered
[    0.672302] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.672363] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.672821] NET: Registered protocol family 1
[    1.367065] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
[    1.367095] ipu-power initialized ipu, major: 253, minor: 0
[    1.367675] iovmm-omap initialized ducati, major: 252, base-minor: 0
[    1.367889] iovmm-omap initialized tesla, major: 252, base-minor: 1
[    1.368865] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
[    1.369110] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
[    1.369140] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
[    1.369354] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
[    1.369384] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
[    1.369598] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
[    1.370300] audit: initializing netlink socket (disabled)
[    1.370361] type=2000 audit(1.343:1): initialized
[    1.489471] highmem bounce pool size: 64 pages
[    1.498687] VFS: Disk quotas dquot_6.5.2
[    1.499206] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.502807] fuse init (API version 7.17)
[    1.503417] msgmni has been set to 1378
[    1.505126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.505279] io scheduler noop registered
[    1.505279] io scheduler deadline registered
[    1.505340] io scheduler cfq registered (default)
[    1.506072] OMAP DSS rev 4.0
[    1.529479] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[    1.647277] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[    1.772247] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[    2.973114] console [ttyO2] enabled
[    3.061340] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[    3.186798] [drm] Initialized drm 1.1.0 20060810
[    3.192413] brd: module loaded
[    3.200775] loop: module loaded
[    3.204223] (stk) :sysfs entries created
[    3.208435] (stk) : debugfs entries created
[    3.213684] Non-trimmed BGAP, Temp not accurate
[    3.218688] thermal_sensor_dev_register:Need to init the cpu domain
[    3.231719] Fixed MDIO Bus: probed
[    3.235443] tun: Universal TUN/TAP device driver, 1.6
[    3.240814] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.247772] PPP generic driver version 2.4.2
[    3.252685] usbcore: registered new interface driver smsc95xx
[    3.259094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.266204] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
[    3.274780] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.281127] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.289154] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[    3.303466] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.309753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.316986] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.324645] usb usb1: Product: OMAP-EHCI Host Controller
[    3.330291] usb usb1: Manufacturer: Linux 3.2.0-1412-omap4 ehci_hcd
[    3.336944] usb usb1: SerialNumber: ehci-omap.0
[    3.342468] hub 1-0:1.0: USB hub found
[    3.346466] hub 1-0:1.0: 3 ports detected
[    3.381652] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.388366] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
[    3.394958] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
[    3.403137] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
[    3.487426] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.494659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.502319] usb usb2: Product: OMAP3 OHCI Host Controller
[    3.508056] usb usb2: Manufacturer: Linux 3.2.0-1412-omap4 ohci_hcd
[    3.514739] usb usb2: SerialNumber: ohci-omap3.0
[    3.520294] hub 2-0:1.0: USB hub found
[    3.524322] hub 2-0:1.0: 3 ports detected
[    3.529235] Initializing USB Mass Storage driver...
[    3.534576] usbcore: registered new interface driver usb-storage
[    3.540954] USB Mass Storage support registered.
[    3.546264] mousedev: PS/2 mouse device common for all mice
[    3.552612] i2c-core: driver [tm12xx_ts] using legacy suspend method
[    3.559417] i2c-core: driver [tm12xx_ts] using legacy resume method
[    3.566802] twl_rtc twl_rtc: Power up reset detected.
[    3.573333] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.579895] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.586639] Linux media interface: v0.10
[    3.590850] Linux video capture interface: v2.00
[    3.599578] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    3.606628] device-mapper: uevent: version 1.0.3
[    3.611999] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    3.623199] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
[    3.635101] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
[    3.678497] usb 1-1: new high-speed USB device number 2 using ehci-omap
[    3.720825] thermal_governor_dev_register:Adding omap_ondie_governor governor
[    3.728424] thermal_init_thermal_state:Not all components registered for cpu domain sensor   (null), gov=ee565080, cooling=  (null)
[    3.742187] proc4430_drv_initializeModule
[    3.747039] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
[    3.755767] omap-devh initialized Tesla, major: 242, base-minor: 0
[    3.762542] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
[    3.771240] omap-devh initialized SysM3, major: 242, base-minor: 1
[    3.778045] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
[    3.786773] omap-devh initialized AppM3, major: 242, base-minor: 2
[    3.795959] SDP4430 SoC init
[    3.831512] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[    3.838348] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[    3.844726] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.853240] asoc: null-codec-dai <-> Voice mapping ok
[    3.858673] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.867279] asoc: null-codec-dai <-> Tones mapping ok
[    3.873443] hub 1-1:1.0: USB hub found
[    3.878326] asoc: null-codec-dai <-> Vibra mapping ok
[    3.883758] hub 1-1:1.0: 5 ports detected
[    3.888763] asoc: null-codec-dai <-> MODEM mapping ok
[    3.894165] mmc0: host does not support reading read-only switch. assuming write-enable.
[    3.903350] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[    3.909729] mmc0: new high speed SDHC card at address aaaa
[    3.916442] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
[    3.922576] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.930145] asoc: twl6040-legacy <-> mcpdm-dl mapping ok
[    3.936737] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[    3.942718]  mmcblk0: p1 p2
[    3.960754] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[    3.975585] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[    3.991210] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[    3.997009] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[    4.014739] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.021148] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.027893] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    4.034454] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[    4.040496] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[    4.047180] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[    4.053833] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[    4.064056] input: PandaES Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
[    4.076934] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
[    4.084503] OMAP4 HDMI audio SoC init
[    4.089691] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
[    4.097473] ALSA device list:
[    4.100708]   #0: TI OMAP4 Board
[    4.104156]   #1: TI OMAP4 HDMI Board
[    4.104156] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.117492] u32 classifier
[    4.120391]     Actions configured
[    4.125854] TCP cubic registered
[    4.130126] NET: Registered protocol family 10
[    4.138244] NET: Registered protocol family 17
[    4.143249] lib80211: common routines for IEEE802.11 drivers
[    4.149475] Registering the dns_resolver key type
[    4.154510] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    4.162719] ThumbEE CPU extension supported.
[    4.167297] Registering SWP/SWPB emulation handler
[    4.176666] thermal_cooling_dev_register:Found cpu cpu
[    4.182189] thermal_cooling_dev_register: doing deferred tdev
[    4.188323] thermal_sensor_dev_register:Found cpu cpu
[    4.193695] thermal_sensor_dev_register:Adding omap_ondie_sensor sensor
[    4.200775] thermal_init_thermal_state: Getting initial temp for cpu domain
[    4.208190] thermal_request_temp
[    4.211822] omap_safe_zone:hot spot temp 56662
[    4.216613] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
[    4.223846] cpufreq_apply_cooling: Unthrottle cool level 0 curr cool 125000
[    4.231567] omap_thermal_step_freq_up: temperature reduced, stepping up to 0
[    4.239379]    thermal_request_temp got 47000
[    4.244781] omap_sr_disable: omap_sr struct for sr_mpu not found
[    4.251312] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.257232] omap_sr_disable: omap_sr struct for sr_mpu not found
[    4.263946] Power Management for TI OMAP4.
[    4.269409] mmc1: new SDIO card at address 0001
[    4.275726] sr_init: No PMIC hook to init smartreflex
[    4.281127] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    4.281127] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    4.281127] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[    4.281127] SmartReflex Class3 initialized
[    4.320281] registered taskstats version 1
[    4.328094] regulator_init_complete: VANA: incomplete constraints, leaving on
[    4.336181] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
[    4.345397] regulator_init_complete: VDAC: incomplete constraints, leaving on
[    4.353851] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    4.361297] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.369537] regulator_init_complete: VUSB: incomplete constraints, leaving on
[    4.378295] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    4.387237] smsc95xx v1.0.4
[    4.405029] omapdrm omapdrm.0: dvi has no driver.. skipping it
[    4.405242] No connectors reported connected with modes
[    4.416839] [drm] Cannot find any crtc or sizes - going 1024x768
[    4.466278] Console: switching to colour frame buffer device 128x48
[    4.491577] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:6e:5b:3d:0a
[    4.506347] fb0: omapdrm frame buffer device
[    4.510894] drm: registered panic notifier
[    4.515289] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.522308] [drm] No driver support for vblank timestamp query.
[    4.522308] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
[    4.535400] Waiting 2sec before mounting root device...
[    6.869232] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[    6.879089] kjournald starting.  Commit interval 5 seconds
[    6.888061] EXT3-fs (mmcblk0p2): using internal journal
[    6.893646] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
[    6.901153] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    6.908538] devtmpfs: error mounting -2
[    6.908569] Freeing init memory: 400K
[   11.034027] init: Timed out waiting for /dev/.coldboot_done
[   11.043914] init: skipping insecure file '/system/build.prop'
[   11.051422] init: Unable to open persistent property directory /data/property errno: 2
setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=2 init=/roo
Panda # setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
Panda # boot
Unknown command 'mmcinit' - try 'help'
reading uImage

4434784 bytes read
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Ubuntu kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4434720 Bytes = 4.2 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-1412-omap4 (buildd@shedir) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #16-Ubuntu SMP PREEMPT Tue Apr 17 19:38:42 U)
[    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: OMAP4 Panda board
[    0.000000] Reserving 33554432 bytes SDRAM for VRAM
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] OMAP4460 ES1.1
[    0.000000] PERCPU: Embedded 8 pages/cpu @c1240000 s10080 r8192 d14496 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 237312
[    0.000000] Kernel command line: console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 456MB 479MB = 935MB total
[    0.000000] Memory: 934188k/934188k available, 57044k reserved, 228352K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc08b334c   (8877 kB)
[    0.000000]       .init : 0xc08b4000 - 0xc0918760   ( 402 kB)
[    0.000000]       .data : 0xc091a000 - 0xc09710a8   ( 349 kB)
[    0.000000]        .bss : 0xc09710cc - 0xc0a37a0c   ( 795 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:410 nr_irqs:410 410
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/common/gic.c:611 gic_init+0xb0/0x11c()
[    0.000000] Cannot allocate irq_descs @ IRQ16, assuming pre-allocated
[    0.000000] Modules linked in:
[    0.000000] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)
[    0.000000] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)
[    0.000000] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052b38>] (warn_slowpath_fmt+0x40/0x48)
[    0.000000] [<c0052b38>] (warn_slowpath_fmt+0x40/0x48) from [<c08bbc50>] (gic_init+0xb0/0x11c)
[    0.000000] [<c08bbc50>] (gic_init+0xb0/0x11c) from [<c08bf360>] (gic_init_irq+0x6c/0x80)
[    0.000000] [<c08bf360>] (gic_init_irq+0x6c/0x80) from [<c08b74bc>] (init_IRQ+0x1c/0x24)
[    0.000000] [<c08b74bc>] (init_IRQ+0x1c/0x24) from [<c08b4774>] (start_kernel+0x184/0x318)
[    0.000000] [<c08b4774>] (start_kernel+0x184/0x318) from [<80008044>] (0x80008044)
[    0.000000] ---[ end trace da227214a82491b7 ]---
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000152] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
[    0.070404] pid_max: default: 32768 minimum: 301
[    0.070648] Security Framework initialized
[    0.070739] AppArmor: AppArmor initialized
[    0.070739] Yama: becoming mindful.
[    0.071075] Mount-cache hash table entries: 512
[    0.072174] Initializing cgroup subsys cpuacct
[    0.072235] Initializing cgroup subsys memory
[    0.072296] Initializing cgroup subsys devices
[    0.072326] Initializing cgroup subsys freezer
[    0.072326] Initializing cgroup subsys net_cls
[    0.072357] Initializing cgroup subsys blkio
[    0.072387] Initializing cgroup subsys perf_event
[    0.072540] CPU: Testing write buffer coherency: ok
[    0.072601] ftrace: allocating 25675 entries in 76 pages
[    0.117462] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.117523] Calibrating local timer... 341.52MHz.
[    0.164306] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.164428] Setting up static identity map for 0x805d4dd0 - 0x805d4e18
[    0.164459] L310 cache controller enabled
[    0.164489] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[    0.240875] CPU1: Booted secondary processor
[    0.271057] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.271087] CPU1: Unknown IPI message 0x1
[    0.271118] Brought up 2 CPUs
[    0.271148] SMP: Total of 2 processors activated (2755.07 BogoMIPS).
[    0.272125] devtmpfs: initialized
[    0.276916] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.
[    0.332122] omap_hwmod: mcpdm: _wait_target_ready: -16
[    0.332153] ------------[ cut here ]------------
[    0.332183] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x1ec/0x220()
[    0.332183] Modules linked in:
[    0.332244] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)
[    0.332275] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)
[    0.332305] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052aa8>] (warn_slowpath_null+0x2c/0x34)
[    0.332336] [<c0052aa8>] (warn_slowpath_null+0x2c/0x34) from [<c0022a34>] (_enable+0x1ec/0x220)
[    0.332366] [<c0022a34>] (_enable+0x1ec/0x220) from [<c0022e64>] (_setup.part.13+0x20/0xf0)
[    0.332397] [<c0022e64>] (_setup.part.13+0x20/0xf0) from [<c0022fc8>] (_setup+0x94/0x9c)
[    0.332427] [<c0022fc8>] (_setup+0x94/0x9c) from [<c0023174>] (omap_hwmod_for_each+0x38/0x68)
[    0.332458] [<c0023174>] (omap_hwmod_for_each+0x38/0x68) from [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0)
[    0.332489] [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0) from [<c000876c>] (do_one_initcall+0xa0/0x170)
[    0.332519] [<c000876c>] (do_one_initcall+0xa0/0x170) from [<c08b49d0>] (kernel_init+0xc8/0x170)
[    0.332550] [<c08b49d0>] (kernel_init+0xc8/0x170) from [<c000ee84>] (kernel_thread_exit+0x0/0x8)
[    0.332550] ---[ end trace da227214a82491b8 ]---
[    0.332580] omap_hwmod: mcpdm: cannot be enabled (3)
[    0.339324] Enabling ERRATA 751472
[    0.339355] OMAP4: Map 0xafe00000 to 0xfe600000 for dram barrier
[    0.340301] print_constraints: dummy:
[    0.340606] NET: Registered protocol family 16
[    0.341339] GPMC revision 6.0
[    0.341430]  mpu.0: alias fck already exists
[    0.341766]  iva.0: alias fck already exists
[    0.343170] OMAP GPIO hardware version 0.1
[    0.344818] omap_mux_init: Add partition: #1: core, flags: 2
[    0.345855] omap_mux_init: Add partition: #2: wkup, flags: 2
[    0.348571] SRAM: Mapped pa 0x40300000 to va 0xf0840000 size: 0xd000
[    0.352020] _omap_mux_init_gpio: Could not set gpio7
[    0.352081] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.352111] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.357788] omap_ipussdev_init: could not look up fdif
[    0.358734] OMAP DMA hardware revision 0.0
[    0.366699] bio: create slab <bio-0> at 0
[    0.367553] print_constraints: vwl1271: 1800 mV
[    0.368804] i2c-core: driver [twl] using legacy suspend method
[    0.368835] i2c-core: driver [twl] using legacy resume method
[    0.369598] SCSI subsystem initialized
[    0.371063] usbcore: registered new interface driver usbfs
[    0.371154] usbcore: registered new interface driver hub
[    0.371307] usbcore: registered new device driver usb
[    0.385467] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[    0.386138] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[    0.386657] twl6030: PIH (irq 39) chaining IRQs 368..387
[    0.387298] print_constraints: VUSB: 3300 mV normal standby
[    0.585296] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[    0.586273] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[    0.586791] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[    0.587280] print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal standby
[    0.587860] print_constraints: VCXIO: 1800 mV normal standby
[    0.588226] print_constraints: VDAC: 1800 mV normal standby
[    0.588684] print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 2800 mV normal standby
[    0.588745] twl_reg twl_reg.37: Failed to set supply vmmc
[    0.588836] twl_reg twl_reg.37: can't register VAUX1_6030, -16
[    0.588867] twl_reg: probe of twl_reg.37 failed with error -16
[    0.589294] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[    0.589782] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[    0.590148] print_constraints: CLK32KG:
[    0.590484] print_constraints: VANA: 2100 mV normal standby
[    0.598937] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[    0.614166] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[    0.629425] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[    0.630126] iommu_enable: NULL arch_iommu
[    0.630126] omap-iommu omap-iommu.0: can't get omap iommu: -19
[    0.630157] omap-iommu omap-iommu.0: can't attach iommu device: -19
[    0.630249] omap-iommu omap-iommu.1: tesla registered
[    0.630401] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.631011] NetLabel: Initializing
[    0.631011] NetLabel:  domain hash size = 128
[    0.631042] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.631103] NetLabel:  unlabeled traffic allowed by default
[    0.631530] Switching to clocksource 32k_counter
[    0.651397] FS-Cache: Loaded
[    0.651702] AppArmor: AppArmor Filesystem Enabled
[    0.666137] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.666778] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
[    0.667083] NET: Registered protocol family 2
[    0.667510] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.668823] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.671020] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[    0.672271] TCP: Hash tables configured (established 131072 bind 65536)
[    0.672271] TCP reno registered
[    0.672302] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.672363] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.672821] NET: Registered protocol family 1
[    1.367065] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
[    1.367095] ipu-power initialized ipu, major: 253, minor: 0
[    1.367675] iovmm-omap initialized ducati, major: 252, base-minor: 0
[    1.367889] iovmm-omap initialized tesla, major: 252, base-minor: 1
[    1.368865] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
[    1.369110] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
[    1.369140] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
[    1.369354] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
[    1.369384] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
[    1.369598] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
[    1.370300] audit: initializing netlink socket (disabled)
[    1.370361] type=2000 audit(1.343:1): initialized
[    1.489471] highmem bounce pool size: 64 pages
[    1.498687] VFS: Disk quotas dquot_6.5.2
[    1.499206] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.502807] fuse init (API version 7.17)
[    1.503417] msgmni has been set to 1378
[    1.505126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.505279] io scheduler noop registered
[    1.505279] io scheduler deadline registered
[    1.505340] io scheduler cfq registered (default)
[    1.506072] OMAP DSS rev 4.0
[    1.529479] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[    1.647277] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[    1.772247] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[    2.973114] console [ttyO2] enabled
[    3.061340] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[    3.186798] [drm] Initialized drm 1.1.0 20060810
[    3.192413] brd: module loaded
[    3.200775] loop: module loaded
[    3.204223] (stk) :sysfs entries created
[    3.208435] (stk) : debugfs entries created
[    3.213684] Non-trimmed BGAP, Temp not accurate
[    3.218688] thermal_sensor_dev_register:Need to init the cpu domain
[    3.231719] Fixed MDIO Bus: probed
[    3.235443] tun: Universal TUN/TAP device driver, 1.6
[    3.240814] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.247772] PPP generic driver version 2.4.2
[    3.252685] usbcore: registered new interface driver smsc95xx
[    3.259094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.266204] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
[    3.274780] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.281127] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.289154] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[    3.303466] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.309753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.316986] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.324645] usb usb1: Product: OMAP-EHCI Host Controller
[    3.330291] usb usb1: Manufacturer: Linux 3.2.0-1412-omap4 ehci_hcd
[    3.336944] usb usb1: SerialNumber: ehci-omap.0
[    3.342468] hub 1-0:1.0: USB hub found
[    3.346466] hub 1-0:1.0: 3 ports detected
[    3.381652] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.388366] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
[    3.394958] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
[    3.403137] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
[    3.487426] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.494659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.502319] usb usb2: Product: OMAP3 OHCI Host Controller
[    3.508056] usb usb2: Manufacturer: Linux 3.2.0-1412-omap4 ohci_hcd
[    3.514739] usb usb2: SerialNumber: ohci-omap3.0
[    3.520294] hub 2-0:1.0: USB hub found
[    3.524322] hub 2-0:1.0: 3 ports detected
[    3.529235] Initializing USB Mass Storage driver...
[    3.534576] usbcore: registered new interface driver usb-storage
[    3.540954] USB Mass Storage support registered.
[    3.546264] mousedev: PS/2 mouse device common for all mice
[    3.552612] i2c-core: driver [tm12xx_ts] using legacy suspend method
[    3.559417] i2c-core: driver [tm12xx_ts] using legacy resume method
[    3.566802] twl_rtc twl_rtc: Power up reset detected.
[    3.573333] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.579895] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.586639] Linux media interface: v0.10
[    3.590850] Linux video capture interface: v2.00
[    3.599578] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    3.606628] device-mapper: uevent: version 1.0.3
[    3.611999] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    3.623199] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
[    3.635101] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
[    3.678497] usb 1-1: new high-speed USB device number 2 using ehci-omap
[    3.720825] thermal_governor_dev_register:Adding omap_ondie_governor governor
[    3.728424] thermal_init_thermal_state:Not all components registered for cpu domain sensor   (null), gov=ee565080, cooling=  (null)
[    3.742187] proc4430_drv_initializeModule
[    3.747039] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
[    3.755767] omap-devh initialized Tesla, major: 242, base-minor: 0
[    3.762542] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
[    3.771240] omap-devh initialized SysM3, major: 242, base-minor: 1
[    3.778045] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
[    3.786773] omap-devh initialized AppM3, major: 242, base-minor: 2
[    3.795959] SDP4430 SoC init
[    3.831512] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[    3.838348] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[    3.844726] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.853240] asoc: null-codec-dai <-> Voice mapping ok
[    3.858673] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.867279] asoc: null-codec-dai <-> Tones mapping ok
[    3.873443] hub 1-1:1.0: USB hub found
[    3.878326] asoc: null-codec-dai <-> Vibra mapping ok
[    3.883758] hub 1-1:1.0: 5 ports detected
[    3.888763] asoc: null-codec-dai <-> MODEM mapping ok
[    3.894165] mmc0: host does not support reading read-only switch. assuming write-enable.
[    3.903350] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[    3.909729] mmc0: new high speed SDHC card at address aaaa
[    3.916442] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
[    3.922576] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.930145] asoc: twl6040-legacy <-> mcpdm-dl mapping ok
[    3.936737] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[    3.942718]  mmcblk0: p1 p2
[    3.960754] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[    3.975585] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[    3.991210] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[    3.997009] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[    4.014739] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.021148] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.027893] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    4.034454] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[    4.040496] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[    4.047180] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[    4.053833] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[    4.064056] input: PandaES Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
[    4.076934] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
[    4.084503] OMAP4 HDMI audio SoC init
[    4.089691] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
[    4.097473] ALSA device list:
[    4.100708]   #0: TI OMAP4 Board
[    4.104156]   #1: TI OMAP4 HDMI Board
[    4.104156] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.117492] u32 classifier
[    4.120391]     Actions configured
[    4.125854] TCP cubic registered
[    4.130126] NET: Registered protocol family 10
[    4.138244] NET: Registered protocol family 17
[    4.143249] lib80211: common routines for IEEE802.11 drivers
[    4.149475] Registering the dns_resolver key type
[    4.154510] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    4.162719] ThumbEE CPU extension supported.
[    4.167297] Registering SWP/SWPB emulation handler
[    4.176666] thermal_cooling_dev_register:Found cpu cpu
[    4.182189] thermal_cooling_dev_register: doing deferred tdev
[    4.188323] thermal_sensor_dev_register:Found cpu cpu
[    4.193695] thermal_sensor_dev_register:Adding omap_ondie_sensor sensor
[    4.200775] thermal_init_thermal_state: Getting initial temp for cpu domain
[    4.208190] thermal_request_temp
[    4.211822] omap_safe_zone:hot spot temp 56662
[    4.216613] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
[    4.223846] cpufreq_apply_cooling: Unthrottle cool level 0 curr cool 125000
[    4.231567] omap_thermal_step_freq_up: temperature reduced, stepping up to 0
[    4.239379]    thermal_request_temp got 47000
[    4.244781] omap_sr_disable: omap_sr struct for sr_mpu not found
[    4.251312] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.257232] omap_sr_disable: omap_sr struct for sr_mpu not found
[    4.263946] Power Management for TI OMAP4.
[    4.269409] mmc1: new SDIO card at address 0001
[    4.275726] sr_init: No PMIC hook to init smartreflex
[    4.281127] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    4.281127] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    4.281127] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[    4.281127] SmartReflex Class3 initialized
[    4.320281] registered taskstats version 1
[    4.328094] regulator_init_complete: VANA: incomplete constraints, leaving on
[    4.336181] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
[    4.345397] regulator_init_complete: VDAC: incomplete constraints, leaving on
[    4.353851] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    4.361297] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.369537] regulator_init_complete: VUSB: incomplete constraints, leaving on
[    4.378295] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    4.387237] smsc95xx v1.0.4
[    4.405029] omapdrm omapdrm.0: dvi has no driver.. skipping it
[    4.405242] No connectors reported connected with modes
[    4.416839] [drm] Cannot find any crtc or sizes - going 1024x768
[    4.466278] Console: switching to colour frame buffer device 128x48
[    4.491577] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:6e:5b:3d:0a
[    4.506347] fb0: omapdrm frame buffer device
[    4.510894] drm: registered panic notifier
[    4.515289] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.522308] [drm] No driver support for vblank timestamp query.
[    4.522308] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
[    4.535400] Waiting 2sec before mounting root device...
[    6.869232] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[    6.879089] kjournald starting.  Commit interval 5 seconds
[    6.888061] EXT3-fs (mmcblk0p2): using internal journal
[    6.893646] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
[    6.901153] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    6.908538] devtmpfs: error mounting -2
[    6.908569] Freeing init memory: 400K
[   11.034027] init: Timed out waiting for /dev/.coldboot_done
[   11.043914] init: skipping insecure file '/system/build.prop'
[   11.051422] init: Unable to open persistent property directory /data/property errno: 2
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A