All of lore.kernel.org
 help / color / mirror / Atom feed
* OMAP baseline test results for v3.8-rc6
@ 2013-02-06 23:34 ` Paul Walmsley
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-06 23:34 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-arm-kernel


Here are some basic OMAP test results for Linux v3.8-rc6.
Logs and other details at:

    http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/


Test summary
------------

Boot to userspace:
    Pass ( 9/11): 2420n800, 2430sdp, 3517evm, 3530es3beagle,
  	   	  3730beaglexm, 37xxevm, 4430es2panda, 5912osk,
		  4460pandaes
    FAIL ( 2/11): am335xbone, cmt3517 
  
PM ret/off, suspend + dynamic idle:
    Pass (3/3): 3530es3beagle, 3730beaglexm, 37xxevm

PM ret, suspend + dynamic idle:
    Pass (1/2): 4460pandaes
    FAIL (1/2): 4430es2panda

PM ret, dynamic idle:
    FAIL (1/1): 2430sdp


Failing tests: fixed by posted patches
--------------------------------------

Other:

* 2420N800: powers down 30 seconds after boot
  - Presumably due to missing CBUS patches for watchdog control
  - http://lkml.org/lkml/2012/9/3/265
  - http://marc.info/?l=linux-omap&m=135274739624125&w=2
  - http://marc.info/?l=linux-omap&m=135664195831104&w=2


Failing tests: needing investigation
------------------------------------

Boot tests:

* am335xbone: hangs after "Starting kernel"
  - Cause unknown
  - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg82297.html
  - http://marc.info/?l=linux-omap&m=135903184512238&w=2
  - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg83942.html

* 3517EVM & CM-T3517: boot hangs with NFS root
  - Likely some Kconfig, board file, and PM issues with EMAC
  - Longstanding bug

* CM-T3517: boot hangs with MMC root
  - Due to missing MMC setup in board file
  - http://www.spinics.net/lists/arm-kernel/msg211471.html

Boot warnings:

* 3530es3beagle, 3730beaglexm, 37xxevm: nand_scan_ident() warning
  - "at drivers/mtd/nand/nand_base.c:2861 nand_scan_ident+0xdb4/0xf90()"
  - http://marc.info/?l=linux-omap&m=135630897110185&w=2

* CM-T3517: L3 in-band error with IPSS during boot
  - Cause unknown but see http://marc.info/?l=linux-omap&m=134833869730129&w=2
  - Longstanding issue; does not occur on the 3517EVM

PM tests:

* 2430sdp: pwrdm state mismatch(dsp_pwrdm) 0 != 3
  - need to doublecheck wakeup dependencies

* 2430sdp: power domains not entering retention
  - Cause unknown

* 4430es2panda, 4460pandaes: pwrdm state mismatch on CAM, DSS, ABE

* 4460pandaes: pwrdm state mismatch on IVAHD, TESLA 

* 4430es2panda: CORE, TESLA, IVAHD, L3INIT didn't enter target state
  - Probably due to lack of reset code for M3, DSP, SL2IF, FSUSB
    per discussion with Tero Kristo
  - Likely dependent on the bootloader version
    - fails with 2012.07-00136-g755de79

* 3730 Beagle XM: does not serial wake from off-idle suspend when console
  UART doesn't clock gate ("debug ignore_loglevel")
  - Cause unknown
  - Not yet part of the automated test suite
  - Re-tested at v3.7; still failing:
    http://www.pwsan.com/omap/transcripts/20121211-3730beaglexm-3.7-pm-offmode-fail-debug.txt

Other:

* 4430es2panda: omap_hwmod: l3_instr: _wait_target_disable failed
  - Unknown cause; could be due to the lack of hierarchical enable/disable
    in hwmod code
  - Jon Hunter reports this does not appear with the same X-loader/bootloader
    on his 4430ES2.3 Panda, so could be ES-level dependent


Failing tests: needing local investigation (may be due to testbed issues)
-------------------------------------------------------------------------

Boot tests:

* AM335x Beaglebone: omap2plus_defconfig kernels don't boot
  - May be fixed now, pending retest:
    - http://marc.info/?l=linux-omap&m=135082257727502&w=2
  - Not yet part of the automated test suite
  - Nishanth Menon & Vaibhav Hiremath report that it works for them
  * May be due to an old U-boot with FDT support problems used here?
    Pending local investigation and re-test


Problems reported by others
---------------------------

(none currently listed)

--------------------------------------------------------------
Branch: test_v3.8-rc6
Test-Serial: 20130206155004
Commit-ID: 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7
Test-Target-Board-Count: 11

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-06 23:34 ` Paul Walmsley
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-06 23:34 UTC (permalink / raw)
  To: linux-arm-kernel


Here are some basic OMAP test results for Linux v3.8-rc6.
Logs and other details at:

    http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/


Test summary
------------

Boot to userspace:
    Pass ( 9/11): 2420n800, 2430sdp, 3517evm, 3530es3beagle,
  	   	  3730beaglexm, 37xxevm, 4430es2panda, 5912osk,
		  4460pandaes
    FAIL ( 2/11): am335xbone, cmt3517 
  
PM ret/off, suspend + dynamic idle:
    Pass (3/3): 3530es3beagle, 3730beaglexm, 37xxevm

PM ret, suspend + dynamic idle:
    Pass (1/2): 4460pandaes
    FAIL (1/2): 4430es2panda

PM ret, dynamic idle:
    FAIL (1/1): 2430sdp


Failing tests: fixed by posted patches
--------------------------------------

Other:

* 2420N800: powers down 30 seconds after boot
  - Presumably due to missing CBUS patches for watchdog control
  - http://lkml.org/lkml/2012/9/3/265
  - http://marc.info/?l=linux-omap&m=135274739624125&w=2
  - http://marc.info/?l=linux-omap&m=135664195831104&w=2


Failing tests: needing investigation
------------------------------------

Boot tests:

* am335xbone: hangs after "Starting kernel"
  - Cause unknown
  - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg82297.html
  - http://marc.info/?l=linux-omap&m=135903184512238&w=2
  - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg83942.html

* 3517EVM & CM-T3517: boot hangs with NFS root
  - Likely some Kconfig, board file, and PM issues with EMAC
  - Longstanding bug

* CM-T3517: boot hangs with MMC root
  - Due to missing MMC setup in board file
  - http://www.spinics.net/lists/arm-kernel/msg211471.html

Boot warnings:

* 3530es3beagle, 3730beaglexm, 37xxevm: nand_scan_ident() warning
  - "at drivers/mtd/nand/nand_base.c:2861 nand_scan_ident+0xdb4/0xf90()"
  - http://marc.info/?l=linux-omap&m=135630897110185&w=2

* CM-T3517: L3 in-band error with IPSS during boot
  - Cause unknown but see http://marc.info/?l=linux-omap&m=134833869730129&w=2
  - Longstanding issue; does not occur on the 3517EVM

PM tests:

* 2430sdp: pwrdm state mismatch(dsp_pwrdm) 0 != 3
  - need to doublecheck wakeup dependencies

* 2430sdp: power domains not entering retention
  - Cause unknown

* 4430es2panda, 4460pandaes: pwrdm state mismatch on CAM, DSS, ABE

* 4460pandaes: pwrdm state mismatch on IVAHD, TESLA 

* 4430es2panda: CORE, TESLA, IVAHD, L3INIT didn't enter target state
  - Probably due to lack of reset code for M3, DSP, SL2IF, FSUSB
    per discussion with Tero Kristo
  - Likely dependent on the bootloader version
    - fails with 2012.07-00136-g755de79

