[U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-23 Thread Alan Carvalho de Assis
This patch adds support to iMX31PDK board to boot directly from NAND Flash. In order to it works the previous patches (which reduces start.S size and copy NAND code to RAM) need be applied first. Signed-off-by: Alan Carvalho de Assis [EMAIL PROTECTED] --- board/freescale/mx31pdk/lowlevel_init.S

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59 -0300 Subject: [PATCH] iMX31: Add support to iMX31PDK board boots from NAND Flash This

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Alan Carvalho de Assis
Hi Jean, On Wed, 2008-10-22 at 11:59 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Magnus Lilja
I can't rebase [PATCH 3/3] on u-boot-arm/master because it applies over Magnus Lilja's patch i.MX31: Add basic support for Freescale's i.MX31 PDK board. (968614d8c3f17eb834838de9a390ef4879fb1e77) Can you please pull this patch from u-boot-arm/testing to u-boot-arm/master ? No the patch

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Wolfgang Denk
Dear Magnus, In message [EMAIL PROTECTED] you wrote: I've updated the patch and it now almost compiles. There's a problem at the last link stage where gnu-ld complains about multiple __udivsi3 definitions and incompatible EABI formats (see below, modulo gmail wrapping). Try this patch

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Magnus Lilja
Wolfgang, 2008/10/22 Wolfgang Denk [EMAIL PROTECTED]: Dear Magnus, In message [EMAIL PROTECTED] you wrote: I've updated the patch and it now almost compiles. There's a problem at the last link stage where gnu-ld complains about multiple __udivsi3 definitions and incompatible EABI formats

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Magnus Lilja
2008/10/22 Magnus Lilja [EMAIL PROTECTED]: Wolfgang, 2008/10/22 Wolfgang Denk [EMAIL PROTECTED]: Dear Magnus, In message [EMAIL PROTECTED] you wrote: I've updated the patch and it now almost compiles. There's a problem at the last link stage where gnu-ld complains about multiple

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Fabio Estevam
Magnus, --- On Wed, 10/22/08, Magnus Lilja [EMAIL PROTECTED] wrote: From: Magnus Lilja [EMAIL PROTECTED] Subject: Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash To: Wolfgang Denk [EMAIL PROTECTED] Cc: u-boot@lists.denx.de, Alan Carvalho de Assis [EMAIL

[U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-07 Thread Alan Carvalho de Assis
From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59 -0300 Subject: [PATCH] iMX31: Add support to iMX31PDK board boots from NAND Flash This patch adds support to iMX31PDK board to boot directly from