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

Commit 5587931c authored by Joonyoung Shim's avatar Joonyoung Shim Committed by Nicolas Pitre
Browse files

[ARM] Add old Feroceon support to compressed/head.S



This patch supports the cache handling for some old Feroceon cores for
which the CPU ID is like 0x41159260.  This is a complement to
commit ab6d15d5.

Signed-off-by: default avatarJoonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
parent 3fade49b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -674,6 +674,15 @@ proc_types:
		b	__armv4_mmu_cache_off
		b	__armv5tej_mmu_cache_flush

#ifdef CONFIG_CPU_FEROCEON_OLD_ID
		/* this conflicts with the standard ARMv5TE entry */
		.long	0x41009260		@ Old Feroceon
		.long	0xff00fff0
		b	__armv4_mmu_cache_on
		b	__armv4_mmu_cache_off
		b	__armv5tej_mmu_cache_flush
#endif

		.word	0x66015261		@ FA526
		.word	0xff01fff1
		b	__fa526_cache_on