* 3730 Beagle XM: does not serial wake from off-idle suspend when console
  UART doesn't clock gate ("debug ignore_loglevel")
  - Cause unknown
  - Not yet part of the automated test suite
  - Re-tested at v3.7; still failing:
    http://www.pwsan.com/omap/transcripts/20121211-3730beaglexm-3.7-pm-offmode-fail-debug.txt

Other:

* 4430es2panda: omap_hwmod: l3_instr: _wait_target_disable failed
  - Unknown cause; could be due to the lack of hierarchical enable/disable
    in hwmod code
  - Jon Hunter reports this does not appear with the same X-loader/bootloader
    on his 4430ES2.3 Panda, so could be ES-level dependent


Failing tests: needing local investigation (may be due to testbed issues)
-------------------------------------------------------------------------

Boot tests:

* AM335x Beaglebone: omap2plus_defconfig kernels don't boot
  - May be fixed now, pending retest:
    - http://marc.info/?l=linux-omap&m=135082257727502&w=2
  - Not yet part of the automated test suite
  - Nishanth Menon & Vaibhav Hiremath report that it works for them
  * May be due to an old U-boot with FDT support problems used here?
    Pending local investigation and re-test


Problems reported by others
---------------------------

(none currently listed)

--------------------------------------------------------------
Branch: test_v3.8-rc6
Test-Serial: 20130206155004
Commit-ID: 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7
Test-Target-Board-Count: 11

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: OMAP baseline test results for v3.8-rc6
  2013-02-06 23:34 ` Paul Walmsley
@ 2013-02-07  8:32   ` Felipe Balbi
  -1 siblings, 0 replies; 22+ messages in thread
From: Felipe Balbi @ 2013-02-07  8:32 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

Hi,

On Wed, Feb 06, 2013 at 11:34:32PM +0000, Paul Walmsley wrote:
> Boot tests:
> 
> * am335xbone: hangs after "Starting kernel"
>   - Cause unknown
>   - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg82297.html
>   - http://marc.info/?l=linux-omap&m=135903184512238&w=2
>   - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg83942.html

After testing quite a lot and having help from other folks, the problem
(for me at least) was missing fdt_high in u-boot environment.

setenv fdt_high 0xffffffff

fixed everything.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-07  8:32   ` Felipe Balbi
  0 siblings, 0 replies; 22+ messages in thread
From: Felipe Balbi @ 2013-02-07  8:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Wed, Feb 06, 2013 at 11:34:32PM +0000, Paul Walmsley wrote:
> Boot tests:
> 
> * am335xbone: hangs after "Starting kernel"
>   - Cause unknown
>   - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg82297.html
>   - http://marc.info/?l=linux-omap&m=135903184512238&w=2
>   - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg83942.html

After testing quite a lot and having help from other folks, the problem
(for me at least) was missing fdt_high in u-boot environment.

setenv fdt_high 0xffffffff

fixed everything.

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130207/2a1c0bf4/attachment.sig>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-07  8:32   ` Felipe Balbi
@ 2013-02-08 10:24     ` Hiremath, Vaibhav
  -1 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 10:24 UTC (permalink / raw)
  To: Balbi, Felipe, Paul Walmsley; +Cc: linux-omap, linux-arm-kernel

On Thu, Feb 07, 2013 at 14:02:17, Balbi, Felipe wrote:
> Hi,
> 
> On Wed, Feb 06, 2013 at 11:34:32PM +0000, Paul Walmsley wrote:
> > Boot tests:
> > 
> > * am335xbone: hangs after "Starting kernel"
> >   - Cause unknown
> >   - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg82297.html
> >   - http://marc.info/?l=linux-omap&m=135903184512238&w=2
> >   - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg83942.html
> 
> After testing quite a lot and having help from other folks, the problem
> (for me at least) was missing fdt_high in u-boot environment.
> 
> setenv fdt_high 0xffffffff
> 
> fixed everything.
> 

Sorry for not following up on this for long, I have tested v3.8-rc6 
(with latest u-boot)on both BeageBone platoforms and I have pasted the logs 
below as well for reference.


Paul,
I have used your MLO & u-boot.img images and tried at my end, and as 
expected it didn't boot for me. I debugged it further and found that your 
u-boot doesn't enable support for FDT and that's is the reason it fails to 
boot.



Below are my observations,

BeagleBone:
===========

U-Boot SPL 2013.01-00167-gd62ef56 (Feb 08 2013 - 12:41:55)
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2013.01-00167-gd62ef56 (Feb 08 2013 - 12:41:55)

I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   cpsw, usb_ether
Hit any key to stop autoboot:  0
U-Boot#
U-Boot#
U-Boot# mmc rescan 0
U-Boot# fatload mmc 0 80000000 am335x-bone.dtb
reading am335x-bone.dtb
7967 bytes read in 6 ms (1.3 MiB/s)
U-Boot# fatload mmc 0 81000000 uImage
reading uImage
3927712 bytes read in 455 ms (8.2 MiB/s)
U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz
reading ramdisk-pm.gz
2022580 bytes read in 238 ms (8.1 MiB/s)
U-Boot# setenv bootargs console=ttyO0,115200n8 mem=256M root=/dev/ram rw initrd=0x82000000,32MB ramdisk_size=65536 earlyprintk=serial
U-Boot# bootm 81000000 - 80000000
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Linux-3.8.0-rc6
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3927648 Bytes = 3.7 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 80000000
   Booting using the fdt blob at 0x80000000
   Loading Kernel Image ... OK
OK
   Loading Device Tree to 8fe3e000, end 8fe42f1e ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.8.0-rc6 (a0393758@psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 SMP Fri Feb 8 12:47:14 IST 2013
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 9 pages/cpu @c0f3a000 s12992 r8192 d15680 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64768
[    0.000000] Kernel command line: console=ttyO0,115200n8 mem=256M root=/dev/ram rw initrd=0x82000000,32MB ramdisk_size=65536 earlyprintk=serial
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Memory: 255MB = 255MB total
[    0.000000] Memory: 212500k/212500k available, 49644k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06f0600   (7074 kB)
[    0.000000]       .init : 0xc06f1000 - 0xc07422c0   ( 325 kB)
[    0.000000]       .data : 0xc0744000 - 0xc07d59b8   ( 583 kB)
[    0.000000]        .bss : 0xc07d59b8 - 0xc0d306b0   (5484 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3695 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.001165] Calibrating delay loop... 364.48 BogoMIPS (lpj=1425408)
[    0.109064] pid_max: default: 32768 minimum: 301
[    0.109704] Security Framework initialized
[    0.109916] Mount-cache hash table entries: 512
[    0.122564] CPU: Testing write buffer coherency: ok
[    0.124461] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.124555] Setting up static identity map for 0x804ee8e0 - 0x804ee950
[    0.127896] Brought up 1 CPUs
[    0.127925] SMP: Total of 1 processors activated (364.48 BogoMIPS).
[    0.131934] devtmpfs: initialized
[    0.210430] pinctrl core: initialized pinctrl subsystem
[    0.218538] regulator-dummy: no parameters
[    0.221241] NET: Registered protocol family 16
[    0.222190] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.223796] omap-gpmc omap-gpmc: GPMC revision 6.0
[    0.254534] OMAP GPIO hardware version 0.1
[    0.280095] No ATAGs?
[    0.280126] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.361898] bio: create slab <bio-0> at 0
[    0.468320] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
[    0.478996] SCSI subsystem initialized
[    0.481933] usbcore: registered new interface driver usbfs
[    0.482570] usbcore: registered new interface driver hub
[    0.483569] usbcore: registered new device driver usb
[    0.487020] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
[    0.489555] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    0.497420] DCDC1: at 1800 mV
[    0.500881] vdd_mpu: 925 <--> 1325 mV at 1100 mV
[    0.503626] vdd_core: 925 <--> 1150 mV at 1100 mV
[    0.506243] LDO1: at 1800 mV
[    0.509244] LDO2: at 3300 mV
[    0.512059] LDO3: at 3250 mV
[    0.514585] LDO4: at 3300 mV
[    0.517248] tps65217 0-0024: TPS65217 ID 0x7 version 1.0
[    0.527350] Switching to clocksource gp_timer
[    0.700240] NET: Registered protocol family 2
[    0.702832] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.703113] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
[    0.704364] TCP: Hash tables configured (established 2048 bind 2048)
[    0.704651] TCP: reno registered
[    0.704693] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    0.705042] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    0.706128] NET: Registered protocol family 1
[    0.708356] RPC: Registered named UNIX socket transport module.
[    0.708390] RPC: Registered udp transport module.
[    0.708406] RPC: Registered tcp transport module.
[    0.708423] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.709651] Trying to unpack rootfs image as initramfs...
[    0.712288] rootfs image is not initramfs (no cpio magic); looks like an initrd
[    0.986566] Freeing initrd memory: 32768K
[    0.986772] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.987674] CPU PMU: probing PMU on CPU 0
[    0.987722] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    1.203370] VFS: Disk quotas dquot_6.5.2
[    1.203672] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.207268] NFS: Registering the id_resolver key type
[    1.208084] Key type id_resolver registered
[    1.208116] Key type id_legacy registered
[    1.208315] jffs2: version 2.2. (NAND) (SUMMARY)  (c) 2001-2006 Red Hat, Inc.
[    1.209103] msgmni has been set to 479
[    1.213684] io scheduler noop registered
[    1.213719] io scheduler deadline registered
[    1.213846] io scheduler cfq registered (default)
[    1.215746] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    1.220860] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.230360] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    1.231161] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    1.876322] console [ttyO0] enabled
[    1.923926] brd: module loaded
[    1.955161] loop: module loaded
[    1.965841] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.973722] OneNAND driver initializing
[    1.986311] usbcore: registered new interface driver asix
[    1.993080] usbcore: registered new interface driver cdc_ether
[    2.000214] usbcore: registered new interface driver smsc95xx
[    2.008513] usbcore: registered new interface driver net1080
[    2.015426] usbcore: registered new interface driver cdc_subset
[    2.022474] usbcore: registered new interface driver zaurus
[    2.029217] usbcore: registered new interface driver cdc_ncm
[    2.038245] usbcore: registered new interface driver cdc_wdm
[    2.044383] Initializing USB Mass Storage driver...
[    2.050291] usbcore: registered new interface driver usb-storage
[    2.056762] USB Mass Storage support registered.
[    2.062390] usbcore: registered new interface driver usbtest
[    2.071698] mousedev: PS/2 mouse device common for all mice
[    2.083653] i2c /dev entries driver
[    2.090664] Driver for 1-wire Dallas network protocol.
[    2.102492] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.116487] usbcore: registered new interface driver usbhid
[    2.122564] usbhid: USB HID core driver
[    2.128283] oprofile: using arm/armv7
[    2.133402] TCP: cubic registered
[    2.136911] Initializing XFRM netlink socket
[    2.141672] NET: Registered protocol family 17
[    2.146557] NET: Registered protocol family 15
[    2.151748] Key type dns_resolver registered
[    2.156486] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    2.164736] ThumbEE CPU extension supported.
[    2.238943] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.245392] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.255782] libphy: 4a101000.mdio: probed
[    2.260041] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    2.270327] Random MACID = 82:b3:08:b9:1d:3d
[    2.281116] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.292887] RAMDISK: gzip image found at block 0
[    2.788982] VFS: Mounted root (ext2 filesystem) on device 1:0.
[    2.796713] devtmpfs: mounted
[    2.800690] Freeing init memory: 324K
mount: mounting none on /var/shm failed: No such file or directory
  ::
  :: Enabling hot-plug  : [SUCCESS]
  ::
  ::
   : Populating /dev    : [SUCCESS]



[SUCCESS]
  ::
  ::
  :: Setting PATH
  ::
   : syslogd            : [SUCCESS]
   : telnetd            : [SUCCESS]

Please press Enter to activate this console.   ::
  :: Setting shell environment ...
  ::
   : Path
   : Aliases
   : Touch Screen
  ::
  :: Done
  ::
[root@arago /]#
[root@arago /]#
[root@arago /]#
[root@arago /]#
[root@arago /]#
[root@arago /]# cat /proc/version
Linux version 3.8.0-rc6 (a0393758@psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 SMP Fri Feb 8 12:47:14 IST 2013
[root@arago /]#





BeagleBone-Black:
===================

> -- 
> balbi
> 


^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 10:24     ` Hiremath, Vaibhav
  0 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 10:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 07, 2013 at 14:02:17, Balbi, Felipe wrote:
