summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-03-08 03:07:31 +0000
committerSimon Glass <sjg@chromium.org>2011-08-24 09:54:52 -0700
commitf83ed441a941d5890da20e8cf00a574af49fe46c (patch)
treedf17899a00a9817edd61773139449c4495d7e999 /README
parentc082d232f7cfce84679e49d44a62faa90d9c9d53 (diff)
armv7: cache maintenance operations for armv7
- Add a framework for layered cache maintenance - separate out SOC specific outer cache maintenance from maintenance of caches known to CPU - Add generic ARMv7 cache maintenance operations that affect all caches known to ARMv7 CPUs. For instance in Cortex-A8 these opertions will affect both L1 and L2 caches. In Cortex-A9 these will affect only L1 cache - D-cache operations supported: - Invalidate entire D-cache - Invalidate D-cache range - Flush(clean & invalidate) entire D-cache - Flush D-cache range - I-cache operations supported: - Invalidate entire I-cache - Add maintenance functions for TLB, branch predictor array etc. - Enable -march=armv7-a so that armv7 assembly instructions can be used Signed-off-by: Aneesh V <aneesh@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 446966dc16..4f371600ef 100644
--- a/README
+++ b/README
@@ -460,6 +460,11 @@ The following options need to be configured:
Note: If a "bootargs" environment is defined, it will overwride
the defaults discussed just above.
+- Cache Configuration:
+ CONFIG_SYS_NO_ICACHE - Do not enable instruction cache in U-Boot
+ CONFIG_SYS_NO_DCACHE - Do not enable data cache in U-Boot
+ CONFIG_SYS_NO_L2CACHE- Do not enable L2 cache in U-Boot
+
- Serial Ports:
CONFIG_PL010_SERIAL