Re: [U-Boot] [PATCH] V2 NAND_SPL support for phycore imx31 to Magnus Lilja

2009-01-27 Thread Maxim Artamonov
Goodday Magnus! In message on Saturday 03 January 2009 03:49:53 Magnus Lilja wrote: > Hi > > I have used your patch to boot the i.MX31 PDK board from its large > page NAND now. I had to modify one function (see below). > > > 2008/12/5 Maxim Artamonov : > > V2 NAND_SPL support for phycore imx31

Re: [U-Boot] [PATCH] V2 NAND_SPL support for phycore imx31

2009-01-02 Thread Magnus Lilja
Hi I have used your patch to boot the i.MX31 PDK board from its large page NAND now. I had to modify one function (see below). 2008/12/5 Maxim Artamonov : > V2 NAND_SPL support for phycore imx31 > > Changelog: > > * Added bad block verify and skip; > * Correct code to codestyle; > * Added few co

Re: [U-Boot] [PATCH] V2 NAND_SPL support for phycore imx31

2008-12-11 Thread Scott Wood
On Fri, Dec 05, 2008 at 02:13:51PM +0300, Maxim Artamonov wrote: > +#ifdef CONFIG_NAND_SPL > +/* somewhat macro to reduce bin size for CONFIG_NAND_SPL*/ > +.macro FILLREGS begreg, val, count, step Why not use this macro always? > @@ -32,6 +35,15 @@ > #include > .globl _start > _start: bre

[U-Boot] [PATCH] V2 NAND_SPL support for phycore imx31

2008-12-05 Thread Maxim Artamonov
V2 NAND_SPL support for phycore imx31 Changelog: * Added bad block verify and skip; * Correct code to codestyle; * Added few comments; Signed-off-by: Maxim Artamonov --- MAKEALL |1 + Makefile|9 ++- board/imx31_phycore/co