u-boot-brain/arch/openrisc/cpu
Julius Baxter 3874a37745 openrisc: Work around potential relocation issues
When reset code is in flash, the jump instructions emitted by the
compiler are relative instead of absolute jumps.

A fix to the reset code to make correct jumps to the beginning of
code relocated to RAM have also been added.

Signed-off-by: Julius Baxter <juliusbaxter@gmail.com>
2012-08-09 23:37:45 +02:00
..
cache.c openrisc: Add cpu files 2012-01-13 21:16:44 +01:00
cpu.c openrisc: Work around potential relocation issues 2012-08-09 23:37:45 +02:00
exceptions.c openrisc: Add cpu files 2012-01-13 21:16:44 +01:00
interrupts.c openrisc: Add cpu files 2012-01-13 21:16:44 +01:00
Makefile openrisc: Add cpu files 2012-01-13 21:16:44 +01:00
start.S openrisc: Work around potential relocation issues 2012-08-09 23:37:45 +02:00