Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 673b74be authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: jump to p1 during boot on kfr2r09



Add a P1 jump to the the kfr2r09 romimage code. With this
patch applied the initial zImage assembly code will run
with instruction cache enabled.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7c328e47
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -73,3 +73,16 @@
.endm
.endm


#include "partner-jet-setup.txt"
#include "partner-jet-setup.txt"

	/* execute icbi after enabling cache */
	mov.l	1f, r0
	icbi	@r0

	/* jump to cached area */
	mova	2f, r0
	jmp	@r0
	 nop

	.align 2
1:	.long 0xa8000000
2: