From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 13 Sep 2012 08:51:21 +0200 Subject: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5 In-Reply-To: <20120912165637.GE22207@bill-the-cat> References: <1346456341-13759-1-git-send-email-dinguyen@altera.com> <201209010047.15704.marex@denx.de> <20120911002123.GB6149@elf.ucw.cz> <504ED1CD.7020304@denx.de> <20120912165637.GE22207@bill-the-cat> Message-ID: <50518269.1050505@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/12/2012 06:56 PM, Tom Rini wrote: > On Tue, Sep 11, 2012 at 07:53:17AM +0200, Stefan Roese wrote: >> Hi Pavel, >> >> On 09/11/2012 02:21 AM, Pavel Machek wrote: >>>>> From: Dinh Nguyen >>>>> >>>>> Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. >>>>> >>>>> Applied on top of trini/WIP/spl-improvements v6 >>>> [...] >>>> >>>> __noreturn attribute to reset_cpu() is still missing, but that's a >>>> minor thing. >>> >>> Plus, I guess these should be deleted. We already have prototype in >>> common.... >>> >>> arch/arm/include/asm/arch-kirkwood/cpu.h:void reset_cpu(unsigned long ignored); >>> arch/arm/include/asm/arch-orion5x/cpu.h:void reset_cpu(unsigned long ignored); >>> arch/arm/include/asm/arch-socfpga/reset_manager.h:void reset_cpu(ulong addr); >> >> Yes, good catch. >> >>> What needs to be done to get the socfpga patches merged? >> >> As the patches are based upon the SPL framework patches from Tom Rini, >> Tom's patches need to get included first. AFAICT, this SPL framework >> will not go into mainline for the upcoming release, but will be pushed >> into next, once it opens. > > I posted the first series by the end of the merge window with the > intention of getting it into this release. So long as there are no > objections (I haven't seen any further comments), I plan to merge it > soon (after working over the backlog of pull request). Even better. I'll rebase my powerpc SPL support once the SPL framework is in master. Thanks, Stefan