>Try below points:>1. I am not sure about snapdragon(is it Qualcomm?) but try
>CONFIG_CPU_DCACHE_DISABLE.I did that already, device is not booting. In our architecture cache is tightly coupled with CPU.
>2. You are better off programming some DMA master to do large (and
>uncached) reads/writes to RAM and timing that.
DMA is not a standard way, i suppose, as it depends on what I/O peripheral we are doing the DMA.
>You should always add arm mailing list and please mention the chip set details.
>cat /proc/cpuinfo is a great way
Processor : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 163.38
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x1
CPU part : 0x00f
CPU revision : 2
Thanks
Sandeep