Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-07 Thread Eric Bénard
Hi Ruud, Le Fri, 7 Jun 2013 11:28:54 +0200, Ruud Commandeur a écrit : > I have not come any further yet in finding the real cause. For now, I just > tested with workarounds like lowering the ARP timeout and skipping the phy > reset (or only reset for the 1st transfer). Note that also the phy re

Re: [U-Boot] [PATCH] da850/omap-l138: Enable auto negotiation in RMII mode

2012-06-06 Thread Eric Bénard
gt; initialization takes more time and sometimes tftp fails > in RMII mode. > > Signed-off-by: Rajashekhara, Sudhakar > Signed-off-by: Lad, Prabhakar > Signed-off-by: Hadli, Manjunath Tested-by: Eric Bénard on an AM1808 with a RMII PHY where tftp

Re: [U-Boot] iMX6 IPU display interface definition

2014-03-20 Thread Eric Bénard
Hi Andreas, Le Thu, 20 Mar 2014 16:13:53 +, Andreas Geisreiter a écrit : > Thanks for your help. In the header files which you mentioned I found the > following: > > V-Sync: Active high or low = FB_SYNC_VERT_HIGH_ACT > H-Sync: Active high or low = FB_SYNC_HOR_HIGH_ACT > Output enable: Activ

[U-Boot] [PATCH 2/2] MarSBoard: add new board

2014-03-26 Thread Eric Bénard
informations on this board : http://www.embest-tech.com/shop/star/marsboard.html Signed-off-by: Eric Bénard --- board/embest/marsboard/Makefile| 9 + board/embest/marsboard/marsboard.c | 489 + boards.cfg | 1 + include/configs/marsboard.h

[U-Boot] [PATCH 1/2] RiOTboard: add new board

2014-03-26 Thread Eric Bénard
this board : http://www.riotboard.org/ Signed-off-by: Eric Bénard --- board/embest/riotboard/Makefile| 9 + board/embest/riotboard/riotboard.c | 493 + boards.cfg | 1 + include/configs/riotboard.h| 299

Re: [U-Boot] [PATCH 2/2] MarSBoard: add new board

2014-03-26 Thread Eric Bénard
Hi Wolfgang, Le Wed, 26 Mar 2014 20:02:57 +0100, Wolfgang Denk a écrit : > In message <1395858363-21054-2-git-send-email-e...@eukrea.com> you wrote: > > > > this board is produced by Embest/Element 14 and is based on i.MX6 Dual > > Comparing this patch agains the earlier one for the RiOTboard,

[U-Boot] [PATCH v2 2/2] MarSBoard: add new board

2014-03-26 Thread Eric Bénard
informations on this board : http://www.embest-tech.com/shop/star/marsboard.html As this board shares a lot with RiOTboard, both boards are supported by the same code base which is renamed embest/mx6boards Signed-off-by: Eric Bénard --- board/embest/{riotboard => mx6boards}/Makefile |

[U-Boot] [PATCH v2 1/2] RiOTboard: add new board

2014-03-26 Thread Eric Bénard
this board : http://www.riotboard.org/ Signed-off-by: Eric Bénard --- board/embest/riotboard/Makefile| 9 + board/embest/riotboard/riotboard.c | 493 + boards.cfg | 1 + include/configs/riotboard.h| 299

Re: [U-Boot] [PATCH v2 2/2] MarSBoard: add new board

2014-03-27 Thread Eric Bénard
Hi Stefan, Le Thu, 27 Mar 2014 08:05:10 +0100, Stefan Roese a écrit : > Yes, I agree. #ifdef's are ugly. But code duplication is also a problem > as Wolfgang has mentioned. > > Isn't there a way to detect the board type at runtime somehow (via CPU > type or GPIO input, ...)? And then dynamical

Re: [U-Boot] [PATCH v2 2/2] MarSBoard: add new board

2014-03-27 Thread Eric Bénard
Hi Fabio, Le Thu, 27 Mar 2014 09:44:02 -0300, Fabio Estevam a écrit : > So in theory yes, we could have a single board file for all the mx6 > boards out there and make it full of ifdefs all over it to handle all > the hardware variations. > here we talk of 2 boards from the same manufacturer whi

Re: [U-Boot] [PATCH v2 2/2] MarSBoard: add new board

2014-03-27 Thread Eric Bénard
Hi Otavio, Le Thu, 27 Mar 2014 09:50:10 -0300, Otavio Salvador a écrit : > And this does work, as can be seen in Barebox which has it working for > quite some time. > > You can see equivalent patch in > > http://lists.infradead.org/pipermail/barebox/2014-March/018408.html > > It seems U-Boot i

[U-Boot] [PATCH v3 1/2] RiOTboard: add new board

2014-03-27 Thread Eric Bénard
this board : http://www.riotboard.org/ Signed-off-by: Eric Bénard --- board/embest/riotboard/Makefile| 9 + board/embest/riotboard/riotboard.c | 493 + boards.cfg | 1 + include/configs/riotboard.h| 299

[U-Boot] [PATCH v3 2/2] MarSBoard: add new board

