[Buildroot] [git commit] arch/powerpc: add fsl e5500 and e6500 support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 7 22:46:41 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=cd88e49cd7a89eece58a0bd066377faaddea8e8a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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: Gustavo Zacarias <gustavo at zacarias.com.ar>
Reviewed-by: "Matt Weber" <matthew.weber at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 arch/Config.in.powerpc |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
index fabee9f..95bcaee 100644
--- a/arch/Config.in.powerpc
+++ b/arch/Config.in.powerpc
@@ -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


More information about the buildroot mailing list