Re: [U-Boot] [PATCH V2 3/3] Add support for the LaCie ED Mini V2 board

2009-11-18 Thread Stefan Roese
Hi Albert, On Wednesday 18 November 2009 23:21:58 Wolfgang Denk wrote: > > This board is based on the Marvell Orion5x SoC. > > Current support is limited to console and Flash. > > Flash support uses LEGACY as the Macronix 29LV400 > > used on ED Mini V2 is not 100% CFI compliant. > > And the diffe

[U-Boot] [PATCH] Save environment data to mmc.

2009-11-18 Thread Terry Lv
This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc. Signed-off-by: Terry Lv --- common/Makefile |1 + common/cmd_nvedit.c |3 +- common/env_mmc.c | 166 + include/environment.h | 18

[U-Boot] [PATCH] Improve read performance of generic mmc.

2009-11-18 Thread Terry Lv
In drivers/mmc/mmc.c, mmc_bread will do aligned read. So we don't need to use single block read. We can use multiblock read to improve the performance. Signed-off-by: Terry Lv --- drivers/mmc/mmc.c | 51 --- 1 files changed, 40 insertions(+), 11

[U-Boot] mtest issue

2009-11-18 Thread Alexey Goncharov
Hello everyone, I have a LPC2468 board and currently play with u-boot. U-boot version is 1.1.6 from Embedded Artists. I've already made u-boot loading and executing user commands. Everything seems works fine, except the memory test (mtest) command: lpc-board# mtest Pattern Writing...

Re: [U-Boot] [PATCH 3/4 v5] DA8xx: Add MUSB host support

2009-11-18 Thread Gupta, Ajay Kumar
Remy, > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Gupta, Ajay Kumar > Sent: Tuesday, November 17, 2009 7:35 PM > To: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 3/4 v5] DA8xx: Add MUSB host support > > Remy, > >

[U-Boot] help on a compiler error in include/asm/system.h

2009-11-18 Thread Lv Terry-R65388
Hi u-boot experts, Now our arm board is based on u-boot v2009.08 and I need to use ubifs. So I replace some files from u-boot's latest version. They are: fs/ubifs/ubifs.c fs/ubifs/ubifs.h include/asm-arm/bitops.h include/linux/bitops.h and define the follow

[U-Boot] Database of emergency medicine physicians and many more specialties

2009-11-18 Thread Araceli Carrier
Special Package for this week Board Certified Physicians in America 788,445 in total * 17,710 emails Many popular specialties like Emergency Medicine, Plastic Surgery, OBGYN, Oncology, Pediatrics and more 16 different sortable fields Pharmaceutical Companies in the USA Personal email addres

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-11-18 Thread Ben Warren
Alfred, On Wed, Nov 18, 2009 at 5:54 PM, alfred steele wrote: > On Mon, Nov 16, 2009 at 8:59 PM, Ben Warren > wrote: > > Hi Alfred, > > > > alfred steele wrote: > >>> > >>> Thanks for your submission! > >>> > >> > >> What is the current design on the mxc fec interface's attainment of a > >> MAC

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-11-18 Thread alfred steele
On Mon, Nov 16, 2009 at 8:59 PM, Ben Warren wrote: > Hi Alfred, > > alfred steele wrote: >>> >>> Thanks for your submission! >>> >> >> What is the current design on the mxc fec interface's attainment of a >> MAC address. From the kernel driver it looks like it looks at the >> IIM(IC identification

[U-Boot] [PATCH] bootm: Fix help message's sub-command ordering

2009-11-18 Thread Peter Tyser
The help message for the 'bootm' command listed the 'cmdline' and 'bdt' sub-commands in the wrong order which resulted in the error below when following the 'help' command's instructions: "Trying to execute a command out of order" Signed-off-by: Peter Tyser --- Feel free to apply this for the

Re: [U-Boot] why is the compilation of cmd_pcmcia.c hardcoded?