2014-03-27 Thread Eric Bénard
informations on this board : http://www.embest-tech.com/shop/star/marsboard.html As this board shares a lot with RiOTboard, both boards are supported by the same code base which is renamed embest/mx6boards. Signed-off-by: Eric Bénard --- v3: switch to automatic board detection in c code to remove the

[U-Boot] [PATCH v4 1/2] RiOTboard: add new board

2014-03-29 Thread Eric Bénard
USB loader are tested. For more informations on this board : http://www.riotboard.org/ Signed-off-by: Eric Bénard --- v4: add LVDS TFT support and use clrbits / setbits / clrsetbits as suggested by Wolfgang board/embest/riotboard/Makefile| 9 + board/embest/riotboard/riotboard.c | 566

[U-Boot] [PATCH v4 2/2] MarSBoard: add new board

2014-03-29 Thread Eric Bénard
through USB loader are tested. For more informations on this board : http://www.embest-tech.com/shop/star/marsboard.html As this board shares a lot with RiOTboard, both boards are supported by the same code base which is renamed embest/mx6boards. Signed-off-by: Eric Bénard --- v4: add LVDS TFT

Re: [U-Boot] [PATCH v4 1/2] RiOTboard: add new board

2014-03-30 Thread Eric Bénard
Hi Stefano, Le Sun, 30 Mar 2014 18:20:49 +0200, Stefano Babic a écrit : > I jump directly to V4 ;-) Sorry for late review, I was not in office > last days. > > Added Ben in CC. He sent a first version for the Marsboard. > > On 29/03/2014 22:29, Eric Bénard wrote: > > t

[U-Boot] [PATCH v4 1/2] cpuat91: convert to new at91 soc architecture

2010-08-09 Thread Eric Bénard
convert the board to the new soc architecture update default config i2c upgrade taken from eb_cpux9k2.h & board/BuS/eb_cpux9k2/cpux9k2.c Signed-off-by: Eric Bénard --- v4 : rebased against current HEAD v3 : send to Hong Xu v2 : send to Tom Rix's new email Makefile

[U-Boot] [PATCH v4 2/2] cpuat91: update defaut environement

2010-08-09 Thread Eric Bénard
Signed-off-by: Eric Bénard --- v4 : rebased against current HEAD v3 : send to Hong Xu v2 : send to Tom Rix's new email include/configs/cpuat91.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index b0

[U-Boot] [PATCH] mx28evk: add NAND commands

2013-04-08 Thread Eric Bénard
16384 b and without NAND : NAND: No NAND device found!!! 0 MiB MX28EVK U-Boot > nand info MX28EVK U-Boot > Signed-off-by: Eric Bénard --- include/configs/mx28evk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 0d918a1..

Re: [U-Boot] [PATCH] mx28evk: add NAND commands

2013-04-08 Thread Eric Bénard
Hi Fabio, Le Mon, 8 Apr 2013 10:24:45 -0300, Fabio Estevam a écrit : > On Mon, Apr 8, 2013 at 10:20 AM, Eric Bénard wrote: > > > diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h > > index 0d918a1..789d980 100644 > > --- a/include/configs/mx28evk.h &

Re: [U-Boot] [PATCH] mx28evk: add NAND commands

2013-04-08 Thread Eric Bénard
Hi Tom, Le Mon, 8 Apr 2013 09:27:29 -0400, Tom Rini a écrit : > On Mon, Apr 08, 2013 at 10:24:45AM -0300, Fabio Estevam wrote: > > Hi Eric, > > > > On Mon, Apr 8, 2013 at 10:20 AM, Eric B??nard wrote: > > > > > diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h > > > index 0d9

