From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sat, 24 Nov 2012 12:44:27 -0700 Subject: [U-Boot] MX6 solo support In-Reply-To: References: Message-ID: <50B1239B.8080203@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/24/2012 11:26 AM, Fabio Estevam wrote: > Hi, > > Just wondering if someone has already started adding mx6solo support > into mainline U-boot? > > Carolyn, > > You posted some questions about mx6solo in this list. Were you using > mainline U-boot or the FSL version? > > In case you were using mainline U-boot, and would like to share some > mx6solo related patches, I would be glad to to receive them and submit > them. > > Regards, > > Fabio Estevam > Hi Fabio, Troy's been working diligently to push Solo support, but it's taking a while to work through the bits. The first attempt, which allowed a single binary to be used on Solo->Quad required the use of i.MX plugins and was more or less rejected with pushback to use SPL instead. We have some Solo boards out in the field using plugins from this branch: https://github.com/boundarydevices/u-boot-imx6/tree/solo-dl-staging Based on the feedback, our plan was (is) to create separate board file for the processor variants, but don't want to duplicate everything, so we planned on these steps: - Add preprocessor support to imximage. This is stalled at the moment, waiting for Stefano and Tom to resolve differences - Push nitrogen6q board file for Quad/Dual - Create a new board for nitrogen6s (Solo/Dual Lite) We've been at the first stage for a while though. Regards, Eric