[U-Boot] [PATCH 1/4 v4] arm: add support for the mgcoge2_arm_p1a board from keymile

2010-02-12 Thread Heiko Schocher
Add support for the ARM part of the mgcoge2. This board is based on the Marvell Kirkwood (88F6281) SoC. As there come more board variants, common code is stored in board/keymile/km_arm/km_arm.c Signed-off-by: Holger Brunck Signed-off-by: Stefan Roese Signed-off-by: Heiko Schocher --- - changes

[U-Boot] [PATCH 2/4 v4] arm: add support for the suen3 board from keymile

2010-02-12 Thread Heiko Schocher
This patch adds support for the Keymile suen3 board which is based on the Marvell Kirkwood (88F6281) SoC. As this is a variant of the mgcoge2_arm_p1a board, this board also uses common code stored in board/keymile/km_arm/km_arm.c Signed-off-by: Heiko Schocher --- - changes since v1: added comme

[U-Boot] [PATCH 3/4 v4] arm: add support for the suen3_p1a board from keymile

2010-02-12 Thread Heiko Schocher
This patch adds support for the Keymile suen3_p1a board which is based on the Marvell Kirkwood (88F6281) SoC. As this is a variant of the mgcoge2_arm_p1a board, this board also uses common code stored in board/keymile/km_arm/km_arm.c Signed-off-by: Heiko Schocher --- - changes since v1: added c

[U-Boot] [PATCH 4/4 v4] arm: add support for the suen3_p1b_p1c board from keymile

2010-02-12 Thread Heiko Schocher
This patch adds support for the Keymile suen3_p1b_p1c board which is based on the Marvell Kirkwood (88F6281) SoC. As this is a variant of the mgcoge2_arm_p1a board, this board also uses common code stored in board/keymile/km_arm/km_arm.c Signed-off-by: Heiko Schocher --- - changes since v1: add