> Hi,
> 
> On Wed, Feb 06, 2013 at 11:34:32PM +0000, Paul Walmsley wrote:
> > Boot tests:
> > 
> > * am335xbone: hangs after "Starting kernel"
> >   - Cause unknown
> >   - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg82297.html
> >   - http://marc.info/?l=linux-omap&m=135903184512238&w=2
> >   - http://www.mail-archive.com/linux-omap at vger.kernel.org/msg83942.html
> 
> After testing quite a lot and having help from other folks, the problem
> (for me at least) was missing fdt_high in u-boot environment.
> 
> setenv fdt_high 0xffffffff
> 
> fixed everything.
> 

Sorry for not following up on this for long, I have tested v3.8-rc6 
(with latest u-boot)on both BeageBone platoforms and I have pasted the logs 
below as well for reference.


Paul,
I have used your MLO & u-boot.img images and tried at my end, and as 
expected it didn't boot for me. I debugged it further and found that your 
u-boot doesn't enable support for FDT and that's is the reason it fails to 
boot.



Below are my observations,

BeagleBone:
===========

U-Boot SPL 2013.01-00167-gd62ef56 (Feb 08 2013 - 12:41:55)
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2013.01-00167-gd62ef56 (Feb 08 2013 - 12:41:55)

I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   cpsw, usb_ether
Hit any key to stop autoboot:  0
U-Boot#
U-Boot#
U-Boot# mmc rescan 0
U-Boot# fatload mmc 0 80000000 am335x-bone.dtb
reading am335x-bone.dtb
7967 bytes read in 6 ms (1.3 MiB/s)
U-Boot# fatload mmc 0 81000000 uImage
reading uImage
3927712 bytes read in 455 ms (8.2 MiB/s)
U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz
reading ramdisk-pm.gz
2022580 bytes read in 238 ms (8.1 MiB/s)
U-Boot# setenv bootargs console=ttyO0,115200n8 mem=256M root=/dev/ram rw initrd=0x82000000,32MB ramdisk_size=65536 earlyprintk=serial
U-Boot# bootm 81000000 - 80000000
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Linux-3.8.0-rc6
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3927648 Bytes = 3.7 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 80000000
   Booting using the fdt blob at 0x80000000
   Loading Kernel Image ... OK
