Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-25 Thread Pavel Machek
On Tue 2012-09-11 08:54:40, Marek Vasut wrote: Dear Pavel Machek, Hi! From: Dinh Nguyen dingu...@altera.com Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Applied on top of trini/WIP/spl-improvements v6 [...] __noreturn attribute to

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-25 Thread Marek Vasut
Dear Pavel Machek, [...] What needs to be done to get the socfpga patches merged? I'd say, sacrifice a chicken :-) The patches look quite fine :-) Will guinea pig do the trick? I'll ask around ;-). No, but don't worry, I had KFC recently ... I believe the sacrificial potential

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-13 Thread Stefan Roese
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 dingu...@altera.com Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Applied on top of

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-12 Thread Pavel Machek
Hi! On 09/11/2012 02:21 AM, Pavel Machek wrote: From: Dinh Nguyen dingu...@altera.com 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

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-12 Thread Tom Rini
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 dingu...@altera.com Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Applied on top of trini/WIP/spl-improvements v6 [...]

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-12 Thread Tom Rini
On 09/10/2012 05:21 PM, Pavel Machek wrote: Hi! From: Dinh Nguyen dingu...@altera.com 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.

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-11 Thread Marek Vasut
Dear Pavel Machek, Hi! From: Dinh Nguyen dingu...@altera.com 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,

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-10 Thread Pavel Machek
Hi! From: Dinh Nguyen dingu...@altera.com 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

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-10 Thread Stefan Roese
Hi Pavel, On 09/11/2012 02:21 AM, Pavel Machek wrote: From: Dinh Nguyen dingu...@altera.com 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.

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-08-31 Thread Marek Vasut
Dear dingu...@altera.com, From: Dinh Nguyen dingu...@altera.com 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. All in all, the code is

[U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-08-31 Thread dinguyen
From: Dinh Nguyen dingu...@altera.com Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Applied on top of trini/WIP/spl-improvements v6 Signed-off-by: Dinh Nguyen dingu...@altera.com Signed-off-by: Chin Liang See cl...@altera.com Signed-off-by: Pavel Machek pa...@denx.de ---