2009-11-18 Thread Mike Frysinger
On Wednesday 18 November 2009 03:17:21 Robert P. J. Day wrote: > i'm curious as to why common/Makefile hardcodes the compilation of > cmd_pcmcia.c thusly: > > COBJS-y += cmd_pcmcia.o > > since i'm interested in building for a beagleboard, i have no interest > in PCMCIA support, yet that sourc

Re: [U-Boot] [PATCH v2] Condense some lines in common/Makefile for readability.

2009-11-18 Thread Mike Frysinger
On Wednesday 18 November 2009 06:01:52 Robert P. J. Day wrote: > Collect object files corresponding to the same CONFIG variable on the > same line for better readability. > > clearly no *functional* difference but it follows the standard set > out in the rest of the file. compile tested for a b

Re: [U-Boot] [PATCH] crc32: Make crc32 build on non Linux too

2009-11-18 Thread Joakim Tjernlund
Mike Frysinger wrote on 19/11/2009 00:45:16: > > On Wednesday 18 November 2009 17:59:59 Joakim Tjernlund wrote: > > Wolfgang Denk wrote on 18/11/2009 23:45:56: > > > Joakim Tjernlund wrote: > > > > > And PLEASE keep the In-reply-to: and References: headers so threading > > > > > of the messages wo

Re: [U-Boot] [PATCH] crc32: Make crc32 build on non Linux too

2009-11-18 Thread Mike Frysinger
On Wednesday 18 November 2009 17:59:59 Joakim Tjernlund wrote: > Wolfgang Denk wrote on 18/11/2009 23:45:56: > > Joakim Tjernlund wrote: > > > > And PLEASE keep the In-reply-to: and References: headers so threading > > > > of the messages works. > > > > > > Since this was a new email sent with git,

Re: [U-Boot] [PATCH] flash.h: pull in common.h for types

2009-11-18 Thread Mike Frysinger
On Wednesday 18 November 2009 17:28:46 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > > I don't know whether Linux has a specific policy on this, but I > > > > haven't noticed many problems in this regard, and when I did find one > > > > in the kernel a few years back I didn't get any argument

Re: [U-Boot] [PATCH] crc32: Make crc32 build on non Linux too

2009-11-18 Thread Joakim Tjernlund
Wolfgang Denk wrote on 18/11/2009 23:45:56: > > Dear Joakim Tjernlund, > > In message 003a0...@transmode.se> you wrote: > > > > This was a "reply" for Mikes comment on > > [PATCH v2] crc32: Impl. linux optimized crc32() > > If it was a reply to "[PATCH v2] crc32: ..." then why didn't the > Subjec

Re: [U-Boot] [PATCH V2 1/3] Initial support for Marvell Orion5x SoC

2009-11-18 Thread Albert ARIBAUD
Hi Wolfgang, Wolfgang Denk a écrit : > 88f5182 is a terrible file name. Can you not come up with something > more descriptive, please? Actually, the name is based on the actual name of the Marvell SoC variant. > Why do we need an Orion5x-specific GPIO API? Can't we use something > that is more

Re: [U-Boot] [PATCH] crc32: Make crc32 build on non Linux too

2009-11-18 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > This was a "reply" for Mikes comment on > [PATCH v2] crc32: Impl. linux optimized crc32() If it was a reply to "[PATCH v2] crc32: ..." then why didn't the Subject read "Re: [PATCH v2] crc32: " ? > Would it been better for you if I just included

Re: [U-Boot] [PATCH V5 1/4] add TI DA8xx support: DA8xx includes

2009-11-18 Thread Wolfgang Denk
Dear Nick Thompson, In message <4b03bd0c.7080...@gefanuc.com> you wrote: > > I'm happy to submit a new patch to lowercase these enums if you > think that would be a good idea. It might be inviting trouble, > but I'm not aware of any outstanding patches that rely on these > values directly. I'm so

Re: [U-Boot] [PATCH 1/4] ARM Add New Board GEC2410

2009-11-18 Thread Wolfgang Denk
Dear Hui Tang, In message you wrote: > Dear Wolfgang, > > >> +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/gec/gec2410 > > > > Why is this needed? > > in /board/gec/gec2410/lowlevel_init.S, it includes "gec2410_mem.h", > which is at $(TOPDIR)/board/gec/gec2410. So it's in the same directory? Then t

