tmp_suning_uos_patched/arch/arm/mach-u300
Linus Walleij 1dbd30e989 ARM: 6225/1: make TCM allocation static and common for all archs
This changes the TCM handling so that a fixed area is reserved at
0xfffe0000-0xfffeffff for TCM. This areas is used by XScale but
XScale does not have TCM so the mechanisms are mutually exclusive.

This change is needed to make TCM detection more dynamic while
still being able to compile code into it, and is a must for the
unified ARM goals: the current TCM allocation at different places
in memory for each machine would be a nightmare if you want to
compile a single image for more than one machine with TCM so it
has to be nailed down in one place.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-07-27 10:42:38 +01:00
..
include/mach ARM: 6225/1: make TCM allocation static and common for all archs 2010-07-27 10:42:38 +01:00
clock.c Merge branches 'clks' and 'pnx' into devel 2010-02-25 22:10:38 +00:00
clock.h
core.c Merge branch 'for-next' into for-linus 2010-03-08 16:55:37 +01:00
dummyspichip.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
gpio.c ARM: 5956/1: misplaced parentheses 2010-02-24 21:10:07 +00:00
i2c.c ARM: AB3550 board configuration and irq for U300 2010-05-28 01:37:47 +02:00
i2c.h ARM: 5668/2: U300 I2C board setup 2009-08-15 15:36:29 +01:00
Kconfig ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
Makefile ARM: 5724/1: U300 AB3100 boardinfo v5 2009-10-19 17:10:09 +01:00
Makefile.boot
mmc.c Merge branch 'devel-stable' into devel 2010-05-17 17:24:04 +01:00
mmc.h
padmux.c ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
padmux.h ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
regulator.c ARM: 5724/1: U300 AB3100 boardinfo v5 2009-10-19 17:10:09 +01:00
spi.c ARM: 5678/1: SSP/SPI PL022 polarity terminology fix 2009-09-18 22:09:02 +01:00
spi.h ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
timer.c ARM: 5704/1: U300 sched_clock implementation v2 2009-09-18 22:09:02 +01:00
u300.c