summaryrefslogtreecommitdiff
path: root/doc/README.arm-caches
AgeCommit message (Collapse)Author
2015-01-14doc: ARM: Use the right function nameMichal Simek
Trivial fix. Signed-off-by: Michal Simek <[email protected]>
2011-10-25cache: add ALLOC_CACHE_ALIGN_BUFFER macroAnton staaf
This macro is used to allocate cache line size aligned stack buffers for use with DMA hardware. Signed-off-by: Anton Staaf <[email protected]> Cc: Lukasz Majewski <[email protected]> Cc: Kyungmin Park <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Aneesh V <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Wolfgang Denk <[email protected]>
2011-09-04arm: do not force d-cache enable on all boardsAneesh V
c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable() to board_init_r(). This enables d-cache for all ARM boards. As a result some of the arm boards that are not cache-ready are broken. Revert this change and allow platform code to take the decision on d-cache enabling. Also add some documentation for cache usage in ARM. Signed-off-by: Aneesh V <[email protected]>