Re: [U-Boot] [PATCH] openrisc: Work around potential relocation issues

2012-08-09 Thread Wolfgang Denk
Dear Julius Baxter, In message <1336257131-29747-1-git-send-email-juliusbax...@gmail.com> you wrote: > 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

Re: [U-Boot] [PATCH] openrisc: Work around potential relocation issues

2012-05-13 Thread Mike Frysinger
On Saturday 05 May 2012 18:32:11 Julius Baxter wrote: > 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. please l

[U-Boot] [PATCH] openrisc: Work around potential relocation issues

2012-05-06 Thread Julius Baxter
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 --- arch/openrisc/cpu/cpu.c |6 ++