[U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-08 Thread Eric Bénard
this is usefull when writing an UBI image which contains and UBIFS volume (check README.nand and UBI FAQ for more details) Signed-off-by: Eric Bénard --- include/configs/mx28evk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index

Re: [U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-09 Thread Eric Bénard
Hi Fabio, Le Tue, 9 Apr 2013 15:02:44 -0300, Fabio Estevam a écrit : > Eric Bénard wrote: > > this is usefull when writing an UBI image which contains > > and UBIFS volume (check README.nand and UBI FAQ for more details) > > > > Signed-off-by: Eric Bénard &

Re: [U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-08-13 Thread Eric Bénard
Hi Jason, On 12/08/2011 23:09, Jason Kridner wrote: > On Tue, Jun 14, 2011 at 10:33 AM, Eric Bénard wrote: >> Hi Christian, >> >> On 14/06/2011 16:27, Christian Spielberger wrote: >>> we have both, a beagle xM-B and a beagle xM-C. The following works on >>>

Re: [U-Boot] [PATCH] beagleboard: enable HUB power on all variants of the BeagleBoard

2011-08-27 Thread Eric Bénard
Hi Joel, Le 27/08/2011 06:46, Joel A Fernandes a écrit : >> The logic is wrong here. I don't remember the polarity, but I do remember >> that it is >> xM-A and xM-B that are the oddballs. I believe this is the correct change: > > Hi Jason, > > LEDAON should be high for HUB power up on xMA and x

[U-Boot] [PATCH] m28evk/mx28evk: fix nand_update_full

2012-12-10 Thread Eric Bénard
board with a 2k page NAND. Signed-off-by: Eric Bénard Cc: Marek Vasut Cc: Fabio Estevam --- include/configs/m28evk.h |2 +- include/configs/mx28evk.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index b49ec8c

Re: [U-Boot] [PATCH] m28evk/mx28evk: fix nand_update_full

2012-12-11 Thread Eric Bénard
Hi Scott, Le Mon, 10 Dec 2012 16:59:23 -0600, Scott Wood a écrit : > On 12/10/2012 10:41:59 AM, Eric Bénard wrote: > > - commit 418396e212b59bf907dbccad997ff50f7eb61b16 chenged the > > behaviour > > of nand write.raw which now takes a pagecount as a parameter and no >

[U-Boot] [PATCH v2] m28evk/mx28evk: fix nand_update_full

2012-12-11 Thread Eric Bénard
environment of these boards to provide a pagecount instead of a size to nand write.raw. - tested on a mx28evk with a 4k page NAND and on a custom board with a 2k page NAND. Signed-off-by: Eric Bénard Cc: Marek Vasut Cc: Fabio Estevam --- include/configs/m28evk.h |2 +- include/configs/mx28evk.h

[U-Boot] [PATCH 1/3] mx25: add CPU revision 1.2

2012-09-22 Thread Eric Bénard
tested on a MCIMX257CJM4A which now reports : CPU: Freescale i.MX25 rev1.2 at 399 MHz Signed-off-by: Eric Bénard --- arch/arm/cpu/arm926ejs/mx25/generic.c |3 +++ arch/arm/include/asm/arch-mx25/imx-regs.h |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch

[U-Boot] [PATCH 2/3] mx25: fix compilation when CONFIG_FSL_ESDHC is enabled

2012-09-22 Thread Eric Bénard
X35). Signed-off-by: Eric Bénard --- arch/arm/cpu/arm926ejs/mx25/generic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx25/generic.c b/arch/arm/cpu/arm926ejs/mx25/generic.c index cb74b82..6a3a8b3 100644 --- a/arch/arm/cpu/arm926ejs/mx25/generic.

[U-Boot] [PATCH 3/3] add Eukrea's CPUIMX25

2012-09-22 Thread Eric Bénard
Signed-off-by: Eric Bénard --- MAINTAINERS |2 + board/eukrea/cpuimx25/Makefile| 44 +++ board/eukrea/cpuimx25/config.mk |5 + board/eukrea/cpuimx25/cpuimx25.c | 123 ++ board/eukrea/cpuimx25/imxima

Re: [U-Boot] [PATCH 3/3] add Eukrea's CPUIMX25

2012-09-22 Thread Eric Bénard
Le Sat, 22 Sep 2012 18:18:58 -0300, Otavio Salvador a écrit : > On Sat, Sep 22, 2012 at 5:50 PM, Eric Bénard wrote: > > this board is based on an i.MX25 from Freescale. > > It consists of a SOM containing : > > - NAND flash (internal or external boot supported and tes

Re: [U-Boot] [PATCH 3/3] add Eukrea's CPUIMX25

2012-09-22 Thread Eric Bénard
Hi Otavio, Le Sat, 22 Sep 2012 18:18:58 -0300, Otavio Salvador a écrit : > On Sat, Sep 22, 2012 at 5:50 PM, Eric Bénard wrote: > > this board is based on an i.MX25 from Freescale. > > It consists of a SOM containing : > > - NAND flash (internal or external boot supported a

[U-Boot] [PATCH 1/2] mx25: add CPU revision 1.2

2012-09-23 Thread Eric Bénard
tested on a MCIMX257CJM4A which now reports : CPU: Freescale i.MX25 rev1.2 at 399 MHz Signed-off-by: Eric Bénard Acked-by: Otavio Salvador --- v2 : rebased against 2012.10-rc1, added Otavio's ack arch/arm/cpu/arm926ejs/mx25/generic.c |3 +++ arch/arm/include/asm/arch-mx25/imx-r

[U-Boot] [PATCH v2 1/2] mx25: add CPU revision 1.2

2012-09-23 Thread Eric Bénard
tested on a MCIMX257CJM4A which now reports : CPU: Freescale i.MX25 rev1.2 at 399 MHz Signed-off-by: Eric Bénard Acked-by: Otavio Salvador --- v2 : rebased against 2012.10-rc1, added Otavio's ack arch/arm/cpu/arm926ejs/mx25/generic.c |3 +++ arch/arm/include/asm/arch-mx25/imx-r

[U-Boot] [PATCH v2 2/2] add Eukrea's CPUIMX25

2012-09-23 Thread Eric Bénard
t any key to stop autoboot: 0 Signed-off-by: Eric Bénard --- v2: rebased against 2012.10-rc1, disabled eSDHC until proper fix from Benoît gets applied, updated bootlog. MAINTAINERS |2 + board/eukrea/cpuimx25/Makefile| 44 +++ board/e

Re: [U-Boot] [PATCH 1/2] mx25: add CPU revision 1.2

2012-09-23 Thread Eric Bénard
Hi, Le Sun, 23 Sep 2012 14:02:17 +0200, Eric Bénard a écrit : > tested on a MCIMX257CJM4A which now reports : > CPU: Freescale i.MX25 rev1.2 at 399 MHz > > Signed-off-by: Eric Bénard > Acked-by: Otavio Salvador > --- > v2 : rebased against 2012.10-rc1, added Otavio&#

Re: [U-Boot] [PATCH v2 2/2] add Eukrea's CPUIMX25

2012-09-23 Thread Eric Bénard
Hi Vikram, Le Sun, 23 Sep 2012 23:02:18 +0530, Vikram Narayanan a écrit : > Why the clock init is in two places? > imximage.cfg and this file. Am I missing something? > imximage.cfg for internal boot, lowlevel_init.S for external boot. Eric ___ U-Boot

Re: [U-Boot] [NEXT PATCH v1 4/7] MX35: Add soc_boot_mode and soc_boot_device to MX35

2012-09-23 Thread Eric Bénard
Hi Stefano, Le Thu, 6 Sep 2012 10:04:57 +0200, Stefano Babic a écrit : > +#define RCSR_MEM_CTL_WEIM0 > +#define RCSR_MEM_CTL_NAND1 > +#define RCSR_MEM_CTL_SD 2 > +#define RCSR_MEM_TYPE_NOR0 > +#define RCSR_MEM_TYPE_ONENAND2 > +#define RCSR_MEM_TYPE_SD 0 > +#d

Re: [U-Boot] [PATCH v2 2/2] add Eukrea's CPUIMX25

2012-09-23 Thread Eric Bénard
Hi Stefano, Le Sun, 23 Sep 2012 19:46:50 +0200, Stefano Babic a écrit : > > nand_spl/board/eukrea/cpuimx25/Makefile | 79 > > nand_spl/board/eukrea/cpuimx25/config.mk |1 + > > nand_spl/board/eukrea/cpuimx25/u-boot.lds | 83 > > There is a main issue with the

Re: [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids

2012-09-23 Thread Eric Bénard
Hi Stefano, Le Mon, 10 Sep 2012 14:09:21 +0200, Stefano Babic a écrit : > The chip supports ONFI, but it seems the i.MX driver does not. Quite as > described in http://patchwork.ozlabs.org/patch/60042/. READ-ID is always > sent with address 0, I do not know if we can convince the driver to send >

Re: [U-Boot] how to create patches for mailing

2013-01-24 Thread Eric Bénard
Hi Maxim, Le Thu, 24 Jan 2013 12:21:30 +0400, Maxim Podbereznyy a écrit : > Your instructions are exceptional! However I have a few questions: > 1) why should I generate patches for 1st 3 patch, because I have only one? > 2) if there are 3 patches (only 1 is mine) + a cover which exactly > shoul

Re: [U-Boot] how to configure u-boot to tell me more about NAND flash?

2013-02-05 Thread Eric Bénard
Hi Robert, Le Tue, 05 Feb 2013 08:37:20 -0500, "Robert P. J. Day" a écrit : >main question -- should flinfo not tell me about my flash? what > might this configuration be missing? i should have access to the > board in an hour or two. thanks. > you can read : doc/README.nand which con

Re: [U-Boot] [PATCH v2 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand()

2013-02-27 Thread Eric Bénard
Hi Fabio, Le Tue, 26 Feb 2013 15:35:20 -0300, Fabio Estevam a écrit : > Currently is_16bit_nand() is a per SoC function and it decides the bus nand > width by reading some boot related registers. > > This method works when NAND is the boot medium, but does not work if another > boot medium is

Re: [U-Boot] [PATCH v2 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand()

2013-02-27 Thread Eric Bénard
Hi Benoît, Le Wed, 27 Feb 2013 13:53:10 +0100 (CET), Benoît Thébaudeau a écrit : > > This code is not used for NAND boot, for which the SPL version of this driver > and CONFIG_SYS_NAND_BUSWIDTH_16 are used. > I didn't follow SPL migration (I have to come back to it so the next question may be s

Re: [U-Boot] [PATCH v2 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand()

2013-02-27 Thread Eric Bénard
Hi Benoît and Fabio, Le Wed, 27 Feb 2013 14:40:51 +0100 (CET), Benoît Thébaudeau a écrit : > On Wednesday, February 27, 2013 2:15:21 PM, Eric Bénard wrote: > > Hi Benoît, > > > > Le Wed, 27 Feb 2013 13:53:10 +0100 (CET), > > Benoît Thébaudeau a écrit : > > &

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPU9260 SBC

2009-07-16 Thread Eric Bénard
Dear Wolfgang Denk, Wolfgang Denk a écrit : > In message <1247735589-15527-1-git-send-email-e...@eukrea.com> you wrote: >> CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR >> flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100 >> Ethernet PHY in RMII mode. > .

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPU9260 SBC

2009-07-16 Thread Eric Bénard
Dear Wolfgang, Wolfgang Denk a écrit : >> I'm not sure it's possible to use a generic geometry/timings there else >> u-boot may never relocate. >> How would you do this ? > > Well, normally you have 2 or 3 row/col combinations that have to be > considered; you try these in turn until you find on

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPU9260 SBC

2009-07-16 Thread Eric Bénard
Hi Alessandro, Alessandro Rubini a écrit : > So, with the current code base, you can't autodetect ram size on the > atmel 926x. > > I have the same problem, as I have boards that ship as either 64M or > 128M. I'd configure for 128M and look for aliases, reconfiguring for > 64M if needed. This c

Re: [U-Boot] [PATCH v2 2/3] Fix 2k page size NAND for iMX27

2009-07-16 Thread Eric Bénard
Scott Wood a écrit : > On Wed, Jul 15, 2009 at 05:18:40PM +0200, Eric Benard wrote: >> +if (pdata->is2k) { >> +host->pagesize_2k = 1; >> +NFMS |= (1 << NFMS_BIT); >> +this->badblock_pattern = &smallpage_memorybased; > > Why are you using the small-page badbl

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC

2009-07-18 Thread Eric Bénard
Jean-Christophe PLAGNIOL-VILLARD wrote : >> + >> +cpuat91_ram_config \ >> +cpuat91_config:unconfig >> +@if [ "$(findstring _ram_,$@)" ] ; then \ >> +echo "#define CONFIG_CPUAT91_RAM 1" >> ./include/config.h ; \ > what is this ram config? the ram config allows to generate a

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC

2009-07-22 Thread Eric Bénard
Ben Warren wrote : > This patch has many coding style violations that haven't been addressed, > so it can't go in. I"m not a fan of the piece-meal PHY implementation coding style violations should be fixed in v3 / http://www.mail-archive.com/u-boot@lists.denx.de/msg18068.html Eric

Re: [U-Boot] [PATCH v2 2/3] Fix 2k page size NAND for iMX27

2009-07-31 Thread Eric Bénard
Scott Wood a écrit : > On Wed, Jul 15, 2009 at 05:18:40PM +0200, Eric Benard wrote: >> Signed-off-by: Eric Benard >> --- >> drivers/nand/nand_imx.c | 20 +--- >> include/asm-arm/arch-imx/imx-nand.h |3 ++- >> 2 files changed, 19 insertions(+), 4 deletions(-) > >

Re: [U-Boot] [PATCH] Add support for Eukrea CPUAT91 SBC

2009-08-01 Thread Eric Bénard
Hi Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD a écrit : >> +cpuat91_ram_config \ >> +cpuat91_config : unconfig >> +@mkdir -p $(obj)include >> +@if [ "$(findstring _ram_,$@)" ] ; then \ >> +echo "#define CONFIG_CPUAT91_RAM 1" >>$(obj)include/config.h ; \ > NACK

Re: [U-Boot] [PATCH v6] Add support for Eukrea CPU9260 SBC

2009-08-09 Thread Eric Bénard
Dear Wolfgang Denx, Wolfgang Denk a écrit : > Would you please indicate what's the difference between the patches > you submit? Such comment belongs below the '---' line! > Is there a way to add these comments using git or should I edit the patch before sending it ? > What exactly is the differ

Re: [U-Boot] Compilation erros while trying at compile ARM DaVinci

2009-08-10 Thread Eric Bénard
Hi, aulraj, Sandeep a écrit : > I get the following compilation errors when I try to compile DaVinci DM355 on > the latest U-Boot source. I thought I saw similar issues on the mailing list > some time back. Have these been resolved? > > > 3.2/libgcc.a(_udivsi3.o) has EABI version 5, but target

Re: [U-Boot] RTC value corruption on QIL-A9G20 startup

2009-08-25 Thread Eric Bénard
Hi, Albin Tonnerre a écrit : > Currently, I don't really have any idea. Besides, it's going to be hard for me > to debug this, as I don't have an oscilloscope at hand. Would you please try > to > run u-boot within a debugger to see where exactly the CS line is driven low? isn't the RTC connected

Re: [U-Boot] RTC value corruption on QIL-A9G20 startup

2009-08-27 Thread Eric Bénard
Hi Willian, William C. Landolina a écrit : > Has there been any resolution on this? From what I can see (with > scope and logic analyzer) the RTC seems to be corrupted by the > DataFlash boot code built into the chip. [The Calao board doesn't > have the DataFlash memory and used the chip select

Re: [U-Boot] imx51 u-boot

2010-01-26 Thread Eric Bénard
Hi Rick, Le 26/01/2010 20:10, Rick Bronson a écrit : >> Do you try the patches I sent to the ML ? And which is the version of >> your processor (TO1, TO2 or TO3) and of the board ? > >Not sure what patches these are or where to find them. Also not > sure what source to apply these patches to.

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Eric Bénard
Hi, Le 10/02/2010 13:23, Andreas Orfanos a écrit : > I have set up the right switches on the board, and I can boot RedBoot > from nand without problem. > Therefore it should be easy to do it on u-boot. > we are booting u-boot from NAND on a custom iMX51 board (using mDDR and not DDR2), we started

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Eric Bénard
Hi Andreas, Le 10/02/2010 15:55, Andreas Orfanos a écrit : > Did you have to make changes in cpu/arm_cortex8/start.S file? we are using u-boot-2009.01 + freescale patches. No change to start.S (except a small hack to turn on a led to check u-boot is properly loaded and run). > I don't have to ma

Re: [U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC

2009-09-08 Thread Eric Bénard
Hi Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 18:15 Sat 05 Sep , Eric Benard wrote: >> these boards are built around Atmel's AT91SAM9260/9G20 and have >> up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND >> and include a 10/100 Ethernet PHY in RMII mode. >>

[U-Boot] AT91 pending patches

2009-09-21 Thread Eric Bénard
Hi Tom, may you please comment on the following patches : http://article.gmane.org/gmane.comp.boot-loaders.u-boot/67400 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/65674 Many thanks Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://li

Re: [U-Boot] AT91RM9200 boots from NOR Flash or not

2010-02-20 Thread Eric Bénard
Hi, Le 20/02/2010 08:25, Maxim Podbereznyi a écrit : > OK, then can you explain what software do you flash? Does rm9200 u-boot > setup PLL? Because if it is not then you will never see anything at DBGU > pins. Another problem can be with your RC filters for PLL. Did you use the > same quartz as in

Re: [U-Boot] my recent i2c patches

2010-02-24 Thread Eric Bénard
Hi Frans, Le 24/02/2010 20:32, Frans Meulenbroeks a écrit : > If anyone can educate me how to get the patches numbered, please > (I have sent this by git send-email 0001... 0002 etc in one command > git format-patch -n -n, --numbered Name output in [PATCH n/m] format, even

Re: [U-Boot] A question in lowlevel_init.S

2011-01-22 Thread Eric Bénard
Hi, On 22/01/2011 08:39, Reinhard Meyer wrote: > I am not aware of any AT91SAM9xxx systems right now that uses low-level init, > it > would only make sense for those that boot directly from NOR, without > AT91BOOTSTRAP involved. cpu9260 (at91sam9260 / 9g20 based) is using low-level init as it bo

[U-Boot] [PATCH 1/2] mp2usb: remove board support

2011-01-25 Thread Eric Bénard
this board was cancelled long time ago so remove it as it won't be maintained anymore Signed-off-by: Eric Bénard --- board/mp2usb/Makefile| 50 - board/mp2usb/config.mk |3 - board/mp2usb/flash.c | 552 -- board/mp2usb/mp2

[U-Boot] [PATCH 2/2] cpu9260: update board support

2011-01-25 Thread Eric Bénard
28MB RAM & nor boot) 9G20_nand_128M (128MB RAM & nand boot) (nor boot is using lowlevel init) Signed-off-by: Eric Bénard --- board/eukrea/cpu9260/config.mk |1 - board/eukrea/cpu9260/cpu9260.c | 161 +-- board/eukrea/cpu9260/

Re: [U-Boot] Question: is SZ_* going to be removed or not?

2011-01-26 Thread Eric Bénard
Hi Wolfgang, On 26/01/2011 10:20, Wolfgang Denk wrote: > In message<4d3fdb14.6060...@emk-elektronik.de> you wrote: >> >> I heard rumors that the SZ_* defines are going to be outphased. > > I's on my personal hate list, indeed. > >> If so, new submissions should not use them anymore, right?

Re: [U-Boot] [PATCH 2/3] cpu9260: update board support

2011-04-15 Thread Eric Bénard
Hi, On 03/04/2011 18:35, Eric Bénard wrote: > - update to new relocation code > - switch to boards.cfg > - get rid of LEGACY (still a little hack in .h to compile) > - add nand boot configuration > - boot tested for the following configurations : > 9260 (6

Re: [U-Boot] [PATCH 3/3] cpuat91: fix board support

2011-04-15 Thread Eric Bénard
Hi, On 03/04/2011 18:35, Eric Bénard wrote: > - fix board support following relocation changes > - switch to boards.cfg > - disable i2c to keep size under 128kiB (1 sector) > > Signed-off-by: Eric Bénard > --- any news concerning this patch ? http://patchwork.ozlabs.org/patch/89

Re: [U-Boot] [PATCH 1/3] mp2usb: remove board support

2011-04-27 Thread Eric Bénard
Hi Wolfgang, On 27/04/2011 22:00, Wolfgang Denk wrote: > In message<1301848555-14404-1-git-send-email-e...@eukrea.com> you wrote: >> this board was cancelled long time ago so remove it as it won't >> be maintained anymore >> >> Signed-off-by: Eric Bénard >> --- >> board/mp2usb/Makefile|

[U-Boot] [PATCH] mp2usb: finish the removal

2011-04-27 Thread Eric Bénard
- remove from boards.cfg - add to doc/README.scrapyard Signed-off-by: Eric Bénard --- boards.cfg |1 - doc/README.scrapyard |1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/boards.cfg b/boards.cfg index d4cbb06..916414a 100644 --- a/boards.cfg +++ b

Re: [U-Boot] [STATUS] WARNING: huge ARM board removal pending

2011-06-03 Thread Eric Bénard
Hi Wolfgang, cpu9260* and cpu9G20* were fixed in april by commit c2b2a07eeb688b52ad74a1b679904cf3c339f34f cpuat91* were fixed in 632f8fdf4c4fae8343409be13d5e028cd4eee32d All these boards were then broken by the at91 rework in Reinhard's pull request of may. So please don't remove these board u

Re: [U-Boot] Question re: Bluewater Systems Snapper 9260 and 9G20 modules patch

2011-06-04 Thread Eric Bénard
Hi Simon, On 04/06/2011 20:47, Simon Glass wrote: > Hi Reinhard, > > I have been asked to have a quick look at this patch, which is showing > accepted here: > > http://patchwork.ozlabs.org/patch/81422/ > > The diffstat on patchwork is: > > MAINTAINERS |5 + > b

[U-Boot] [PATCH 5/5] cpuat91: fix board support

2011-06-06 Thread Eric Bénard
Signed-off-by: Eric Bénard --- MAKEALL|1 - board/eukrea/cpuat91/cpuat91.c |6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MAKEALL b/MAKEALL index 13dde6f..50c0080 100755 --- a/MAKEALL +++ b/MAKEALL @@ -454,7 +454,6 @@ LIST_at91

[U-Boot] [PATCH 2/5] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-06 Thread Eric Bénard
Signed-off-by: Eric Bénard --- arch/arm/include/asm/arch-at91/at91_matrix.h | 10 +++--- arch/arm/include/asm/arch-at91/at91_rstc.h |2 +- arch/arm/include/asm/arch-at91/at91_wdt.h|2 +- arch/arm/include/asm/arch-at91/at91sam9_sdramc.h | 30

[U-Boot] [PATCH 3/5] arm926ejs/at91/lowlevel_init.S: temporary fix

2011-06-07 Thread Eric Bénard
handle the case where AT91_SDRAM_BASE and AT91_PIO_BASE are not defined Signed-off-by: Eric Bénard --- arch/arm/cpu/arm926ejs/at91/lowlevel_init.S |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/at91/lowlevel_init.S b/arch/arm/cpu

[U-Boot] [PATCH 1/5] at91sam9260_devices: fix following atmal rework

2011-06-07 Thread Eric Bénard
this patch fix the following error : u-boot/include/asm/arch/at91_pio.h:91: error: 'ATMEL_PIO_PORTS' undeclared here (not in a function) Signed-off-by: Eric Bénard --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) di

[U-Boot] [PATCH 4/5] cpu9260/9G20: fix board support

2011-06-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- MAKEALL|2 -- Makefile |8 board/eukrea/cpu9260/cpu9260.c | 33 - board/eukrea/cpu9260/led.c |6 +++--- include/configs/cpu9260.h |7 +++ 5 files

Re: [U-Boot] [PATCH 3/5] arm926ejs/at91/lowlevel_init.S: temporary fix

2011-06-07 Thread Eric Bénard
Hi Reinhard, On 07/06/2011 10:04, Reinhard Meyer wrote: > How "temporary" is "temporary"? > > This fix could be done better, by using > CONFIG_SYS_SDRAM_BASE right away, and using ATMEL_BASE_PIOA > as well in that file. > > Please resubmit this fix, or explain why it cannot be done the > way I sug

[U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- arch/arm/include/asm/arch-at91/at91_matrix.h | 10 +++--- arch/arm/include/asm/arch-at91/at91_rstc.h |2 +- arch/arm/include/asm/arch-at91/at91_wdt.h|2 +- arch/arm/include/asm/arch-at91/at91sam9_sdramc.h | 30

[U-Boot] [PATCH v2 2/4] arm926ejs/at91/lowlevel_init.S: fix defines

2011-06-07 Thread Eric Bénard
atmel rework changed define names which broke this file Signed-off-by: Eric Bénard --- arch/arm/cpu/arm926ejs/at91/lowlevel_init.S | 24 arch/arm/include/asm/arch-at91/at91_pio.h| 14 +++--- arch/arm/include/asm/arch-at91/at91sam9260.h |1 + arch

[U-Boot] [PATCH v2 4/4] cpuat91: fix board support

2011-06-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- MAKEALL|1 - board/eukrea/cpuat91/cpuat91.c |6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MAKEALL b/MAKEALL index 13dde6f..50c0080 100755 --- a/MAKEALL +++ b/MAKEALL @@ -454,7 +454,6 @@ LIST_at91

[U-Boot] [PATCH v2 3/4] cpu9260/9G20: fix board support

2011-06-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- MAKEALL|2 -- Makefile |8 board/eukrea/cpu9260/cpu9260.c | 33 - board/eukrea/cpu9260/led.c |6 +++--- include/configs/cpu9260.h | 11 +-- 5

Re: [U-Boot] Atmel pull request?

2011-06-09 Thread Eric Bénard
Hi, On 09/06/2011 09:06, Wolfgang Denk wrote: > what are the chances to see a pull request for the Atmel boards any > time soon? As is, theyu still form the majority of broken ARM boards, > and I would like to get the release out as soon as possible. > > So I'd appreciate if we could have your pul

Re: [U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-09 Thread Eric Bénard
Hi Reinhard, On 09/06/2011 10:17, Reinhard Meyer wrote: > Several lines are longer than 80 chars. Can you fix this asap? > > I think the comments could be left away completely or at least shortened by > removing the obvios "SDAM Controller" part. > These lines are already over 80 char before this

Re: [U-Boot] [PATCH v7 RESEND 1/5] Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter

2011-06-10 Thread Eric Bénard
Hi Simon, On 10/06/2011 17:04, Simon Glass wrote: > +int smsc95xx_eth_get_info(struct usb_device *dev, struct ueth_data *ss, > + struct eth_device *eth) > +{ > + debug("** %s()\n", __func__); > + if (!eth) { > + debug("%s: missing parameter.\n", __fu

[U-Boot] [PATCH 1/2] dm3730: enable dpll5

2011-06-10 Thread Eric Bénard
which is used to provide 120MHz to USB EHCI This allows EHCI to work on BeagleBoard XM Signed-off-by: Eric Bénard --- arch/arm/cpu/armv7/omap3/clock.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/omap3/clock.c b/arch/arm/cpu/armv7/omap3/clock.c

[U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-06-10 Thread Eric Bénard
LEDA needs to be at level 0 to enable HUB_3V3 Signed-off-by: Eric Bénard --- board/ti/beagle/beagle.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index ab50514..7509916 100644 --- a/board/ti/beagle/beagle.c

Re: [U-Boot] [PATCH v7 RESEND 4/5] Put common autoload code into auto_load() function

2011-06-10 Thread Eric Bénard
Hi Simon, On 10/06/2011 17:04, Simon Glass wrote: > This is a small clean-up patch. > > Signed-off-by: Simon Glass > --- > net/bootp.c | 75 > +- > 1 files changed, 32 insertions(+), 43 deletions(-) > > diff --git a/net/bootp.c b/net/bo

Re: [U-Boot] [PATCH v7 RESEND 0/5] Add SMSC95XX support including MAC address control

2011-06-10 Thread Eric Bénard
load() function for the 4 first patches, with the 2 comments I sent concerning patches 1 and 4 : Tested-by: Eric Bénard Thanks, Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v7 RESEND 1/5] Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter

2011-06-10 Thread Eric Bénard
On 11/06/2011 00:26, Simon Glass wrote: > OK thanks have added Gilles' patch and will resend the series on > Monday with any comments received. If this can get applied then > perhaps we can more easily handle other patches that come up. This > driver is by no means perfect but it is a start. > a ve

Re: [U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-06-14 Thread Eric Bénard
Hi Christian, On 14/06/2011 16:27, Christian Spielberger wrote: > we have both, a beagle xM-B and a beagle xM-C. The following works on > both boards and is different from your patch. It is not possible to > differentiate between Rev xM-A and xM-B. Anyway, the only difference is > in the processor

Re: [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2

2011-06-14 Thread Eric Bénard
On 12/06/2011 13:25, Andreas Bießmann wrote: > This patch sets the ATMEL_PMX_AA_TXD2 to the correct value. > > Signed-off-by: Andreas Bießmann > CC: Jens Scharsig > CC: e...@eukrea.com Acked-by: Eric Bénard Thanks ! > --- > changes since v1: > - fix typo in commi

Re: [U-Boot] [PATCH] imx: Add support for the SabreSD shipped with i.MX6DL

2013-04-19 Thread Eric Bénard
Hi Stefano, Le Fri, 19 Apr 2013 10:15:49 +0200, Stefano Babic a écrit : > On 18/04/2013 19:37, Wolfgang Denk wrote: > > Dear Pierre Aubert, > > > > In message <1366296086-22394-1-git-send-email-p.aub...@staubli.com> you > > wrote: > >> The SabreSD platform is available with i.MX6Q or i.MX6DL.

[U-Boot] [PATCH 1/2] da850: provide davinci_enable_uart0

2013-04-22 Thread Eric Bénard
this is needed to bring UART0 out of reset but this function currently only exists for dm644x/355/365/646x when da850 (at least am1808 also need it). Signed-off-by: Eric Bénard --- arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c | 8 arch/arm/include/asm/arch-davinci/hardware.h| 2

[U-Boot] [PATCH 2/2] davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK

2013-04-22 Thread Eric Bénard
LE and two configuration defines already exist for this purpose so use them. Signed-off-by: Eric Bénard --- arch/arm/include/asm/arch-davinci/nand_defs.h | 9 + include/configs/da830evm.h| 4 ++-- include/configs/da850evm.h| 4 ++-- include/configs/

Re: [U-Boot] [PATCH] mx23: Put back RAM voltage level to its original value

2013-04-26 Thread Eric Bénard
Hi Fabio, Le Fri, 26 Apr 2013 13:01:26 -0300, Fabio Estevam a écrit : > From: Fabio Estevam > > commit 5c2f444c9 (mxs: Reset the EMI block on mx23) changed the DDR voltage > level, which causes mx23evk to fail to load a kernel. > > Put back the original values, so that mx23evk can boot a ker

Re: [U-Boot] Beginner question: need help about LVDS channels for i.MX6Q SabreSD Board

2013-04-26 Thread Eric Bénard
Hi Igor, Le Fri, 26 Apr 2013 17:17:54 +0200, "Igor Ferrara" a écrit : > Please confirm the reception of the present message by sending back an > answer message Thank You for the cooperation. > this list has 2535 subscribers, do you really need to get 2535 answers each time tou send an email he

  1   2   >