u-boot-brain/arch/mips/cpu/mips32
Paul Burton 2b8bcc5a2f MIPS: avoid .set ISA for cache operations
As a step towards unifying the cache maintenance code for mips32 &
mips64 CPUs, stop using ".set <ISA>" directives in the more developed
mips32 version of the code. Instead, when present make use of the GCC
builtin for emitting a cache instruction. When not present, simply don't
bother with the .set directives since U-boot always builds with
-march=mips32 or higher anyway.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2015-01-29 12:55:00 +01:00
..
au1x00 include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
cache.S MIPS: avoid .set ISA for cache operations 2015-01-29 12:55:00 +01:00
config.mk MIPS: refactor setting of compiler options 2014-11-01 18:18:05 +01:00
cpu.c MIPS: avoid .set ISA for cache operations 2015-01-29 12:55:00 +01:00
interrupts.c MIPS: stub interrupt_init function 2014-04-20 13:16:42 +02:00
Makefile kbuild: use SoC-specific CONFIG to descend into SoC directory 2014-11-23 06:49:02 -05:00
start.S MIPS: add support for pre-relocation malloc 2015-01-21 14:07:23 +01:00
time.c MIPS: use common code from lib/time.c 2015-01-21 14:02:49 +01:00