u-boot-brain/arch/arm/cpu/armv7
Aneesh V 2c451f7831 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>
2011-07-04 10:55:25 +02:00
..
mx5 MX53: Handle silicon revision 2.1 case 2011-05-23 08:36:46 +02:00
omap3 ARMV7: OMAP3: Cleanup extern variables in mem.c 2011-04-27 19:38:10 +02:00
omap4 omap4: board: change global data pointer to file scope 2010-11-19 16:27:41 -05:00
omap-common OMAP: Timer: Replace bss variable by gd 2010-12-11 10:50:48 -05:00
s5p-common S5PC2XX: Support the cpu revision 2011-05-26 19:31:11 +09:00
s5pc1xx S5P: add set_mmc_clk for external clock control 2011-05-26 19:33:09 +09:00
s5pc2xx S5PC2XX: clock: support pwm clock for evt1 (cpu revision 1) 2011-05-26 19:33:25 +09:00
tegra2 arm: Tegra2: Add missing PLLX init 2011-04-27 19:38:09 +02:00
u8500 Minor coding style cleanup 2011-06-02 23:18:32 +02:00
cache_v7.c armv7: cache maintenance operations for armv7 2011-07-04 10:55:25 +02:00
config.mk ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
cpu.c ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
Makefile armv7: cache maintenance operations for armv7 2011-07-04 10:55:25 +02:00
start.S Minor coding style cleanup. 2011-05-19 22:22:44 +02:00
syslib.c ARMV7: Vexpress: fix build errors 2010-12-08 23:44:21 +01:00
u-boot.lds arm: fix incorrect monitor protection region in FLASH 2011-03-27 19:18:52 +02:00