OK
   Loading Device Tree to 8fe3e000, end 8fe42f1e ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.8.0-rc6 (a0393758 at psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 SMP Fri Feb 8 12:47:14 IST 2013
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 9 pages/cpu @c0f3a000 s12992 r8192 d15680 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64768
[    0.000000] Kernel command line: console=ttyO0,115200n8 mem=256M root=/dev/ram rw initrd=0x82000000,32MB ramdisk_size=65536 earlyprintk=serial
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Memory: 255MB = 255MB total
[    0.000000] Memory: 212500k/212500k available, 49644k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06f0600   (7074 kB)
[    0.000000]       .init : 0xc06f1000 - 0xc07422c0   ( 325 kB)
[    0.000000]       .data : 0xc0744000 - 0xc07d59b8   ( 583 kB)
[    0.000000]        .bss : 0xc07d59b8 - 0xc0d306b0   (5484 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3695 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.001165] Calibrating delay loop... 364.48 BogoMIPS (lpj=1425408)
[    0.109064] pid_max: default: 32768 minimum: 301
[    0.109704] Security Framework initialized
[    0.109916] Mount-cache hash table entries: 512
[    0.122564] CPU: Testing write buffer coherency: ok
[    0.124461] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.124555] Setting up static identity map for 0x804ee8e0 - 0x804ee950
[    0.127896] Brought up 1 CPUs
[    0.127925] SMP: Total of 1 processors activated (364.48 BogoMIPS).
[    0.131934] devtmpfs: initialized
[    0.210430] pinctrl core: initialized pinctrl subsystem
[    0.218538] regulator-dummy: no parameters
[    0.221241] NET: Registered protocol family 16
[    0.222190] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.223796] omap-gpmc omap-gpmc: GPMC revision 6.0
[    0.254534] OMAP GPIO hardware version 0.1
[    0.280095] No ATAGs?
[    0.280126] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.361898] bio: create slab <bio-0> at 0
[    0.468320] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
[    0.478996] SCSI subsystem initialized
[    0.481933] usbcore: registered new interface driver usbfs
[    0.482570] usbcore: registered new interface driver hub
[    0.483569] usbcore: registered new device driver usb
[    0.487020] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
[    0.489555] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    0.497420] DCDC1: at 1800 mV
[    0.500881] vdd_mpu: 925 <--> 1325 mV at 1100 mV
[    0.503626] vdd_core: 925 <--> 1150 mV at 1100 mV
[    0.506243] LDO1: at 1800 mV
[    0.509244] LDO2: at 3300 mV
[    0.512059] LDO3: at 3250 mV
[    0.514585] LDO4: at 3300 mV
[    0.517248] tps65217 0-0024: TPS65217 ID 0x7 version 1.0
[    0.527350] Switching to clocksource gp_timer
[    0.700240] NET: Registered protocol family 2
[    0.702832] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.703113] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
[    0.704364] TCP: Hash tables configured (established 2048 bind 2048)
[    0.704651] TCP: reno registered
[    0.704693] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    0.705042] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    0.706128] NET: Registered protocol family 1
[    0.708356] RPC: Registered named UNIX socket transport module.
[    0.708390] RPC: Registered udp transport module.
[    0.708406] RPC: Registered tcp transport module.
[    0.708423] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.709651] Trying to unpack rootfs image as initramfs...
[    0.712288] rootfs image is not initramfs (no cpio magic); looks like an initrd
[    0.986566] Freeing initrd memory: 32768K
[    0.986772] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.987674] CPU PMU: probing PMU on CPU 0
[    0.987722] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    1.203370] VFS: Disk quotas dquot_6.5.2
[    1.203672] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.207268] NFS: Registering the id_resolver key type
[    1.208084] Key type id_resolver registered
[    1.208116] Key type id_legacy registered
[    1.208315] jffs2: version 2.2. (NAND) (SUMMARY)  (c) 2001-2006 Red Hat, Inc.
[    1.209103] msgmni has been set to 479
[    1.213684] io scheduler noop registered
[    1.213719] io scheduler deadline registered
[    1.213846] io scheduler cfq registered (default)
[    1.215746] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    1.220860] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.230360] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    1.231161] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    1.876322] console [ttyO0] enabled
[    1.923926] brd: module loaded
[    1.955161] loop: module loaded
[    1.965841] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.973722] OneNAND driver initializing
[    1.986311] usbcore: registered new interface driver asix
[    1.993080] usbcore: registered new interface driver cdc_ether
[    2.000214] usbcore: registered new interface driver smsc95xx
[    2.008513] usbcore: registered new interface driver net1080
[    2.015426] usbcore: registered new interface driver cdc_subset
[    2.022474] usbcore: registered new interface driver zaurus
[    2.029217] usbcore: registered new interface driver cdc_ncm
[    2.038245] usbcore: registered new interface driver cdc_wdm
[    2.044383] Initializing USB Mass Storage driver...
[    2.050291] usbcore: registered new interface driver usb-storage
[    2.056762] USB Mass Storage support registered.
[    2.062390] usbcore: registered new interface driver usbtest
[    2.071698] mousedev: PS/2 mouse device common for all mice
[    2.083653] i2c /dev entries driver
[    2.090664] Driver for 1-wire Dallas network protocol.
[    2.102492] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.116487] usbcore: registered new interface driver usbhid
[    2.122564] usbhid: USB HID core driver
[    2.128283] oprofile: using arm/armv7
[    2.133402] TCP: cubic registered
[    2.136911] Initializing XFRM netlink socket
[    2.141672] NET: Registered protocol family 17
[    2.146557] NET: Registered protocol family 15
[    2.151748] Key type dns_resolver registered
[    2.156486] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    2.164736] ThumbEE CPU extension supported.
[    2.238943] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.245392] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.255782] libphy: 4a101000.mdio: probed
[    2.260041] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    2.270327] Random MACID = 82:b3:08:b9:1d:3d
[    2.281116] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.292887] RAMDISK: gzip image found at block 0
[    2.788982] VFS: Mounted root (ext2 filesystem) on device 1:0.
[    2.796713] devtmpfs: mounted
[    2.800690] Freeing init memory: 324K
mount: mounting none on /var/shm failed: No such file or directory
  ::
  :: Enabling hot-plug  : [SUCCESS]
  ::
  ::
   : Populating /dev    : [SUCCESS]



[SUCCESS]
  ::
  ::
  :: Setting PATH
  ::
   : syslogd            : [SUCCESS]
   : telnetd            : [SUCCESS]

Please press Enter to activate this console.   ::
  :: Setting shell environment ...
  ::
   : Path
   : Aliases
   : Touch Screen
  ::
  :: Done
  ::
