u-boot-brain/arch/arm/cpu/arm926ejs
Heiko Schocher 99197a9e31 arm, arm926ejs: make thumb mode compileable
in thumb mode compiler says for example for arch/arm/lib/cache-cp15.c
when enabling CONFIG_SYS_THUMB_BUILD:

{standard input}: Assembler messages:
{standard input}:373: Error: selected processor does not support Thumb mode `mrc p15,0,r4,c1,c0,0'
{standard input}:416: Error: selected processor does not support Thumb mode `mcr p15,0,r3,c2,c0,0'

so, if caches are disabled, do not use this command on arm926ejs.
used on at91 in SPL, to reduce size of SPL.

Signed-off-by: Heiko Schocher <hs@denx.de>
2015-01-19 12:49:26 +01:00
..
armada100 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
at91 dm: at91: Add platform data for GPIO on at91sam9260-based boards 2014-11-21 08:09:36 +01:00
davinci kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
kirkwood Add support for Seagate BlackArmor NAS220 2015-01-14 11:37:39 -05:00
lpc32xx arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mb86r0x kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 2014-03-28 15:06:29 -04:00
mx25 mx25: Fix boot hang by avoiding vector relocation 2015-01-08 13:50:17 -05:00
mx27 imx: fix exception vectors relocation in imx27 2014-11-20 10:13:54 +01:00
mxs Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2014-11-24 12:02:12 -05:00
nomadik kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
omap Move CONFIG_DISPLAY_CPUINFO to Makefile 2014-02-19 11:10:05 -05:00
orion5x kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
pantheon arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
spear i2c: designware: Convert driver to multibus/multiadapter framework 2014-10-29 08:56:23 +01:00
versatile kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
cache.c arm926ejs: cache: use __weak 2014-11-04 15:01:04 -05:00
config.mk kbuild: refactor more IMX image rules 2014-02-25 11:01:29 -05:00
cpu.c arm, arm926ejs: make thumb mode compileable 2015-01-19 12:49:26 +01:00
Makefile kbuild: use SoC-specific CONFIG to descend into SoC directory 2014-11-23 06:49:02 -05:00
start.S arm: move exception handling out of start.S files 2014-05-15 16:24:53 +02:00