From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Sun, 07 Dec 2014 20:17:46 -0300 Subject: [Buildroot] [RFC PATCH 0/2] Add Freescale e5500 & e6500 support In-Reply-To: <20141207234835.4fac269f@free-electrons.com> References: <1416266092-6465-1-git-send-email-gustavo@zacarias.com.ar> <20141207234835.4fac269f@free-electrons.com> Message-ID: <5484E01A.7080802@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 12/07/2014 07:48 PM, Thomas Petazzoni wrote: > Patches applied. I must say I'm a bit confused by why we exclude PP64le > for those new platforms. Is there theoretically something that would > prevent those from being used in LE mode? As far i was able to find out without hardware the fsl ppc64 SOCs aren't able to boot in LE mode. It's like ARM, if the peripherals aren't ready for it even though the CPU itself can do so it won't work right. For example for pseries there's the pseries_le_defconfig, for the fsl 64 bit chips there's corenet64_smp_defconfig but no LE counterpart. Even though CONFIG_CPU_LITTLE_ENDIAN can be toggled for said config i wasn't able to find anything related to actually booting that (and it's a pretty generic option). So i "erred" on the safe side. Regards.