[root at arago /]#
[root at arago /]#
[root at arago /]#
[root at arago /]#
[root at arago /]#
[root at arago /]# cat /proc/version
Linux version 3.8.0-rc6 (a0393758 at psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 SMP Fri Feb 8 12:47:14 IST 2013
[root at arago /]#





BeagleBone-Black:
===================

> -- 
> balbi
> 

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 10:24     ` Hiremath, Vaibhav
@ 2013-02-08 13:13       ` Paul Walmsley
  -1 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 13:13 UTC (permalink / raw)
  To: Hiremath, Vaibhav; +Cc: Balbi, Felipe, linux-omap, linux-arm-kernel

Hi Vaibhav,

On Fri, 8 Feb 2013, Hiremath, Vaibhav wrote:

> Sorry for not following up on this for long, I have tested v3.8-rc6 
> (with latest u-boot)on both BeageBone platoforms and I have pasted the logs 
> below as well for reference.
> 
> 
> Paul,
> I have used your MLO & u-boot.img images and tried at my end, and as 
> expected it didn't boot for me. I debugged it further and found that your 
> u-boot doesn't enable support for FDT and that's is the reason it fails to 
> boot.

This MLO & u-boot.img is the one that TI originally shipped on the 
BeagleBone that I received, and it worked fine with an appended DTB on 
v3.7-rc8:

http://www.pwsan.com/omap/testlogs/test_v3.7-rc8/20121204220128/boot/am335xbone/am335xbone_log.txt

So what I'd like to know is why it doesn't work with >= v3.8-rc1
with an appended DTB:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc1/20121228031713/boot/am335xbone/am335xbone_log.txt

The point is to try to minimize bootloader dependencies.

Haven't had the chance to try Felipe's suggestion yet re fdt_high.

Also, this is using BeagleBone whites here.


- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 13:13       ` Paul Walmsley
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 13:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Vaibhav,

On Fri, 8 Feb 2013, Hiremath, Vaibhav wrote:

> Sorry for not following up on this for long, I have tested v3.8-rc6 
> (with latest u-boot)on both BeageBone platoforms and I have pasted the logs 
> below as well for reference.
> 
> 
> Paul,
> I have used your MLO & u-boot.img images and tried at my end, and as 
> expected it didn't boot for me. I debugged it further and found that your 
> u-boot doesn't enable support for FDT and that's is the reason it fails to 
> boot.

This MLO & u-boot.img is the one that TI originally shipped on the 
BeagleBone that I received, and it worked fine with an appended DTB on 
v3.7-rc8:

http://www.pwsan.com/omap/testlogs/test_v3.7-rc8/20121204220128/boot/am335xbone/am335xbone_log.txt

So what I'd like to know is why it doesn't work with >= v3.8-rc1
with an appended DTB:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc1/20121228031713/boot/am335xbone/am335xbone_log.txt

The point is to try to minimize bootloader dependencies.

Haven't had the chance to try Felipe's suggestion yet re fdt_high.

Also, this is using BeagleBone whites here.


- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 13:13       ` Paul Walmsley
@ 2013-02-08 13:34         ` Paul Walmsley
  -1 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 13:34 UTC (permalink / raw)
  To: Hiremath, Vaibhav; +Cc: Balbi, Felipe, linux-omap, linux-arm-kernel

On Fri, 8 Feb 2013, Paul Walmsley wrote:

> The point is to try to minimize bootloader dependencies.

Also if there are weird bootloader dependendencies that no one can track 
down, we should document them somewhere, maybe underneath 
Documentation/arm/OMAP.


- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 13:34         ` Paul Walmsley
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 13:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 8 Feb 2013, Paul Walmsley wrote:

> The point is to try to minimize bootloader dependencies.

Also if there are weird bootloader dependendencies that no one can track 
down, we should document them somewhere, maybe underneath 
Documentation/arm/OMAP.


- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: OMAP baseline test results for v3.8-rc6
  2013-02-08 13:13       ` Paul Walmsley
@ 2013-02-08 14:00         ` Peter Korsgaard
  -1 siblings, 0 replies; 22+ messages in thread
From: Peter Korsgaard @ 2013-02-08 14:00 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Hiremath, Vaibhav, Balbi, Felipe, linux-omap, linux-arm-kernel

>>>>> "Paul" == Paul Walmsley <paul@pwsan.com> writes:

Hi,

 Paul> So what I'd like to know is why it doesn't work with >= v3.8-rc1
 Paul> with an appended DTB:

 Paul> http://www.pwsan.com/omap/testlogs/test_v3.8-rc1/20121228031713/boot/am335xbone/am335xbone_log.txt

 Paul> The point is to try to minimize bootloader dependencies.

 Paul> Haven't had the chance to try Felipe's suggestion yet re fdt_high.

That shouldn't matter when using appended dtb.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 14:00         ` Peter Korsgaard
  0 siblings, 0 replies; 22+ messages in thread
From: Peter Korsgaard @ 2013-02-08 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

>>>>> "Paul" == Paul Walmsley <paul@pwsan.com> writes:

Hi,

 Paul> So what I'd like to know is why it doesn't work with >= v3.8-rc1
 Paul> with an appended DTB:

 Paul> http://www.pwsan.com/omap/testlogs/test_v3.8-rc1/20121228031713/boot/am335xbone/am335xbone_log.txt

 Paul> The point is to try to minimize bootloader dependencies.

 Paul> Haven't had the chance to try Felipe's suggestion yet re fdt_high.

That shouldn't matter when using appended dtb.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 14:00         ` Peter Korsgaard
@ 2013-02-08 14:02           ` Hiremath, Vaibhav
  -1 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 14:02 UTC (permalink / raw)
  To: Peter Korsgaard, Paul Walmsley
  Cc: linux-omap, linux-arm-kernel, Balbi, Felipe

On Fri, Feb 08, 2013 at 19:30:21, Peter Korsgaard wrote:
> >>>>> "Paul" == Paul Walmsley <paul@pwsan.com> writes:
> 
> Hi,
> 
>  Paul> So what I'd like to know is why it doesn't work with >= v3.8-rc1
>  Paul> with an appended DTB:
> 
>  Paul> http://www.pwsan.com/omap/testlogs/test_v3.8-rc1/20121228031713/boot/am335xbone/am335xbone_log.txt
> 
>  Paul> The point is to try to minimize bootloader dependencies.
> 
>  Paul> Haven't had the chance to try Felipe's suggestion yet re fdt_high.
> 
> That shouldn't matter when using appended dtb.
> 

That's correct, relocating dtb should not matter for appended DTB kernel 
image.

I am trying now with appended DTB, 

Thanks,
Vaibhav

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 14:02           ` Hiremath, Vaibhav
  0 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 08, 2013 at 19:30:21, Peter Korsgaard wrote:
> >>>>> "Paul" == Paul Walmsley <paul@pwsan.com> writes:
> 
> Hi,
> 
>  Paul> So what I'd like to know is why it doesn't work with >= v3.8-rc1
>  Paul> with an appended DTB:
> 
>  Paul> http://www.pwsan.com/omap/testlogs/test_v3.8-rc1/20121228031713/boot/am335xbone/am335xbone_log.txt
> 
>  Paul> The point is to try to minimize bootloader dependencies.
> 
>  Paul> Haven't had the chance to try Felipe's suggestion yet re fdt_high.
> 
> That shouldn't matter when using appended dtb.
> 

That's correct, relocating dtb should not matter for appended DTB kernel 
image.

I am trying now with appended DTB, 

Thanks,
Vaibhav

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 13:34         ` Paul Walmsley
@ 2013-02-08 15:10           ` Hiremath, Vaibhav
  -1 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 15:10 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: Balbi, Felipe, linux-omap, linux-arm-kernel

On Fri, Feb 08, 2013 at 19:04:04, Paul Walmsley wrote:
> On Fri, 8 Feb 2013, Paul Walmsley wrote:
> 
> > The point is to try to minimize bootloader dependencies.
> 
> Also if there are weird bootloader dependendencies that no one can track 
> down, we should document them somewhere, maybe underneath 
> Documentation/arm/OMAP.
> 


Paul,

Unfortunately I do not have same observations here at my end,
I just tried booting up appended dtb uImage with your shared u-boot and it 
is working got me. Below is the log -



U-Boot SPL 2011.09-00009-gcf6e04d (Mar 08 2012 - 17:15:43)
Texas Instruments Revision detection unimplemented
No AC power, disabling frequency switch
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2011.09-00009-gcf6e04d (Mar 08 2012 - 17:15:43)

I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
No daughter card present
NAND:  HW ECC Hamming Code selected
nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x10, Chip ID: 0x10
No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0
*** Warning - readenv() failed, using default environment

Net:   cpsw
Hit any key to stop autoboot:  0
U-Boot#
U-Boot#
U-Boot#
U-Boot#
U-Boot#
U-Boot#
U-Boot# mmc rescan 0
U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz
reading ramdisk-pm.gz

2022580 bytes read
U-Boot# fatload mmc 0 81000000 uImage-append
reading uImage-append

3943783 bytes read
U-Boot# setenv bootargs console=ttyO0,115200n8 mem=128M root=/dev/ram rw initrd=0x82000000,16MB ramdisk_size=65536 earlyprintk=serial
U-Boot# bootm 81000000
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Linux
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3943719 Bytes = 3.8 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.8.0-rc6-dirty (a0393758@psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #3 SMP Fri Feb 8 20:25:33 IST 2013
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 9 pages/cpu @c0e3c000 s12992 r8192 d15680 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32256
[    0.000000] Kernel command line: console=ttyO0,115200n8 mem=128M root=/dev/ram rw initrd=0x82000000,16MB ramdisk_size=65536 earlyprintk=serial
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Memory: 127MB = 127MB total
[    0.000000] Memory: 98948k/98948k available, 32124k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06f0600   (7074 kB)
[    0.000000]       .init : 0xc06f1000 - 0xc07422c0   ( 325 kB)
[    0.000000]       .data : 0xc0744000 - 0xc07d59b8   ( 583 kB)
[    0.000000]        .bss : 0xc07d59b8 - 0xc0d306b0   (5484 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3695 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.001262] Calibrating delay loop... 330.83 BogoMIPS (lpj=1290240)
[    0.108960] pid_max: default: 32768 minimum: 301
[    0.109689] Security Framework initialized
[    0.109917] Mount-cache hash table entries: 512
[    0.123799] CPU: Testing write buffer coherency: ok
[    0.125975] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.126076] Setting up static identity map for 0x804ee8e0 - 0x804ee950
[    0.129588] Brought up 1 CPUs
[    0.129622] SMP: Total of 1 processors activated (330.83 BogoMIPS).
[    0.134409] devtmpfs: initialized
[    0.215281] pinctrl core: initialized pinctrl subsystem
[    0.223989] regulator-dummy: no parameters
[    0.226903] NET: Registered protocol family 16
[    0.227923] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.229592] omap-gpmc omap-gpmc: GPMC revision 6.0
[    0.262353] OMAP GPIO hardware version 0.1
[    0.291767] No ATAGs?
[    0.291803] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.380278] bio: create slab <bio-0> at 0
[    0.497426] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
[    0.509170] SCSI subsystem initialized
[    0.512433] usbcore: registered new interface driver usbfs
[    0.513128] usbcore: registered new interface driver hub
[    0.514206] usbcore: registered new device driver usb
[    0.517970] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
[    0.520719] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    0.529332] DCDC1: at 1800 mV
[    0.533027] vdd_mpu: 925 <--> 1325 mV at 1275 mV
[    0.535961] vdd_core: 925 <--> 1150 mV at 1100 mV
[    0.539360] LDO1: at 1800 mV
[    0.542376] LDO2: at 3300 mV
[    0.545217] LDO3: at 3300 mV
[    0.548214] LDO4: at 3300 mV
[    0.550702] tps65217 0-0024: TPS65217 ID 0x7 version 1.0
[    0.561587] Switching to clocksource gp_timer
[    0.753451] NET: Registered protocol family 2
[    0.756280] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    0.756547] TCP bind hash table entries: 1024 (order: 3, 36864 bytes)
[    0.757245] TCP: Hash tables configured (established 1024 bind 1024)
[    0.758030] TCP: reno registered
[    0.758089] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    0.758472] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    0.759698] NET: Registered protocol family 1
[    0.761584] RPC: Registered named UNIX socket transport module.
[    0.761618] RPC: Registered udp transport module.
[    0.761637] RPC: Registered tcp transport module.
[    0.761656] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.762980] Trying to unpack rootfs image as initramfs...
[    0.766383] rootfs image is not initramfs (no cpio magic); looks like an initrd
[    0.914558] Freeing initrd memory: 16384K
[    0.914773] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.915707] CPU PMU: probing PMU on CPU 0
[    0.915758] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    1.152101] VFS: Disk quotas dquot_6.5.2
[    1.152431] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.156489] NFS: Registering the id_resolver key type
[    1.157216] Key type id_resolver registered
[    1.157248] Key type id_legacy registered
[    1.157458] jffs2: version 2.2. (NAND) (SUMMARY)  (c) 2001-2006 Red Hat, Inc.
[    1.158319] msgmni has been set to 225
[    1.163373] io scheduler noop registered
[    1.163409] io scheduler deadline registered
[    1.163552] io scheduler cfq registered (default)
[    1.165601] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    1.171111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.181588] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    1.182333] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    1.825961] console [ttyO0] enabled
[    1.877684] brd: module loaded
[    1.908939] loop: module loaded
[    1.922268] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.930231] OneNAND driver initializing
[    1.943422] usbcore: registered new interface driver asix
[    1.950353] usbcore: registered new interface driver cdc_ether
[    1.957546] usbcore: registered new interface driver smsc95xx
[    1.964664] usbcore: registered new interface driver net1080
[    1.971452] usbcore: registered new interface driver cdc_subset
[    1.978495] usbcore: registered new interface driver zaurus
[    1.985251] usbcore: registered new interface driver cdc_ncm
[    1.994512] usbcore: registered new interface driver cdc_wdm
[    2.000648] Initializing USB Mass Storage driver...
[    2.006600] usbcore: registered new interface driver usb-storage
[    2.013649] USB Mass Storage support registered.
[    2.019467] usbcore: registered new interface driver usbtest
[    2.028987] mousedev: PS/2 mouse device common for all mice
[    2.040757] i2c /dev entries driver
[    2.048079] Driver for 1-wire Dallas network protocol.
[    2.060277] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.074797] usbcore: registered new interface driver usbhid
[    2.080927] usbhid: USB HID core driver
[    2.087089] oprofile: using arm/armv7
[    2.092002] TCP: cubic registered
[    2.095883] Initializing XFRM netlink socket
[    2.100572] NET: Registered protocol family 17
[    2.105455] NET: Registered protocol family 15
[    2.110742] Key type dns_resolver registered
[    2.115403] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    2.123659] ThumbEE CPU extension supported.
[    2.195138] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.201566] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.212353] libphy: 4a101000.mdio: probed
[    2.216603] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    2.226837] Random MACID = e6:d7:d4:a0:c6:14
[    2.238078] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.250348] RAMDISK: gzip image found at block 0
[    2.753968] VFS: Mounted root (ext2 filesystem) on device 1:0.
[    2.761822] devtmpfs: mounted
[    2.765982] Freeing init memory: 324K
mount: mounting none on /var/shm failed: No such file or directory
  ::
  :: Enabling hot-plug  : [SUCCESS]
  ::
  ::
   : Populating /dev    : [SUCCESS]
