u-boot-brain/arch/mips/cpu/mips32
Paul Burton a39b1cb7f0 MIPS: use asm.h macros in mips32 start.S
Where the mips32 & mips64 implementations of start.S differ in terms of
access sizes & offsets, use the appropriate macros from asm.h to
abstract those differences away. This is in preparation for sharing a
single copy of start.S between mips32 & mips64.

The exception to this is loads of immediates to be written to the cop0
Config register, which is a 32bit register on mips64 and therefore
constants written to it can be loaded as such.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2015-01-30 14:19:57 +01:00
..
au1x00 include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
config.mk MIPS: refactor setting of compiler options 2014-11-01 18:18:05 +01:00
cpu.c MIPS: unify cache maintenance functions 2015-01-29 12:55:00 +01:00
interrupts.c MIPS: stub interrupt_init function 2014-04-20 13:16:42 +02:00
Makefile MIPS: unify cache initialization code 2015-01-29 12:55:01 +01:00
start.S MIPS: use asm.h macros in mips32 start.S 2015-01-30 14:19:57 +01:00
time.c MIPS: use common code from lib/time.c 2015-01-21 14:02:49 +01:00