Commit cd88e49c authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

arch/powerpc: add fsl e5500 and e6500 support



Add Freescale E5500 and E6500 core support.
These can go in 32 or 64-bit mode.
I'm not aware of these being able to boot in LE mode so filter that out
until we get some feedback on it.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: default avatar"Matt Weber" <matthew.weber@rockwellcollins.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent cb719a90
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -109,6 +109,13 @@ config BR2_powerpc_e300c3
config BR2_powerpc_e500mc
	bool "e500mc"
	depends on !BR2_ARCH_IS_64
config BR2_powerpc_e5500
	bool "e5500"
	depends on !BR2_powerpc64le
config BR2_powerpc_e6500
	bool "e6500"
	depends on !BR2_powerpc64le
	select BR2_POWERPC_CPU_HAS_ALTIVEC
config BR2_powerpc_power4
	bool "power4"
config BR2_powerpc_power5