[U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-07-17 Thread Ilya Yanok
This patch adds support for i.MX27-LITEKIT development board from LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND flash, FEC ethernet controller integrated into i.MX27. Signed-off-by: Ilya Yanok --- MAINTAINERS |1 + MAKEALL

[U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-02 Thread Ilya Yanok
This patch adds support for i.MX27-LITEKIT development board from LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND flash, FEC ethernet controller integrated into i.MX27. Signed-off-by: Ilya Yanok --- MAINTAINERS |1 + MAKEALL

[U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-10 Thread Ilya Yanok
This patch adds support for i.MX27-LITEKIT development board from LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND flash, FEC ethernet controller integrated into i.MX27. Signed-off-by: Ilya Yanok --- MAINTAINERS |1 + MAKEALL

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:32 Tue 11 Aug , Ilya Yanok wrote: > This patch adds support for i.MX27-LITEKIT development board from > LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND > flash, FEC ethernet controller integrated into i.MX27. > > Signed-off-by: Ilya Yanok > --- > MAINTAINERS

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-26 Thread Wolfgang Denk
Dear Scott, In message <20090814070359.gd11...@game.jcrosoft.org> Jean-Christophe PLAGNIOL-VILLARD wrote: > On 02:32 Tue 11 Aug , Ilya Yanok wrote: > > This patch adds support for i.MX27-LITEKIT development board from > > LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND >

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-26 Thread Scott Wood
Wolfgang Denk wrote: >> Scott could you applied on your tree as this one need the nand patch that you >> handle > > Could you please run this through your "next" branch and send a pullr > equest? TIA. > > Acked-by: Wolfgang Denk I don't have that patch in my inbox anymore -- but I've sent a pul

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:32 Tue 11 Aug , Ilya Yanok wrote: > This patch adds support for i.MX27-LITEKIT development board from > LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND > flash, FEC ethernet controller integrated into i.MX27. > > Signed-off-by: Ilya Yanok > --- > MAINTAINERS

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> + */ > + > +#include > +#include > +#include > + > +DECLARE_GLOBAL_DATA_PTR; > + > +static int imx27lite_devices_init(void) > +{ > + struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; > + int i; > + unsigned int mode[] = { > + PD0_AIN_FEC_TXD0, > +

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-07-22 Thread Ilya Yanok
Hi Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: >> +static int imx27lite_devices_init(void) >> +{ >> +struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; >> +int i; >> +unsigned int mode[] = { >> +PD0_AIN_FEC_TXD0, >> +PD1_AIN_FEC_TXD1, >> +

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:17 Thu 23 Jul , Ilya Yanok wrote: > Hi Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: > >> +static int imx27lite_devices_init(void) > >> +{ > >> + struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; > >> + int i; > >> + unsigned int mode[] = { > >> + PD0

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
> + * Copyright (C) 2008,2009 Eric Jarrige > + * Copyright (C) 2009 Ilya Yanok > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * published by the Free Software Foundation; either version 2 of > + *

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090803053218.ga15...@game.jcrosoft.org> you wrote: > ... > > +/* malloc() len */ > > +#define CONFIG_SYS_MALLOC_LEN (0x1 + 256 * 1024) > please do not mix hexa and decimal Please be reasonable. This is a perfectly valid and eas

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:19 Mon 03 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090803053218.ga15...@game.jcrosoft.org> you wrote: > > > ... > > > +/* malloc() len */ > > > +#define CONFIG_SYS_MALLOC_LEN(0x1 + 256 * 1024) > > please do not mix hexa and dec

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090803121748.gg15...@game.jcrosoft.org> you wrote: > > > > > +#define CONFIG_SYS_MALLOC_LEN (0x1 + 256 * 1024) > > > please do not mix hexa and decimal > I've as there is other think to fix otherwise I'll not have ask > > > > Pleas

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-05 Thread javier Martin
Hi, What happened with this patch? Was it applied or did it have any problems? Is it tested? Thank you. -- Javier Martin Vista Silicon S.L. Universidad de Cantabria CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60 www.vista-silicon.com __

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-05 Thread javier Martin
2009/8/5 javier Martin : > Hi, > What happened with this patch? Was it applied or did it have any problems? > Is it tested? I have applied it but when compiling it gives the following errors: hdog/libwatchdog.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a board/freescale/mx31ads

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-05 Thread Wolfgang Denk
Dear javier Martin, In message you wrote: > > I have applied it but when compiling it gives the following errors: ... > arm-none-linux-gnueabi-ld: ERROR: Source object > /opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/libgcc.a(_udiv

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-05 Thread javier Martin
2009/8/5 Wolfgang Denk : > Dear javier Martin, > > In message you > wrote: >> >> I have applied it but when compiling it gives the following errors: > ... >> arm-none-linux-gnueabi-ld: ERROR: Source object >> /opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-n

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-05 Thread Wolfgang Denk
Dear javier Martin, In message you wrote: > > > http://www.denx.de/wiki/view/DULG/SourceObjectHasEABIVersion4ButTargetHasEABIVersion0 > > What toolchains do you use then? > I have tried with the toolchains provided with ELDK4 but no luck. They > also seem to be EABI version 4. I'm waiting for

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-05 Thread javier Martin
Now, I am using 4.1 version of eldk. With the previous patch applied I get this problem with "board_nand_init". I don't know if it's still a problem of my toolchain of this is a BUG: drivers/mtd/nand/libnand.a(nand.o): In function `nand_init': /home/javier/GIT/u-boot/drivers/mtd/nand/nand.c:53: u

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-06 Thread Wolfgang Denk
Dear Javier, In message you wrote: ... > I have applied it but when compiling it gives the following errors: ... > arm-none-linux-gnueabi-ld: ERROR: Source object > /opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/libgcc.a(_udivsi3.o

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-07 Thread javier Martin
2009/8/6 Wolfgang Denk : > I have just posted a patch: > > [PATCH] ARM EABI: add new helper functions resp. function names > > (see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/65473 > > > Combined with commit 52b1bf2c: > >        Make linking against libgcc configurable > > I can run a "

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-07 Thread Wolfgang Denk
Dear javier Martin, In message you wrote: > > > It would be great if you all could test this, so we can get this in as > > quickly as possible. > > This also works for me using Freescale's toolchain included in LTIB > for i.mx27 ads board. thanks a lot for the confirmation. > One thing that c

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-12 Thread Fabio Estevam
--- On Mon, 8/10/09, Ilya Yanok wrote: > From: Ilya Yanok > Subject: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from > LogicPD > To: plagn...@jcrosoft.com > Cc: u-boot@lists.denx.de, "Ilya Yanok" > Date: Monday, August 10, 2009, 7:32 PM > This

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-12 Thread Ilya Yanok
Hi Fabio, Fabio Estevam wrote: >> cpu/arm926ejs/mx27/generic.c | 65 >> include/asm-arm/arch-mx27/imx-regs.h >> > > Shouldn't these two files be part of a separate patch as they are not > specific to the iMX27 Lite board support? > Well, I thought about this... Let's wai