[U-Boot] [PATCH v 0/3] arm: changes in cache handling

Aneesh V aneesh at ti.com
Mon Aug 1 13:18:03 CEST 2011


- Avoid enabling caches for all ARM boards
- Enable caches for omap3/4
- Stronger barrier for armv7 cache-maintenance operations.

Aneesh V (3):
  arm: do not force d-cache enable on all boards
  omap: enable caches at system start-up
  armv7: stronger barrier for cache-maintenance operations

 arch/arm/cpu/armv7/cache_v7.c    |   12 +++++-----
 arch/arm/cpu/armv7/omap3/board.c |    8 +++++++
 arch/arm/cpu/armv7/omap4/board.c |    8 +++++++
 arch/arm/lib/board.c             |    8 ++----
 arch/arm/lib/cache.c             |   12 +++++++++++
 doc/README.arm-caches            |   40 ++++++++++++++++++++++++++++++++++++++
 include/common.h                 |    1 +
 7 files changed, 78 insertions(+), 11 deletions(-)
 create mode 100644 doc/README.arm-caches



More information about the U-Boot mailing list