From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 12 Sep 2012 10:02:50 -0700 Subject: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5 In-Reply-To: <20120911002123.GB6149@elf.ucw.cz> References: <1346456341-13759-1-git-send-email-dinguyen@altera.com> <201209010047.15704.marex@denx.de> <20120911002123.GB6149@elf.ucw.cz> Message-ID: <5050C03A.5050405@ti.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 09/10/2012 05:21 PM, Pavel Machek wrote: > Hi! > >>> 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); > > What needs to be done to get the socfpga patches merged? Please do a v2 of the common.h patch that removes these SoC declarations and confirm that MAKEALL -s kirkwood -s orion5x compiles without new warnings. Thanks! -- Tom