Heyaz. Am looking at the Cortex A8 architecture description here:
http://processors.wiki.ti.com/index.php/Cortex-A8_Architecture
At the bottom, it reads "PLE is not the same Dynamic Memory Allocation (DMA) engine used in previous ARM family of processors but has a similar programming interface" I guess I'm looking for some documentation of the PLE programming interface.
Specifically, I'm trying to copy the contents of a specific L2 cache way that's been locked down. The usual L2 system array debug data registers do not seem to be enabled on this OMAP platform, as is mentioned in other posts, such as this one:
http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/p/99358/347781.aspx#347781
Any pointers appreciated.
-Scott