Re: [U-Boot] [PATCH v2] README: Add an example of adding a new board.

2009-11-18 Thread Wolfgang Denk
Dear "Robert P. J. Day", In message you wrote: > > p.s. is there a "trivial" patch email address for simple things like > typoes, just to keep this main list for more important stuff? No. All patches shall go though a central place (i. e. this list). Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-18 Thread Wolfgang Denk
Dear =?UTF-8?B?IlNldW5naHllb24gUmhlZSAo7J207Iq57ZiEKSI=?=, In message <4b035ee8.90...@lpmtec.com> you wrote: > > > I think this patch is not an improvement. Now it prints "Not erased" > > even when sectors _have_ successfully been earased, which is at least > > as wrong als the old behaviour. ...

Re: [U-Boot] [PATCH] flash.h: pull in common.h for types

2009-11-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200911171918.39290.vap...@gentoo.org> you wrote: > > > > I don't know whether Linux has a specific policy on this, but I haven't > > > noticed many problems in this regard, and when I did find one in the > > > kernel a few years back I didn't get any argument when

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-18 Thread Wolfgang Denk
Dear Sandeep, In message <0554bef07d437848af01b9c9b5f0bc5d94158...@dlee01.ent.ti.com> you wrote: > > > > Sorry for asking stupid questions - but which sort of conflict do you > > > see in this text? The licensing seems to be OK with me (reference to > > > COPYING file in the top level directory)

Re: [U-Boot] [PATCH V2 3/3] Add support for the LaCie ED Mini V2 board

2009-11-18 Thread Wolfgang Denk
Dear Albert Aribaud, In message <1258239796-21528-4-git-send-email-albert.arib...@free.fr> you wrote: > This board is based on the Marvell Orion5x SoC. > Current support is limited to console and Flash. > Flash support uses LEGACY as the Macronix 29LV400 > used on ED Mini V2 is not 100% CFI compli

Re: [U-Boot] [PATCH V2 1/3] Initial support for Marvell Orion5x SoC

2009-11-18 Thread Wolfgang Denk
Dear Albert Aribaud, In message <1258239796-21528-2-git-send-email-albert.arib...@free.fr> you wrote: > This patch adds support for the Marvell Orion5x SoC. > It has no use alone, and must be followed by a patch > to add Orion5x support for serial, then support for > the ED Mini V2, an Orion5x-bas

Re: [U-Boot] [PATCH] Davinci: Configurable NAND chip selects