Re: [U-Boot] [PATCH V2 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-12 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 10 February 2010 21:42, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, > NAND Flash, DDRs. > mem.h is a common place for the register description of Memory subsystem > of S5PC100. > Note: Only SR

Re: [U-Boot] [PATCH v2 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-12 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 11 February 2010 11:48, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > Nand Flash, Ethernet, other features might need to configure the > SROMC registers accordingly. > The config_sromc() functions helps with this. > > Signed-off-by: Naveen Krishna Ch > --- >

[U-Boot] [PATCH]: common/cmd_flash.c: bug-fix

2010-02-12 Thread Teh Kok How
--- u-boot-2009.11.1.orig/common/cmd_flash.c2010-01-25 16:35:12.0 +0800 +++ u-boot-2009.11.1.new/common/cmd_flash.c 2010-02-12 16:18:10.565540182 +0800 @@ -43,6 +43,7 @@ #ifndef CONFIG_SYS_NO_FLASH extern flash_info_t flash_info[]; /* info for FLASH chips */ +extern s

Re: [U-Boot] [PATCH]: common/cmd_flash.c: bug-fix

2010-02-12 Thread Stefan Roese
On Friday 12 February 2010 09:31:17 Teh Kok How wrote: > --- u-boot-2009.11.1.orig/common/cmd_flash.c2010-01-25 > 16:35:12.0 +0800 > > +++ u-boot-2009.11.1.new/common/cmd_flash.c 2010-02-12 > 16:18:10.565540182 +0800 > > @@ -43,6 +43,7 @@ > > > > #ifndef CONFIG_SYS_NO_FLASH >

[U-Boot] [PATCH]: common/cmd_flash.c: bug-fix

2010-02-12 Thread Teh Kok How
- What exactly are you trying to fix? Please add a small description on what's broken and how your patch fixes it. => Fixes wrong argument to mtd_id_parse that affects u-boot command `erase` and `protect` . This fix passes the correct part-id to the commands so that `erase rootfs` and `protect ro

Re: [U-Boot] [PATCH] net/eth.c: bug-fix

2010-02-12 Thread Teh Kok How
Fixes: Board_eth_init() calls pci_eth_init() (include/netdev.h) and if ethernet is soc, CONFIG_PCI is not defined, pci_eth_init() returns 0. This patch allows cpu_eth_init() to be called. Signed-off-by: Kok How, Teh --- u-boot-2009.11.1.orig/net/eth.c 2010-01-25 16:35:12.0 +0800 +++

Re: [U-Boot] [PATCH 2/2] edb93xx sdram: fix initialization

2010-02-12 Thread Matthias Kaehlcke
El Fri, Feb 12, 2010 at 08:01:26AM +0100 Alessandro Rubini ha dit: > > i gave my ack after a visual review of the patch, without having > > tested it. i just installed a patched u-boot on one of my boards and > > it doesn't boot :( > > Oh. The opposite of my board. > > Then, since I don't have a

[U-Boot] [PATCH 1/2] s5pc1xx: support the GPIO interface

2010-02-12 Thread Minkyu Kang
This patch adds support the GPIO interface Signed-off-by: Minkyu Kang --- cpu/arm_cortexa8/s5pc1xx/Makefile |1 + cpu/arm_cortexa8/s5pc1xx/gpio.c | 143 +++ include/asm-arm/arch-s5pc1xx/gpio.h | 29 +++ 3 files changed, 173 insertions(+), 0 deleti

[U-Boot] [PATCH 2/2] s5pc1xx: update the README file

2010-02-12 Thread Minkyu Kang
Because adds support the GPIO Interface, README file is updated. Signed-off-by: Minkyu Kang --- doc/README.s5pc1xx | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/doc/README.s5pc1xx b/doc/README.s5pc1xx index 5a0fe33..ab1f024 100644 --- a/doc/README.s5p

Re: [U-Boot] [PATCH]: common/cmd_flash.c: bug-fix

2010-02-12 Thread Stefan Roese
On Friday 12 February 2010 10:16:36 Teh Kok How wrote: > - What exactly are you trying to fix? Please add a small description > on what's broken and how your patch fixes it. > => Fixes wrong argument to mtd_id_parse that affects u-boot command `erase` > and `protect` . This fix passes the correct

Re: [U-Boot] [STATUS] i.MX / Freescale ARM custodian needed

2010-02-12 Thread Stefano Babic
Wolfgang Denk wrote: > Hello, > Hi Wolfgang, Hi Tom, > Fred Fan, our so-far custodian for the Freescale (i.MX) ARM > architecture systems, just informed me that he cannot longer perform > this work. > > Any volunteers to help out? I have not seen up now a big race to catch this job and I would

Re: [U-Boot] [PATCH]: common/cmd_flash.c: Fix mtdparts usage in "erase" and "protect"

2010-02-12 Thread Teh Kok How
Fixes wrong argument to mtd_id_parse that affects u-boot command `erase` and `protect` . This fix passes the correct part-id to the commands so that `erase rootfs` and `protect rootfs` work. Signed-off-by: Kok How, Teh --- u-boot-2009.11.1.orig/common/cmd_flash.c2010-01-25 16:35:12.0

Re: [U-Boot] [PATCH V2 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-12 Thread Naveen Krishna Ch
HI Kang, Thanks for your comments, On 12 February 2010 13:48, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 21:42, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, > > NAND Flash, DDRs. > > me

Re: [U-Boot] [PATCH v2 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-12 Thread Naveen Krishna Ch
HI Kang, Thanks for your comments. On 12 February 2010 13:50, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 11 February 2010 11:48, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Nand Flash, Ethernet, other features might need to configure the > > SROMC registers according

Re: [U-Boot] [PATCH ARM 3/3 v3] change s3c24x0 register struct members to lower case

2010-02-12 Thread Tom
Minkyu Kang wrote: > Dear Kevin, > > On 12 February 2010 05:29, kevin.morf...@fearnside-systems.co.uk > wrote: >> >> On 11/02/2010 19:04, Tom wrote: >>> Kevin Morfitt wrote: Changes the names of the s3c24x0 register struct members from upper-case to lower-case. Signed-off-by:

Re: [U-Boot] [PATCH 1/9 V4] add new CONFIG_AT91_LEGACY

2010-02-12 Thread Tom
Daniel Gorsulowski wrote: > Tom wrote: >> Daniel Gorsulowski wrote: >>> Hello Tom, >>> >>> Tom wrote: Jens Scharsig wrote: > * add's the new temporary CONFIG_AT91_LEGACY to all board configs > This will need for backward compatiblity, while change the SoC access > to c structures

Re: [U-Boot] [PATCH v2 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-12 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 12 February 2010 19:38, Naveen Krishna Ch wrote: > HI Kang, > Thanks for your comments. > On 12 February 2010 13:50, Minkyu Kang wrote: >> >> Dear Naveen Krishna Ch, >> >> On 11 February 2010 11:48, Naveen Krishna Ch >> wrote: >> > From: Naveen Krishna CH >> > >> > N

Re: [U-Boot] Please pull u-boot-ti/master

2010-02-12 Thread Tom
s-paul...@ti.com wrote: > The following changes since commit 2f8f29f5f6f86b7c467a98508d02a28df735d1ee: > Sandeep Paulraj (1): > Merge branch 'master' of git://git.denx.de/u-boot-ti > > are available in the git repository at: > > git://git.denx.de/u-boot-ti.git master > > Nick Thompso

Re: [U-Boot] Please pull u-boot-ti/master

2010-02-12 Thread Tom
s-paul...@ti.com wrote: > Tom, > > Please accept this version of my pull request. > > The following changes since commit 2f8f29f5f6f86b7c467a98508d02a28df735d1ee: > Sandeep Paulraj (1): > Merge branch 'master' of git://git.denx.de/u-boot-ti > > are available in the git repository at: >

Re: [U-Boot] [PATCH] net/eth.c: bug-fix

2010-02-12 Thread Ben Warren
Hello Teh Kok How, On Thu, Feb 11, 2010 at 10:57 PM, Teh Kok How wrote: > No, it is a bug. Board_eth_init() calls pci_eth_init() (include/netdev.h) > and if ethernet is soc, CONFIG_PCI is not defined, pci_eth_init() returns > 0. > This patch allows cpu_eth_init() to be called. > > Sorry, still no

Re: [U-Boot] [PATCH]: common/cmd_flash.c: bug-fix

2010-02-12 Thread Wolfgang Denk
Dear "Teh Kok How", In message <89d4e2cb6b654b3fb0da6a0ce6650...@smartbridges.com> you wrote: > > --- u-boot-2009.11.1.orig/common/cmd_flash.c2010-01-25 > 16:35:12.0 +0800 > +++ u-boot-2009.11.1.new/common/cmd_flash.c 2010-02-12 > 16:18:10.565540182 +0800 > @@ -43,6 +43,7 @@ > >

[U-Boot] howto flash ubi rootfs image into nand flash with u-boot?

2010-02-12 Thread Dieter Kiermaier
Hi everybody, I wonder how I can flash a ubi rootfs image into my NAND flash by using u-boot to do this? The doc inside u-boot doesn't show me some readme and also google doesn't have some interesting links for me. The online help of the ubi commands is "a bit crypted " - at least for me and t

Re: [U-Boot] [PATCH]: common/cmd_flash.c: Fix mtdparts usage in "erase" and "protect"

2010-02-12 Thread Wolfgang Denk
Dear "Teh Kok How", In message <9bae6a5e771e47c99977f5057f7b3...@smartbridges.com> you wrote: > Fixes wrong argument to mtd_id_parse that affects u-boot command `erase` > and `protect` . This fix passes the correct part-id to the commands > so that `erase rootfs` and `protect rootfs` work. > > >

[U-Boot] BBT support to UBOOT question

2010-02-12 Thread Steven Zedeck
Hi all, I'm not really sure as to the protocol for asking this question. So I'll go right ahead. I've seen code on the web written by open moko that tries to address the issue of adding BBT creation to the uboot nand command. I looked at the latest released uboot (2009.11.1) and I don't see the "

Re: [U-Boot] BBT support to UBOOT question

2010-02-12 Thread Wolfgang Denk
Dear Steven Zedeck, In message <27565331.p...@talk.nabble.com> you wrote: > > I've seen code on the web written by open moko that tries to address the > issue of adding BBT creation to the uboot nand command. I looked at the > latest released uboot (2009.11.1) and I don't see the "createbbt" supp

Re: [U-Boot] howto flash ubi rootfs image into nand flash with u-boot?

2010-02-12 Thread Detlev Zundel
Hello Dieter, > I wonder how I can flash a ubi rootfs image into my NAND flash by > using u-boot to do this? > > The doc inside u-boot doesn't show me some readme and also google > doesn't have some interesting links for me. The online help of the > ubi commands is "a bit crypted " - at least for

Re: [U-Boot] [STATUS] i.MX / Freescale ARM custodian needed

2010-02-12 Thread Detlev Zundel
Hi Stefano, > I do not know how you plan the next step, but please feel free to ask me > how can I help. Well, we are just packaging one of those stylish "custodian hats" which you will be likely to wear a lot in the foreseeable future and send it off to you :) No honestly, as I do not see any n

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Scott Wood
On Thu, Feb 11, 2010 at 06:49:33PM -0800, Steven Zedeck wrote: > > Hi, > I know this message is about 18 months old. I am using Uboot 2008.10, which > seems to not include support for creating the Nand BBT (bad block table). > Was this patch released and if so when? Forgive me as I don't know how

Re: [U-Boot] [PATCH 2/2] edb93xx sdram: fix initialization

2010-02-12 Thread Matthias Kaehlcke
hi alessandro, El Fri, Feb 12, 2010 at 10:23:58AM +0100 Matthias Kaehlcke ha dit: > El Fri, Feb 12, 2010 at 08:01:26AM +0100 Alessandro Rubini ha dit: > > > > i gave my ack after a visual review of the patch, without having > > > tested it. i just installed a patched u-boot on one of my boards a

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Steven Zedeck
> > Hi, > I know this message is about 18 months old. I am using Uboot 2008.10, > which > seems to not include support for creating the Nand BBT (bad block table). > Was this patch released and if so when? Forgive me as I don't know how to > find out. > > How best to add BBT support to Uboot? I

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Scott Wood
Steven Zedeck wrote: >> U-Boot supports creating a bad block table in flash, and has done so since >> before 2008.10 (assuming you're not using legacy NAND). Whether it does >> this depends on whether the NAND driver requests it with NAND_BBT_CREATE >> in >> nand_bbt_descr.options and NAND_USE_FLA

Re: [U-Boot] [PATCH 1/9 V4] add new CONFIG_AT91_LEGACY

2010-02-12 Thread Tom
Daniel Gorsulowski wrote: > Tom wrote: >> Daniel Gorsulowski wrote: >>> Hello Tom, >>> >>> Tom wrote: Jens Scharsig wrote: > * add's the new temporary CONFIG_AT91_LEGACY to all board configs > This will need for backward compatiblity, while change the SoC access > to c structures

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Steven Zedeck
>> U-Boot supports creating a bad block table in flash, and has done so since >> before 2008.10 (assuming you're not using legacy NAND). Whether it does >> this depends on whether the NAND driver requests it with NAND_BBT_CREATE >> in >> nand_bbt_descr.options and NAND_USE_FLASH_BBT in nand_chip.

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Scott Wood
Steven Zedeck wrote: > First of all, I inherited much of this code, especially the NAND-related > stuff. I've never needed to go into this portion of the code. > > It seems we are using the mtd driver as all our files dealing with nand are > in drivers/mtd/nand. The only place I see NAND_USE_FLASH

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Steven Zedeck
> No, I mean in the NAND driver for your specific hardware > (fsl_elbc_nand.c, mxc_nand.c, ndfc_nand.c, etc). You have been so helpful. I looked at the mtd/nand/Makefile and the only file that's included besides the nand* files is: COBJS-y += fsl_upm.o However, in that code: #if defined(CONFI

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Steven Zedeck
Steven Zedeck wrote: > > >> No, I mean in the NAND driver for your specific hardware >> (fsl_elbc_nand.c, mxc_nand.c, ndfc_nand.c, etc). > > You have been so helpful. I looked at the mtd/nand/Makefile and the only > file that's included besides the nand* files is: > > COBJS-y += fsl_upm.o >

[U-Boot] ARM pull request

2010-02-12 Thread Tom
Wolfgang, Please pull from arm/master. Best regards, Tom The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-net are available in the git repository at: git://git.denx.de/u-boot-arm mast

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Scott Wood
Steven Zedeck wrote: > > > Steven Zedeck wrote: >> >>> No, I mean in the NAND driver for your specific hardware >>> (fsl_elbc_nand.c, mxc_nand.c, ndfc_nand.c, etc). >> You have been so helpful. I looked at the mtd/nand/Makefile and the only >> file that's included besides the nand* files is: >>

Re: [U-Boot] [PATCH 2/2] edb93xx sdram: fix initialization

2010-02-12 Thread Alessandro Rubini
Hello Matthias. I'm sorry I can't test before wednesday as I'll be offline. I am doubtful, as usually precharge is done before setting mode, but your chips are clearly different from mine, I now expect that no sequence works for both of them. /alessandro __

Re: [U-Boot] [STATUS] i.MX / Freescale ARM custodian needed

2010-02-12 Thread Paul Kline
Detlev Zundel denx.de> writes: > > Hi Stefano, > > > I do not know how you plan the next step, but please feel free to ask me > > how can I help. > > Well, we are just packaging one of those stylish "custodian hats" which > you will be likely to wear a lot in the foreseeable future and send it

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-12 Thread Steven Zedeck
Scott Wood-2 wrote: > > Steven Zedeck wrote: >> >> >> Steven Zedeck wrote: >>> No, I mean in the NAND driver for your specific hardware (fsl_elbc_nand.c, mxc_nand.c, ndfc_nand.c, etc). >>> You have been so helpful. I looked at the mtd/nand/Makefile and the only >>> file that's incl

[U-Boot] I have a list of 150,000 financial planners in the USA

2010-02-12 Thread Myers $ Adeline
Many of these lists are on sale too. Just email me here: jeffery.p...@choicemedicaldata.net to subtract your address from our databa#se look here please email disapp...@choicemedicaldata.net ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH 1/4 v4] arm: add support for the mgcoge2_arm_p1a board from keymile

2010-02-12 Thread Prafulla Wadaskar
Hi Heiko Pls find my inlined comments > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Friday, February 12, 2010 1:36 PM > To: U-Boot user list > Cc: Wolfgang Denk; Prafulla Wadaskar; Scott Wood; Stefan Roese > Subject: [PATCH 1/4 v4] arm: add support for the > mg

Re: [U-Boot] [PATCH 2/4 v4] arm: add support for the suen3 board from keymile

2010-02-12 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Friday, February 12, 2010 1:36 PM > To: U-Boot user list > Cc: Wolfgang Denk; Prafulla Wadaskar; Scott Wood; Stefan Roese > Subject: [PATCH 2/4 v4] arm: add support for the suen3 board > from keymile > > This pa

Re: [U-Boot] [PATCH 3/4 v4] arm: add support for the suen3_p1a board from keymile

2010-02-12 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Friday, February 12, 2010 1:36 PM > To: U-Boot user list > Cc: Wolfgang Denk; Prafulla Wadaskar; Scott Wood; Stefan Roese > Subject: [PATCH 3/4 v4] arm: add support for the suen3_p1a > board from keymile > > Thi