[U-Boot] Generic CFI flash driver is not so generic?

2008-11-25 Thread Choe, Hyun-ho
I did several tests for my b'd that has CFI Nor erase/write problem. My main problem is that flash_toggle() function doesn't work properly, it always returns 0 even while bus writing operation is proceeding. I mean, toggle bit doesn't toggle for each read operation. (refer to drivers/mtd/cfi_flash

Re: [U-Boot] [PATCH-OMAP3 0/2] OMAP3: Add support for OMAP3 based Pandora board

2008-11-25 Thread Dirk Behme
Grazvydas Ignotas wrote: > Pandora is open handheld gaming console, which uses Texas > Instruments OMAP 3530 SoC. More information can be found > at http://openpandora.org/. > > The following two patches are to be applied on > u-boot-arm/omap3 branch, and should match style currently > used there.

[U-Boot] Please remove my name from the mailing list.

2008-11-25 Thread Rajneesh Bhardwaj
Hi, Please remove my name from the mailing list. -- Thanks and Regards Rajneesh Bhardwaj In a world without walls or fences - who needs Windows and Gates?...Try Ubuntu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

[U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx (v2)

2008-11-25 Thread Kyungmin Park
Move machine specific code to smdk6400. Some board use OneNAND instead of NAND. Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w. So it's better to use macro instead of hard-coded value. Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/board/samsung/smdk6400/lowlev

[U-Boot] [PATCH] [UBI] Set default UBI partition name at configuration

2008-11-25 Thread Kyungmin Park
As usually fixed partition used for UBI. So it's defined at configuration and use it. Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 8446765..d018dc1 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -40,7 +40,11 @@ struct selected

[U-Boot] [PATCH-OMAP3 2/2] OMAP3: Add Pandora configuration

2008-11-25 Thread Grazvydas Ignotas
This patch adds configuration file for OMAP3 Pandora. Signed-off-by: Grazvydas Ignotas <[EMAIL PROTECTED]> --- include/configs/omap3_pandora.h | 302 +++ 1 files changed, 302 insertions(+), 0 deletions(-) create mode 100644 include/configs/omap3_pandora.h di

[U-Boot] [PATCH-OMAP3 1/2] OMAP3: Add Pandora board files

2008-11-25 Thread Grazvydas Ignotas
This patch adds support for OMAP3 based Pandora board. Signed-off-by: Grazvydas Ignotas <[EMAIL PROTECTED]> --- MAINTAINERS|4 + MAKEALL|1 + Makefile |3 + board/omap3/pandora/Makefile | 49 + board/omap3/pando

[U-Boot] [PATCH-OMAP3 0/2] OMAP3: Add support for OMAP3 based Pandora board

2008-11-25 Thread Grazvydas Ignotas
Pandora is open handheld gaming console, which uses Texas Instruments OMAP 3530 SoC. More information can be found at http://openpandora.org/. The following two patches are to be applied on u-boot-arm/omap3 branch, and should match style currently used there. __

Re: [U-Boot] PHY lib

2008-11-25 Thread Wolfgang Denk
Dear Wolfgang, In message <[EMAIL PROTECTED]> you wrote: > > > BTW - Wolfgang: do you still plan to rebase & post your "Configure > > U-Boot with a Device Tree" patches? They must have grown out of sync > > terribly? > > Well, not really. The patch providing access to the FDT is quite simple,

Re: [U-Boot] PHY lib

2008-11-25 Thread Wolfgang Grandegger
Wolfgang Denk wrote: > Dear Ben, > > In message <[EMAIL PROTECTED]> you wrote: >> I'd like to have the PHY library included in the 02.2009 release. One > > v2009.02, that is :-) > >> If we pulled all board info from a device tree, as people were talking >> about a few months ago, this would b

Re: [U-Boot] PHY lib

2008-11-25 Thread Wolfgang Denk
Dear Ben, In message <[EMAIL PROTECTED]> you wrote: > > I'd like to have the PHY library included in the 02.2009 release. One v2009.02, that is :-) > If we pulled all board info from a device tree, as people were talking > about a few months ago, this would be easy and scalable. I don't know

Re: [U-Boot] New board

2008-11-25 Thread Wolfgang Denk
Dear "Ing.G.Morandi \(Portatile\)", In message <[EMAIL PROTECTED]> you wrote: > > > I can speak for U-Boot only. The ARM Linux kernel tree is a different > > story. > > May You give me some more hints (i.e. the list where I can ask for > suggestions)? For ARM Linux? Well, that's [EMAIL PROTECT

Re: [U-Boot] [PATCH v3] mpc83xx: New board support SIMPC8313

2008-11-25 Thread Wolfgang Denk
Dear Kim Phillips, In message <[EMAIL PROTECTED]> you wrote: > > > > I did not see this when I built before submitting my patch. It seems to > > > build > > > fine using ELDK version 4.1. I just tried building with 4.2 and am > > > seeing the errors that you described. For some reason, the 4.2

Re: [U-Boot] PHY lib

2008-11-25 Thread Ben Warren
Hi Michal, Michal Simek wrote: > Hi Ben, > > how does look like your propose work about PHY lib? > > Thanks, > Michal > > I'd like to have the PHY library included in the 02.2009 release. One of the things I'm struggling with is how so specify MDIO busses and PHY addresses. For example, is i

Re: [U-Boot] New board

2008-11-25 Thread Ing.G.Morandi (Portatile)
- Original Message - From: "Wolfgang Denk" <[EMAIL PROTECTED]> > I can speak for U-Boot only. The ARM Linux kernel tree is a different > story. May You give me some more hints (i.e. the list where I can ask for suggestions)? Many thanks Gianfranco ___

Re: [U-Boot] Removing suzaku board from U-BOOT

2008-11-25 Thread Michal Simek
Hi Yasushi, for me is no problem to port new u-boot to suzaku board but I don't have it. My idea is to keep just one generic board which will be almost similar as is ml401 (name microblaze-generic or similar). U-BOOT bsp + config file should cover all Microblaze boards. Thanks, Michal > Hi Mich

[U-Boot] Pull request: nand flash

2008-11-25 Thread Scott Wood
The following changes since commit 49a4c7476f5f7c67dc8159537d9fbcdcfa91afb8: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Scott Wood (1): NAND: Fix misplaced retur

Re: [U-Boot] [PATCH v3] mpc83xx: New board support SIMPC8313

2008-11-25 Thread Scott Wood
Kim Phillips wrote: > On Fri, 21 Nov 2008 16:44:18 -0800 (PST) > Ron Madrid <[EMAIL PROTECTED]> wrote: >> This would allow for more board specific nand_spl boot code. >> Would something like this be allowed or am I barking up the >> wrong tree? > > I'd rather we find stuff that can be ifdeffed out

Re: [U-Boot] [PATCH v2] NAND: fixed bugs in nand_[read, write]_skip_bad()

2008-11-25 Thread Scott Wood
Valeriy Glushkov wrote: > - fixed bugs with returning from nand_[read,write]_skip_bad() to double > read/write speed > > Signed-off-by: Valeriy Glushkov <[EMAIL PROTECTED]> Patch is still whitespace-damaged; applied by hand to u-boot-nand-flash. In the future, do not use Outlook to send patches

Re: [U-Boot] New board

2008-11-25 Thread Wolfgang Denk
Dear Gianfranco, In message <[EMAIL PROTECTED]> you wrote: > > we are currently developing a board based on AT91SAM9G20 on a mini-pci form > factor. We'd like to distribute all the documents (i.e. schematics, bom, > gerber, etc.) freeware as well as all the patches of u-boot and linux in > ord

[U-Boot] New board

2008-11-25 Thread Ing.G.Morandi (Portatile)
Hello, we are currently developing a board based on AT91SAM9G20 on a mini-pci form factor. We'd like to distribute all the documents (i.e. schematics, bom, gerber, etc.) freeware as well as all the patches of u-boot and linux in order to have this board included into the main trees. My question

Re: [U-Boot] Removing suzaku board from U-BOOT

2008-11-25 Thread Yasushi SHOJI
Hi Michal, At Mon, 24 Nov 2008 13:31:27 +0100, Michal Simek wrote: > > I am going to redesign microblaze u-boot branch to similar style as is > xilinx ppc platform and I would like to remove suzaku board too because I > don't > have any info if someone use it. > > Is someone who use this board?

[U-Boot] [PATCH v2] NAND: fixed bugs in nand_[read, write]_skip_bad()

2008-11-25 Thread Valeriy Glushkov
- fixed bugs with returning from nand_[read,write]_skip_bad() to double read/write speed Signed-off-by: Valeriy Glushkov <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/nand/nand_util.c b/drivers/mtd/nand/nand_util.c index 52b3d21..818a876 100644 --- a/drivers/mtd/nand/nand_util.c +++ b/drivers

Re: [U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread michael
Hi, Remy Bohmer wrote: > Hello All, > > 2008/11/25 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: > >>> +COBJS-$(CONFIG_USB_EHCI) += usb_ehci_core.o >>> +COBJS-$(CONFIG_USB_EHCI_FSL) += usb_ehci_fsl.o >>> >> I've send a patch to move condition compile to Makefile >> please base you

Re: [U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Remy Bohmer
Hello All, 2008/11/25 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: >> +COBJS-$(CONFIG_USB_EHCI) += usb_ehci_core.o >> +COBJS-$(CONFIG_USB_EHCI_FSL) += usb_ehci_fsl.o > I've send a patch to move condition compile to Makefile > please base your after this one That is correct. I have put th

Re: [U-Boot] [RFC PATCH 1/1] Add ehci freescale support

2008-11-25 Thread Jean-Christophe PLAGNIOL-VILLARD
> diff --git a/drivers/usb/usb_ehci_fsl.h b/drivers/usb/usb_ehci_fsl.h > new file mode 100644 > index 000..829dbf3 > --- /dev/null > +++ b/drivers/usb/usb_ehci_fsl.h > @@ -0,0 +1,82 @@ > +/* Copyright (c) 2005 freescale semiconductor > + * Copyright (c) 2005 MontaVista Software > + * Copyright

Re: [U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:40 Tue 25 Nov , Michael Trimarchi wrote: > Add ehci core support > > Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> > > --- > common/cmd_usb.c|3 +- > common/usb.c|2 +- > drivers/usb/Makefile|2 + > drivers/usb/usb_ehci.h | 1

[U-Boot] [RFC PATCH 1/1] Add ehci freescale support

2008-11-25 Thread Michael Trimarchi
Add ehci freescale support Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> --- drivers/usb/usb_ehci_fsl.c | 99 drivers/usb/usb_ehci_fsl.h | 82 2 files changed, 181 insertions(+), 0 deletions(-) create m

[U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Michael Trimarchi
Add ehci core support Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> --- common/cmd_usb.c|3 +- common/usb.c|2 +- drivers/usb/Makefile|2 + drivers/usb/usb_ehci.h | 120 drivers/usb/usb_ehci_core.c | 635 +

Re: [U-Boot] [PATCH 2/4][RFC] Add ehci core functionality

2008-11-25 Thread michael
Wolfgang Denk wrote: > Dear michael, > >> Can you please send your configuration? > > Markus explicitely mentioned that he was using the "sequoia" board > configuration. What else would you need? > > Ok, I read a lot of mail, and I'm preparing a clean patch set. I'm sorry Markus. > Best reg

Re: [U-Boot] [PATCH 2/4][RFC] Add ehci core functionality

2008-11-25 Thread Wolfgang Denk
Dear michael, In message <[EMAIL PROTECTED]> you wrote: > SGksCgpNYXJrdXMgS2xvdHpiw7xjaGVyIHdyb3RlOgo+IE9uIEZyaSwgTm92IDIxLCAyMDA4IGF0 > IDEwOjIyOjUxQU0gKzAxMDAsIG1pY2hhZWwgd3JvdGU6Cj4gICAKPj4gSGksCj4+Cj4+IEkgaGF2 > ZSByZWRvbmUgdGhlIHBhdGNoLiBXaGF0IGRvIHlvdSB0aGluaz8KPj4KPj4gSSBjYW4ndCB0ZXN0 > IHR

[U-Boot] [RFC PATCH 1/1] Add ehci freescale support

2008-11-25 Thread Michael Trimarchi
Add ehci support for Freescale 83xx --- drivers/usb/Makefile |2 + drivers/usb/usb_ehci_fsl.c | 99 drivers/usb/usb_ehci_fsl.h | 82 3 files changed, 183 insertions(+), 0 deletions(-) create mode 1006

[U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Michael Trimarchi
Add ehci core functionality --- common/cmd_usb.c|3 +- drivers/usb/usb_ehci.h | 120 drivers/usb/usb_ehci_core.c | 633 +++ drivers/usb/usb_ehci_core.h | 29 ++ include/usb.h | 15 +- include/usb_defs.h

Re: [U-Boot] ARM pull request

2008-11-25 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > please pull > The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: > Selvamuthukumar (1): > Align end of bss by 4 bytes > > are available in the git repository at: >

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-11-25 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > > here an updated pull request after some more fixup patches: > > The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: > Selvamuthukumar (1): > Align end of bss by 4 bytes > > are ava

[U-Boot] PHY lib

2008-11-25 Thread Michal Simek
Hi Ben, how does look like your propose work about PHY lib? Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Please pull u-boot-mpc83xx

2008-11-25 Thread Wolfgang Denk
Dear Kim Phillips, In message <[EMAIL PROTECTED]> you wrote: > Dear Wolfgang Denk, > > please pull a couple of minor fixes for 83xx: > > The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: > Selvamuthukumar (1): > Align end of bss by 4 bytes > > are available

[U-Boot] [PATCH 1/1] microblaze: Remove XUPV2P board

2008-11-25 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> --- Microblaze platforms use generic settings and to have many platforms is confusing that's why I decided to remove this platform from U-BOOT. ml401 tree is sufficient for covering all Microblaze platforms. This change will go through microblaze custodian

Re: [U-Boot] [ubi] Please pull git://www.denx.de/git/u-boot-ubi.git

2008-11-25 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > > I pushed the 2 small patches to support UBI on NOR FLASH into the ubi > repository. > Here the updated pull request: > > The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: > Selvamuthuku

Re: [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-11-25 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > > please pull the following updates from the cfi-flash repository. I am aware > that > the merge-window was closed when some of those patches have been published, > and > it's not really bug fixing. But the feature added with thos

Re: [U-Boot] [ubi] Please pull git://www.denx.de/git/u-boot-ubi.git

2008-11-25 Thread Wolfgang Denk
Dear Stefan Roese, dear Kyungmin, In message <[EMAIL PROTECTED]> you wrote: > > please pull from u-boot-ubi to include UBI support into U-Boot. Kyungmin > asked me > to organize the pull request this time since he only has limited access to > the > denx git server. Kyungmin, is there anythin

Re: [U-Boot] AT91 pull request

2008-11-25 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > please pull > The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: > Selvamuthukumar (1): > Align end of bss by 4 bytes > > are available in the git repository at: >

Re: [U-Boot] [U-Boot-Users] [PATCH 2/4][RFC] Add ehci core functionality

2008-11-25 Thread Remy Bohmer
Hello Michael, > I have redone the patch. What do you think? > I can't test them. They compile. Besides the not-tested part I replied to you about yesterday, can you please post these patches in the proper format. (inlined, signed-off etc) See http://www.denx.de/wiki/U-Boot/Patches Kind Regards,

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-11-25 Thread Stefan Roese
Hi Wolfgang, here an updated pull request after some more fixup patches: The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: Selvamuthukumar (1): Align end of bss by 4 bytes are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git mast

Re: [U-Boot] [PATCH 1/1] ppc4xx: ml300 remove Xilinx BSP from ml300 folder

2008-11-25 Thread Stefan Roese
On Monday 24 November 2008, [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > --- > This BSP should be outside u-boot source tree. > The second reason is that xilinx ppc405 was moved to generic platform. > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> Applied to ppc4xx/mast

Re: [U-Boot] [PATCH 1/3] ppc4xx: Remove unused code from PCI405 code

2008-11-25 Thread Stefan Roese
On Monday 24 November 2008, [EMAIL PROTECTED] wrote: > From: Matthias Fuchs <[EMAIL PROTECTED]> > > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> All 3 patches applied to ppc4xx/master. Thanks. Best regards, Stefan = DENX So