2009-11-18 Thread Wolfgang Denk
Dear Scott Wood, In message <20091118202216.ga15...@loki.buserror.net> you wrote: > On Mon, Nov 16, 2009 at 05:49:55PM +, Nick Thompson wrote: > > static void nand_davinci_enable_hwecc(struct mtd_info *mtd, int mode) > > { > > - int dummy; > > + u_int32_t val; > > > >

Re: [U-Boot] [PATCH 1/1] S3C2410 NAND Flash Add Missing Function

2009-11-18 Thread Scott Wood
On Wed, Nov 18, 2009 at 04:24:04PM +0800, Hui.Tang wrote: > This patch add nand_read_buf() for S3C2410 NAND SPL. > In nand_spl/nand_boot.c, nand_boot() will check nand->select_chip, > so nand->select_chip should also be initialized. > > Signed-off-by: Hui.Tang Applied to u-boot-nand-flash/next.

Re: [U-Boot] [PATCH] Davinci: Configurable NAND chip selects

2009-11-18 Thread Paulraj, Sandeep
> On Mon, Nov 16, 2009 at 05:49:55PM +, Nick Thompson wrote: > > static void nand_davinci_enable_hwecc(struct mtd_info *mtd, int mode) > > { > > - int dummy; > > + u_int32_t val; > > > > - dummy = emif_regs->NANDF1ECC; > > + val = readl(&emif_regs->NANDF1ECC); >

Re: [U-Boot] [PATCH] NAND:Extending the nand_ecclayout structure

2009-11-18 Thread Scott Wood
On Mon, Nov 16, 2009 at 01:31:47PM -0500, s-paul...@ti.com wrote: > From: Sandeep Paulraj > > NANDs with page size of lesser than and equal to 2K are > reaching EOL. They are bing replaced with NANDs of > page size 4K and above. > To support this we have to extend the eccpos field > > Signed-off

Re: [U-Boot] [PATCH] NAND: Update read_read_subpage API check

2009-11-18 Thread Scott Wood
On Mon, Nov 16, 2009 at 01:32:01PM -0500, s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch updates a check condition in the NAND driver. > The check condition is similat to what is in linux/next. Hmm, even in Linux all other invocations of ecc.correct check < 0 rather than == -1.

Re: [U-Boot] [PATCH] Davinci: Configurable NAND chip selects

2009-11-18 Thread Scott Wood
On Mon, Nov 16, 2009 at 05:49:55PM +, Nick Thompson wrote: > static void nand_davinci_enable_hwecc(struct mtd_info *mtd, int mode) > { > - int dummy; > + u_int32_t val; > > - dummy = emif_regs->NANDF1ECC; > + val = readl(&emif_regs->NANDF1ECC); "val =" can

Re: [U-Boot] [PATCH] Clarify applicable licensing terms in COPYING file.

2009-11-18 Thread Scott Wood
Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20091118180115.gb15...@loki.buserror.net> you wrote: >>> + U-Boot is free software. It is copyrighted by Wolfgang Denk and >>> +many others who contributed code (see the actual source code for >>> +details). You can redistribute U-Boot and/o

Re: [U-Boot] [PATCH] Clarify applicable licensing terms in COPYING file.

2009-11-18 Thread Wolfgang Denk
Dear Scott Wood, In message <20091118180115.gb15...@loki.buserror.net> you wrote: > > > + U-Boot is free software. It is copyrighted by Wolfgang Denk and > > +many others who contributed code (see the actual source code for > > +details). You can redistribute U-Boot and/or modify it under the > >

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Nishanth Menon [mailto:menon.nisha...@gmail.com] > Sent: Wednesday, November 18, 2009 11:38 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support > > On Wed, Nov 18, 2009 at 12:58 AM, wrote: > > Fr

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Scott Wood
Nishanth Menon wrote: >> + >> +#define WRITE_NAND_COMMAND(d, adr)\ >> + writel(d, &nand_cs_base->nand_cmd) > writel? i thought u had 16 bit nand device. > >> +#define WRITE_NAND_ADDRESS(d, adr)\ >> + writel(d, &nand_cs_base->nand_adr) >> +#define WRITE_N

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Nishanth Menon
On Wed, Nov 18, 2009 at 12:58 AM, wrote: > From: Vaibhav Hiremath > > User can now choose between NAND and ONENAND support in omap3_evm.h > > Signed-off-by: Vaibhav Hiremath > --- >  include/configs/omap3_evm.h |   27 ++- >  1 files changed, 26 insertions(+), 1 deletions

Re: [U-Boot] [PATCH] Clarify applicable licensing terms in COPYING file.

2009-11-18 Thread Scott Wood
On Wed, Nov 18, 2009 at 10:29:17AM +0100, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > --- > COPYING |9 - > 1 files changed, 8 insertions(+), 1 deletions(-) > > diff --git a/COPYING b/COPYING > index f616ab9..9930863 100644 > --- a/COPYING > +++ b/COPYING > @@ -1,4 +1,11 @@

Re: [U-Boot] [PATCH V5 1/4] add TI DA8xx support: DA8xx includes

2009-11-18 Thread Scott Wood
On Wed, Nov 18, 2009 at 12:09:46AM +0100, Wolfgang Denk wrote: > In message <4af9823c.8090...@gefanuc.com> you wrote: > > Provides initial support for TI OMAP-L1x/DA8xx SoC devices. > > See http://www.ti.com > > > > The DA8xx devices are similar to DaVinci devices but have a differing > > memory m

Re: [U-Boot] why is the compilation of cmd_pcmcia.c hardcoded?

2009-11-18 Thread Ben Warren
Robert, Robert P. J. Day wrote: > i'm curious as to why common/Makefile hardcodes the compilation of > cmd_pcmcia.c thusly: > > COBJS-y += cmd_pcmcia.o > > since i'm interested in building for a beagleboard, i have no interest > in PCMCIA support, yet that source file will be compiled for me,

[U-Boot] Servizi finanziari offerti da Gruppo Retefin

2009-11-18 Thread Informativa offerta da Gruppo Retefin
Newsletter Retefin Servizi finanziari offerti da Gruppo Retefin GENTILE UTENTE, CON LA PRESENTE MAIL PROPONIAMO ALLA SUA CORTESE ATTENZIONE IL NOSTRO INVITO PER RICHIEDERLE CORTESE CONSENSO ALL' INVIO DI SUCCESSIVE MAIL INFORMATIVE RELATIVE AL NOSTRO PORTALE WEB: SE NON CONFERMA L'ISCRIZIONE

[U-Boot] [PATCH] ppc4xx: Remove unused features from PMC440 board support

2009-11-18 Thread Matthias Fuchs
This patch shrinks the PMC440 u-boot binary (from next branch) to fit into 384kB again. Signed-off-by: Matthias Fuchs --- include/configs/PMC440.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index d6e2f6b..b0fa81f

[U-Boot] [PATCH] ppc4xx: Remove confusing comment

2009-11-18 Thread Matthias Fuchs
This is not the sequoia board. Signed-off-by: Matthias Fuchs --- board/esd/pmc440/config.mk |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/board/esd/pmc440/config.mk b/board/esd/pmc440/config.mk index 0c4d582..91e65ec 100644 --- a/board/esd/pmc440/config.mk +++ b/boa

Re: [U-Boot] [PATCH 1/3 v2] ppc4xx: Consolidate pci_target_init() function

2009-11-18 Thread Matthias Fuchs
On Tuesday 17 November 2009 11:11, Stefan Roese wrote: > This patch removes the duplicted implementations of the pci_target_init() > function by introducing a weak default function for it. This weak default > has a different implementation for 440EP(x)/GR(x) PPC's. It can be > overridden by a board

[U-Boot] [PATCH V3] OMAP3EVM: Added NAND support

2009-11-18 Thread hvaibhav
From: Vaibhav Hiremath Changes: - Changed default configuration from ONENAND to NAND - User can choose between ONENAND and NAND, define either CMD_NAND or CMD_ONENAND in omap3_evm.h Signed-off-by: Vaibhav Hiremath --- include/configs/omap3_evm.h |9 - 1 fil

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Wednesday, November 18, 2009 2:07 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support > > > It would have been nice if subject had a 'v2' now.

[U-Boot] u-boot: Not enough room for program headers (allocated 3, need 4)

2009-11-18 Thread anupbehare
Hi, I am compiling latest u-boot code for ppc440x5. My board is having 16MB nor flash, have I modified following parameter. CONFIG_SYS_FLASH_BASE 0xfc00 TEXT_BASE 0xfcfc bootpg 0xfcfff000 With these changes I am getting following error. ../gcc-4.2.4-glibc-2.3.6/powerpc-440-linux-gnu/bin

[U-Boot] [PATCH v2] Condense some lines in common/Makefile for readability.

2009-11-18 Thread Robert P. J. Day
Collect object files corresponding to the same CONFIG variable on the same line for better readability. Signed-off-by: Robert P. J. Day --- clearly no *functional* difference but it follows the standard set out in the rest of the file. compile tested for a beagle, for what it's worth. an

[U-Boot] [PATCH] Condense some lines in common/Makefile for readability.

2009-11-18 Thread Robert P. J. Day
Collect object files corresponding to the same CONFIG variable on the same line for better readability. Signed-off-by: Robert P. J. Day --- clearly no *functional* difference but it follows the standard set out in the rest of the file. compile tested for a beagle, for what it's worth. dif

Re: [U-Boot] [PATCH] crc32: Make crc32 build on non Linux too

2009-11-18 Thread Joakim Tjernlund
Wolfgang Denk wrote on 17/11/2009 22:06:02: > > Dear Joakim Tjernlund, > > In message <1258446374-2919-1-git-send-email-joakim.tjernl...@transmode.se> > you wrote: > > The #include is Linux specific. Use > > compiler.h and adjust the code to cope. > > > > Signed-off-by: Joakim Tjernlund > > ---

[U-Boot] [PATCH] Clarify applicable licensing terms in COPYING file.

2009-11-18 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- COPYING |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/COPYING b/COPYING index f616ab9..9930863 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,11 @@ - NOTE! This copyright does *not* cover the so-called "standalone" + U-Boot is f

Re: [U-Boot] [PATCH V5 1/4] add TI DA8xx support: DA8xx includes

2009-11-18 Thread Nick Thompson
On 17/11/09 23:10, Wolfgang Denk wrote: > Dear "Paulraj, Sandeep", > > In message <0554bef07d437848af01b9c9b5f0bc5d93f2f...@dlee01.ent.ti.com> you > wrote: >> >>> >>> Provides initial support for TI OMAP-L1x/DA8xx SoC devices. >>> See http://www.ti.com >>> >>> The DA8xx devices are similar to DaV

[U-Boot] [PATCH 1/1] S3C2410 NAND Flash Add Missing Function

2009-11-18 Thread Hui.Tang
This patch add nand_read_buf() for S3C2410 NAND SPL. In nand_spl/nand_boot.c, nand_boot() will check nand->select_chip, so nand->select_chip should also be initialized. Signed-off-by: Hui.Tang --- drivers/mtd/nand/s3c2410_nand.c | 31 +++ 1 files changed, 27 inserti

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Dirk Behme
It would have been nice if subject had a 'v2' now. hvaib...@ti.com wrote: > From: Vaibhav Hiremath Patch description missing here now. And if you re-add, it would be good to mention that you switch from ONENAND to NAND, too. > Signed-off-by: Vaibhav Hiremath > --- > include/configs/omap3_ev

[U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- include/configs/omap3_evm.h | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index a5514ae..fbc45dc 100644 --- a/include/configs/omap3_evm.h +++

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Wednesday, November 18, 2009 1:01 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support > > hvaib...@ti.com wrote: > > From: Vaibhav Hiremath >

[U-Boot] [PATCH 1/1 v2] ARM Add New Board GEC2410

2009-11-18 Thread Hui.Tang
This patch add a S3C2410-based ARM study platform GEC2410 support. Signed-off-by: Hui.Tang --- total: 0 errors, 0 warnings, 1302 lines checked 0001-ARM-Add-New-Board-GEC2410.patch has no obvious style problems and is ready for submission. MAINTAINERS |4 + MAKEALL

[U-Boot] why is the compilation of cmd_pcmcia.c hardcoded?

2009-11-18 Thread Robert P. J. Day
i'm curious as to why common/Makefile hardcodes the compilation of cmd_pcmcia.c thusly: COBJS-y += cmd_pcmcia.o since i'm interested in building for a beagleboard, i have no interest in PCMCIA support, yet that source file will be compiled for me, even though the selection macro CONFIG_CMD_P

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-18 Thread Stefan Roese
Hi Wolfgang, On Tuesday 17 November 2009 22:22:23 Wolfgang Denk wrote: > > > flash_sect_erase() displays message "Erased #N sectors" even when > > > there are some protected sectors found and command "erase" fail. > > > > Applied to u-boot-cfi-flash/master. Thanks. > > Sory, but you were too fast

Re: [U-Boot] [PATCH] OMAP3 Remove unneeded boot_flash_* declarations

2009-11-18 Thread Mike Rapoport
Hi Tom, Tom Rix wrote: > Only the boot_flash_* variables that are used by #defines in > the OMAP3 config files should have declarations. > > This patch removes the unneeded declarations. > > Not all of the boot_flash_* declarations are needed by all of > the boards. The set for each board was