u-boot-brain/arch/arm/cpu/armv7
Heiko Schocher 95c6f6d34d ARM V7 (OMAP): add data cache support, test on Beagle board
Add data cache support for ARM V7 systems. Used cache flush
functions from linux:arch/arm/mm/cache-v7.S developed from
Catalin Marinas.

Enable "cache" command on Beagle board and test performance.

    Test 1: Loading 127 MB of data from NAND flash into RAM:

    Instr. Cache	off	on	on
      Data Cache	off	off	on
    --------------------------------------------------
    Beagle (Cortex A8)	116s	106s	30.3s	= x 3.8

    Test 2: uncompressing a gzipped image from RAM to RAM
            (size compressed: 6.5 MiB, uncompressed: 35 MiB):

    Instr. Cache	off	on	on
      Data Cache	off	off	on
    --------------------------------------------------
    Beagle (Cortex A8)	1.84s	1.64s	0.12s	= x 15.3

Portions of this work were supported by funding from
the CE Linux Forum.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Ben Gardiner<bengardiner@nanometrics.ca>
2010-09-19 19:29:51 +02:00
..
mx51 MX51EVK: fix return value of get_timer_masked 2010-08-10 09:46:44 +02:00
omap-common ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4 2010-09-08 14:51:18 -04:00
omap3 ARM V7 (OMAP): add data cache support, test on Beagle board 2010-09-19 19:29:51 +02:00
omap4 Prepare v2010.09-rc1 2010-09-10 00:16:19 +02:00
s5p-common ARMV7: S5P: separate the peripheral clocks 2010-08-30 14:44:16 +09:00
s5pc1xx ARMV7: S5P: separate the peripheral clocks 2010-08-30 14:44:16 +09: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 ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
start.S ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
u-boot.lds ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00