[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-23 Thread Magnus Lilja
> Yes, I confirmed with the schematics. There is a 32768kHz crystal connected > to the PMIC that drives the MX31 clock. > > Regards, > > Fabio Estevam > >> I haven't tried my new patch on real hardware yet, but >> I'll do that >> tomorrow and post a patch (without the do_div() fix though, >> perha

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]> &g

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

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

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 patc

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 ? > > N

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

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > + REG80x8033, 0xda > > > + REG80x8100, 0xff > > > + REG 0xB8001000, 0x82226080 > > > + REG 0x8000, 0xDEADBEEF > > > + REG 0xB8001010, 0x000c > > > + > > > + /* Copy from NAND to RAM */ > > > + b nand_copy > > > > > > diff --git a/board/freescale/mx31pdk/u-

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 2

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 >

[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