[SUCCESS]
  ::
  ::
  :: Setting PATH
  ::
   : syslogd            : [SUCCESS]
   : telnetd            : [SUCCESS]

Please press Enter to activate this console.
  ::
  :: Setting shell environment ...
  ::
   : Path
   : Aliases
   : Touch Screen
  ::
  :: Done
  ::
[root@arago /]#
[root@arago /]# cat /proc/version
Linux version 3.8.0-rc6-dirty (a0393758@psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #3 SMP Fri Feb 8 20:25:33 IST 2013
[root@arago /]#

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 15:10           ` Hiremath, Vaibhav
  0 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 15:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 08, 2013 at 19:04:04, Paul Walmsley wrote:
> On Fri, 8 Feb 2013, Paul Walmsley wrote:
> 
> > The point is to try to minimize bootloader dependencies.
> 
> Also if there are weird bootloader dependendencies that no one can track 
> down, we should document them somewhere, maybe underneath 
> Documentation/arm/OMAP.
> 


Paul,

Unfortunately I do not have same observations here at my end,
I just tried booting up appended dtb uImage with your shared u-boot and it 
is working got me. Below is the log -



U-Boot SPL 2011.09-00009-gcf6e04d (Mar 08 2012 - 17:15:43)
Texas Instruments Revision detection unimplemented
No AC power, disabling frequency switch
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2011.09-00009-gcf6e04d (Mar 08 2012 - 17:15:43)

I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
No daughter card present
NAND:  HW ECC Hamming Code selected
nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x10, Chip ID: 0x10
No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0
*** Warning - readenv() failed, using default environment

Net:   cpsw
Hit any key to stop autoboot:  0
U-Boot#
U-Boot#
U-Boot#
U-Boot#
U-Boot#
U-Boot#
U-Boot# mmc rescan 0
U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz
reading ramdisk-pm.gz

2022580 bytes read
U-Boot# fatload mmc 0 81000000 uImage-append
reading uImage-append

3943783 bytes read
U-Boot# setenv bootargs console=ttyO0,115200n8 mem=128M root=/dev/ram rw initrd=0x82000000,16MB ramdisk_size=65536 earlyprintk=serial
U-Boot# bootm 81000000
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Linux
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3943719 Bytes = 3.8 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.8.0-rc6-dirty (a0393758 at psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #3 SMP Fri Feb 8 20:25:33 IST 2013
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 9 pages/cpu @c0e3c000 s12992 r8192 d15680 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32256
[    0.000000] Kernel command line: console=ttyO0,115200n8 mem=128M root=/dev/ram rw initrd=0x82000000,16MB ramdisk_size=65536 earlyprintk=serial
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Memory: 127MB = 127MB total
[    0.000000] Memory: 98948k/98948k available, 32124k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06f0600   (7074 kB)
[    0.000000]       .init : 0xc06f1000 - 0xc07422c0   ( 325 kB)
[    0.000000]       .data : 0xc0744000 - 0xc07d59b8   ( 583 kB)
[    0.000000]        .bss : 0xc07d59b8 - 0xc0d306b0   (5484 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3695 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.001262] Calibrating delay loop... 330.83 BogoMIPS (lpj=1290240)
[    0.108960] pid_max: default: 32768 minimum: 301
[    0.109689] Security Framework initialized
[    0.109917] Mount-cache hash table entries: 512
[    0.123799] CPU: Testing write buffer coherency: ok
[    0.125975] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.126076] Setting up static identity map for 0x804ee8e0 - 0x804ee950
[    0.129588] Brought up 1 CPUs
[    0.129622] SMP: Total of 1 processors activated (330.83 BogoMIPS).
[    0.134409] devtmpfs: initialized
[    0.215281] pinctrl core: initialized pinctrl subsystem
[    0.223989] regulator-dummy: no parameters
[    0.226903] NET: Registered protocol family 16
[    0.227923] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.229592] omap-gpmc omap-gpmc: GPMC revision 6.0
[    0.262353] OMAP GPIO hardware version 0.1
[    0.291767] No ATAGs?
[    0.291803] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.380278] bio: create slab <bio-0> at 0
[    0.497426] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
[    0.509170] SCSI subsystem initialized
[    0.512433] usbcore: registered new interface driver usbfs
[    0.513128] usbcore: registered new interface driver hub
[    0.514206] usbcore: registered new device driver usb
[    0.517970] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
[    0.520719] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    0.529332] DCDC1: at 1800 mV
[    0.533027] vdd_mpu: 925 <--> 1325 mV at 1275 mV
[    0.535961] vdd_core: 925 <--> 1150 mV at 1100 mV
[    0.539360] LDO1: at 1800 mV
[    0.542376] LDO2: at 3300 mV
[    0.545217] LDO3: at 3300 mV
[    0.548214] LDO4: at 3300 mV
[    0.550702] tps65217 0-0024: TPS65217 ID 0x7 version 1.0
[    0.561587] Switching to clocksource gp_timer
[    0.753451] NET: Registered protocol family 2
[    0.756280] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    0.756547] TCP bind hash table entries: 1024 (order: 3, 36864 bytes)
[    0.757245] TCP: Hash tables configured (established 1024 bind 1024)
[    0.758030] TCP: reno registered
[    0.758089] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    0.758472] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    0.759698] NET: Registered protocol family 1
[    0.761584] RPC: Registered named UNIX socket transport module.
[    0.761618] RPC: Registered udp transport module.
[    0.761637] RPC: Registered tcp transport module.
[    0.761656] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.762980] Trying to unpack rootfs image as initramfs...
[    0.766383] rootfs image is not initramfs (no cpio magic); looks like an initrd
[    0.914558] Freeing initrd memory: 16384K
[    0.914773] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.915707] CPU PMU: probing PMU on CPU 0
[    0.915758] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    1.152101] VFS: Disk quotas dquot_6.5.2
[    1.152431] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.156489] NFS: Registering the id_resolver key type
[    1.157216] Key type id_resolver registered
[    1.157248] Key type id_legacy registered
[    1.157458] jffs2: version 2.2. (NAND) (SUMMARY)  (c) 2001-2006 Red Hat, Inc.
[    1.158319] msgmni has been set to 225
[    1.163373] io scheduler noop registered
[    1.163409] io scheduler deadline registered
[    1.163552] io scheduler cfq registered (default)
[    1.165601] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    1.171111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.181588] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    1.182333] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    1.825961] console [ttyO0] enabled
[    1.877684] brd: module loaded
[    1.908939] loop: module loaded
[    1.922268] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.930231] OneNAND driver initializing
[    1.943422] usbcore: registered new interface driver asix
[    1.950353] usbcore: registered new interface driver cdc_ether
[    1.957546] usbcore: registered new interface driver smsc95xx
[    1.964664] usbcore: registered new interface driver net1080
[    1.971452] usbcore: registered new interface driver cdc_subset
[    1.978495] usbcore: registered new interface driver zaurus
[    1.985251] usbcore: registered new interface driver cdc_ncm
[    1.994512] usbcore: registered new interface driver cdc_wdm
[    2.000648] Initializing USB Mass Storage driver...
[    2.006600] usbcore: registered new interface driver usb-storage
[    2.013649] USB Mass Storage support registered.
[    2.019467] usbcore: registered new interface driver usbtest
[    2.028987] mousedev: PS/2 mouse device common for all mice
[    2.040757] i2c /dev entries driver
[    2.048079] Driver for 1-wire Dallas network protocol.
[    2.060277] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.074797] usbcore: registered new interface driver usbhid
[    2.080927] usbhid: USB HID core driver
[    2.087089] oprofile: using arm/armv7
[    2.092002] TCP: cubic registered
[    2.095883] Initializing XFRM netlink socket
[    2.100572] NET: Registered protocol family 17
[    2.105455] NET: Registered protocol family 15
[    2.110742] Key type dns_resolver registered
[    2.115403] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    2.123659] ThumbEE CPU extension supported.
[    2.195138] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.201566] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.212353] libphy: 4a101000.mdio: probed
[    2.216603] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    2.226837] Random MACID = e6:d7:d4:a0:c6:14
[    2.238078] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.250348] RAMDISK: gzip image found at block 0
[    2.753968] VFS: Mounted root (ext2 filesystem) on device 1:0.
[    2.761822] devtmpfs: mounted
[    2.765982] Freeing init memory: 324K
mount: mounting none on /var/shm failed: No such file or directory
  ::
  :: Enabling hot-plug  : [SUCCESS]
  ::
  ::
   : Populating /dev    : [SUCCESS]
[SUCCESS]
  ::
  ::
  :: Setting PATH
  ::
   : syslogd            : [SUCCESS]
   : telnetd            : [SUCCESS]

Please press Enter to activate this console.
  ::
  :: Setting shell environment ...
  ::
   : Path
   : Aliases
   : Touch Screen
  ::
  :: Done
  ::
[root at arago /]#
[root at arago /]# cat /proc/version
Linux version 3.8.0-rc6-dirty (a0393758 at psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #3 SMP Fri Feb 8 20:25:33 IST 2013
[root at arago /]#

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 13:34         ` Paul Walmsley
@ 2013-02-08 18:25           ` Hiremath, Vaibhav
  -1 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 18:25 UTC (permalink / raw)
  To: Hiremath, Vaibhav, Paul Walmsley
  Cc: Balbi, Felipe, linux-omap, linux-arm-kernel

On Fri, Feb 08, 2013 at 20:40:22, Hiremath, Vaibhav wrote:
> On Fri, Feb 08, 2013 at 19:04:04, Paul Walmsley wrote:
> > On Fri, 8 Feb 2013, Paul Walmsley wrote:
> > 
> > > The point is to try to minimize bootloader dependencies.
> > 
> > Also if there are weird bootloader dependendencies that no one can track 
> > down, we should document them somewhere, maybe underneath 
> > Documentation/arm/OMAP.
> > 
> 



Paul,

Have you enabled below options in your defconfig,

CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y


I am sure you must have already enabled it, but still would like to clarify 
Here.

Thanks,
Vaibhav

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 18:25           ` Hiremath, Vaibhav
  0 siblings, 0 replies; 22+ messages in thread
From: Hiremath, Vaibhav @ 2013-02-08 18:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 08, 2013 at 20:40:22, Hiremath, Vaibhav wrote:
> On Fri, Feb 08, 2013 at 19:04:04, Paul Walmsley wrote:
> > On Fri, 8 Feb 2013, Paul Walmsley wrote:
> > 
> > > The point is to try to minimize bootloader dependencies.
> > 
> > Also if there are weird bootloader dependendencies that no one can track 
> > down, we should document them somewhere, maybe underneath 
> > Documentation/arm/OMAP.
> > 
> 



Paul,

Have you enabled below options in your defconfig,

CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y


I am sure you must have already enabled it, but still would like to clarify 
Here.

Thanks,
Vaibhav

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 18:25           ` Hiremath, Vaibhav
@ 2013-02-08 18:29             ` Paul Walmsley
  -1 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 18:29 UTC (permalink / raw)
  To: Hiremath, Vaibhav; +Cc: Balbi, Felipe, linux-omap, linux-arm-kernel

Hi Vaibhav,

On Fri, 8 Feb 2013, Hiremath, Vaibhav wrote:

> On Fri, Feb 08, 2013 at 20:40:22, Hiremath, Vaibhav wrote:
> > On Fri, Feb 08, 2013 at 19:04:04, Paul Walmsley wrote:
> > > On Fri, 8 Feb 2013, Paul Walmsley wrote:
> > > 
> > > > The point is to try to minimize bootloader dependencies.
> > > 
> > > Also if there are weird bootloader dependendencies that no one can track 
> > > down, we should document them somewhere, maybe underneath 
> > > Documentation/arm/OMAP.
> > > 
> > 
> 
> 
> 
> Paul,
> 
> Have you enabled below options in your defconfig,
> 
> CONFIG_ARM_APPENDED_DTB=y
> CONFIG_ARM_ATAG_DTB_COMPAT=y
> CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y

For v3.8-rc6, the .config that I'm using is available here:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/build/am33xx_only/am33xx_only

The kernel + appended DTB is available here:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/build/am33xx_only/uImage-dtb.am335x-bone

The bootlog is available here:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/boot/am335xbone/am335xbone_log.txt

> I am sure you must have already enabled it, but still would like to clarify 
> Here.

No problem, thanks for asking.

- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 18:29             ` Paul Walmsley
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 18:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Vaibhav,

On Fri, 8 Feb 2013, Hiremath, Vaibhav wrote:

> On Fri, Feb 08, 2013 at 20:40:22, Hiremath, Vaibhav wrote:
> > On Fri, Feb 08, 2013 at 19:04:04, Paul Walmsley wrote:
> > > On Fri, 8 Feb 2013, Paul Walmsley wrote:
> > > 
> > > > The point is to try to minimize bootloader dependencies.
> > > 
> > > Also if there are weird bootloader dependendencies that no one can track 
> > > down, we should document them somewhere, maybe underneath 
> > > Documentation/arm/OMAP.
> > > 
> > 
> 
> 
> 
> Paul,
> 
> Have you enabled below options in your defconfig,
> 
> CONFIG_ARM_APPENDED_DTB=y
> CONFIG_ARM_ATAG_DTB_COMPAT=y
> CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y

For v3.8-rc6, the .config that I'm using is available here:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/build/am33xx_only/am33xx_only

The kernel + appended DTB is available here:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/build/am33xx_only/uImage-dtb.am335x-bone

The bootlog is available here:

http://www.pwsan.com/omap/testlogs/test_v3.8-rc6/20130206155004/boot/am335xbone/am335xbone_log.txt

> I am sure you must have already enabled it, but still would like to clarify 
> Here.

No problem, thanks for asking.

- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: OMAP baseline test results for v3.8-rc6
  2013-02-08 18:25           ` Hiremath, Vaibhav
@ 2013-02-08 18:32             ` Paul Walmsley
  -1 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 18:32 UTC (permalink / raw)
  To: Hiremath, Vaibhav; +Cc: Balbi, Felipe, linux-omap, linux-arm-kernel


By the way, here's what I used for v3.7-rc8, which seemed to work okay:

http://www.pwsan.com/omap/testlogs/test_v3.7-rc8/20121204220128/build/am33xx_only/

and here's the boot log:

http://www.pwsan.com/omap/testlogs/test_v3.7-rc8/20121204220128/boot/am335xbone/am335xbone_log.txt

Note of course that there are some Kconfig changes between v3.7-rc8 and 
v3.8-rcX, so it's possible that the problem could be in those changes, of 
course.


- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* OMAP baseline test results for v3.8-rc6
@ 2013-02-08 18:32             ` Paul Walmsley
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Walmsley @ 2013-02-08 18:32 UTC (permalink / raw)
  To: linux-arm-kernel


By the way, here's what I used for v3.7-rc8, which seemed to work okay:

http://www.pwsan.com/omap/testlogs/test_v3.7-rc8/20121204220128/build/am33xx_only/

and here's the boot log:

http://www.pwsan.com/omap/testlogs/test_v3.7-rc8/20121204220128/boot/am335xbone/am335xbone_log.txt

Note of course that there are some Kconfig changes between v3.7-rc8 and 
v3.8-rcX, so it's possible that the problem could be in those changes, of 
course.


- Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-02-08 18:32 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 23:34 OMAP baseline test results for v3.8-rc6 Paul Walmsley
2013-02-06 23:34 ` Paul Walmsley
2013-02-07  8:32 ` Felipe Balbi
2013-02-07  8:32   ` Felipe Balbi
2013-02-08 10:24   ` Hiremath, Vaibhav
2013-02-08 10:24     ` Hiremath, Vaibhav
2013-02-08 13:13     ` Paul Walmsley
2013-02-08 13:13       ` Paul Walmsley
2013-02-08 13:34       ` Paul Walmsley
2013-02-08 13:34         ` Paul Walmsley
2013-02-08 15:10         ` Hiremath, Vaibhav
2013-02-08 15:10           ` Hiremath, Vaibhav
2013-02-08 18:25         ` Hiremath, Vaibhav
2013-02-08 18:25           ` Hiremath, Vaibhav
2013-02-08 18:29           ` Paul Walmsley
2013-02-08 18:29             ` Paul Walmsley
2013-02-08 18:32           ` Paul Walmsley
2013-02-08 18:32             ` Paul Walmsley
2013-02-08 14:00       ` Peter Korsgaard
2013-02-08 14:00         ` Peter Korsgaard
2013-02-08 14:02         ` Hiremath, Vaibhav
2013-02-08 14:02           ` Hiremath, Vaibhav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.