Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-28 Thread Scott Wood
Wolfgang Denk wrote: > Dear "Alan Carvalho de Assis", > > In message <[EMAIL PROTECTED]> you wrote: >> This code is executed from internal 2KB NAND Flash Controller RAM buffer >> and will copy the remaining U-Boot code from NAND Flash verifying its >> bad blocks (case it exists). >> >> Signed-off-

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-27 Thread Wolfgang Denk
Dear "Alan Carvalho de Assis", In message <[EMAIL PROTECTED]> you wrote: > This code is executed from internal 2KB NAND Flash Controller RAM buffer > and will copy the remaining U-Boot code from NAND Flash verifying its > bad blocks (case it exists). > > Signed-off-by: Alan Carvalho de Assis <[EM

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-24 Thread Alan Carvalho de Assis
Hi Guennadi, On Fri, Oct 24, 2008 at 4:57 AM, Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > On Fri, 24 Oct 2008, Magnus Lilja wrote: > >> Where can one find developer documentation for nand_spl? > > doc/README.nand-boot-ppc440 > >> Also, is there any ARM board supporting this already? > > na

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Guennadi Liakhovetski
On Fri, 24 Oct 2008, Magnus Lilja wrote: > Where can one find developer documentation for nand_spl? doc/README.nand-boot-ppc440 > Also, is there any ARM board supporting this already? nand_spl/board/samsung/smdk6400/ > The nand_spl for the i.MX31 has to fit within 2048 bytes, along with > some

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Magnus Lilja
2008/10/24 Wolfgang Denk <[EMAIL PROTECTED]>: > Dear Alan, > > In message <[EMAIL PROTECTED]> you wrote: >> >> > Last time Scott Wood suggested to use nand_spl you replied "I think using >> > nand_spl is the best approach, but it will needs more effort to complete." >> > and "Anyway, right now we c

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Wolfgang Denk
Dear Alan, In message <[EMAIL PROTECTED]> you wrote: > > > Last time Scott Wood suggested to use nand_spl you replied "I think using > > nand_spl is the best approach, but it will needs more effort to complete." > > and "Anyway, right now we can have iMX31PDK booting with this code as an > > opti

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Guennadi Liakhovetski
On Thu, 23 Oct 2008, Alan Carvalho de Assis wrote: > Hi Guennadi, > > On Thu, Oct 23, 2008 at 4:10 PM, Guennadi Liakhovetski <[EMAIL PROTECTED]> > wrote: > > > > Last time Scott Wood suggested to use nand_spl you replied "I think using > > nand_spl is the best approach, but it will needs more ef

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Alan Carvalho de Assis
Hi Guennadi, On Thu, Oct 23, 2008 at 4:10 PM, Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > > Last time Scott Wood suggested to use nand_spl you replied "I think using > nand_spl is the best approach, but it will needs more effort to complete." > and "Anyway, right now we can have iMX31PDK b

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Guennadi Liakhovetski
On Thu, 23 Oct 2008, Alan Carvalho de Assis wrote: > This code is executed from internal 2KB NAND Flash Controller RAM buffer > and will copy the remaining U-Boot code from NAND Flash verifying its > bad blocks (case it exists). > > Signed-off-by: Alan Carvalho de Assis <[EMAIL PROTECTED]> Last

[U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Alan Carvalho de Assis
This code is executed from internal 2KB NAND Flash Controller RAM buffer and will copy the remaining U-Boot code from NAND Flash verifying its bad blocks (case it exists). Signed-off-by: Alan Carvalho de Assis <[EMAIL PROTECTED]> --- cpu/arm1136/mx31/Makefile |2 + cpu/arm1136/mx3

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-08 Thread Alan Carvalho de Assis
Hi Scott, On Tue, Oct 7, 2008 at 3:03 PM, Scott Wood <[EMAIL PROTECTED]> wrote: > Alan Carvalho de Assis wrote: >> >> From 473120de8390abd78014cac9fe0925cb49f57fbe Mon Sep 17 00:00:00 2001 >> From: Alan Carvalho de Assis <[EMAIL PROTECTED]> >> Date: Sun, 5 Oct 2008 19:59:47 -0300 >> Subject: [PATC

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-07 Thread Scott Wood
Alan Carvalho de Assis wrote: > From 473120de8390abd78014cac9fe0925cb49f57fbe Mon Sep 17 00:00:00 2001 > From: Alan Carvalho de Assis <[EMAIL PROTECTED]> > Date: Sun, 5 Oct 2008 19:59:47 -0300 > Subject: [PATCH] iMX31: Add support to copy NAND Flash code to RAM > > This code is executed from inter

[U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-07 Thread Alan Carvalho de Assis
>From 473120de8390abd78014cac9fe0925cb49f57fbe Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis <[EMAIL PROTECTED]> Date: Sun, 5 Oct 2008 19:59:47 -0300 Subject: [PATCH] iMX31: Add support to copy NAND Flash code to RAM This code is executed from internal 2KB NAND Flash Controller RAM buffer