summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/cache.h
Commit message (Expand)AuthorAgeFilesLines
* ARM: Move L2 cache initialization to much later in the sequenceGregory Nutt2014-07-271-1/+1
* New cache.h file. Renames cp15_XYZ_cache() to arch_XYZ_cache() and addes L2...Gregory Nutt2014-07-261-0/+191
* Rename ARMv7-A cache.h to cp15_cache.h. Things will be broken on this commi...Gregory Nutt2014-07-261-990/+0
* SAMA5: Make sure the MMU and caches are disabled on power up; flush the vecto...Gregory Nutt2014-04-021-4/+4
* A10: Fix error in IRQ dispatch; vector table seems to be offset by 64 bytes?Gregory Nutt2013-12-071-1/+1
* ARMv7-A: Clarify end address paramet in cache operations: It is the end+1 ad...Gregory Nutt2013-09-211-4/+4
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* ARMv7-A: Add cp15_disable_dcache(); SAMA5: nor_main.c no disables MMU and ca...Gregory Nutt2013-07-301-3/+50
* SAMA5: More cache and mmu inline utility functionsGregory Nutt2013-07-291-0/+65
* SAMA5: Separate cache operations into separate filesGregory Nutt2013-07-291-0/+30
* SAMA5: Correct vector mappingGregory Nutt2013-07-281-8/+8
* SAMA5 page table is cached; need to flush the cache each time that the page t...Gregory Nutt2013-07-271-35/+38
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-201-121/+519
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-0/+447