[U-Boot] modifying u-boot image to distinguish between primary and secondary

2010-01-24 Thread Ravi Shekhar
My board has two boot-loaders namely, primary bootloader and secondary bootloader. however the image file name for both the bootloaders are same, u-boot.bin. Now, I want to make a check before loading u-boot to flash whether its a primary bootloader or secondary bootloader. What i thought is, w

Re: [U-Boot] [PATCH] musb: Add host support for DM365 EVM

2010-01-24 Thread Srinivas, Prathap
Remy, Please let me know if there are any further comments on this patch. Thanks, Prathap. -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Srinivas, Prathap Sent: Wednesday, January 20, 2010 10:35 AM To: Remy Bohmer Cc: u-boot@list

Re: [U-Boot] [PATCH 2/3] Add EP93xx ethernet driver

2010-01-24 Thread Ben Warren
Hi Matthias, On Sun, Jan 24, 2010 at 8:56 AM, Matthias Kaehlcke wrote: > Added ethernet driver for EP93xx SoCs > > Signed-off-by: Matthias Kaehlcke > --- > drivers/net/Makefile |1 + > drivers/net/ep93xx_eth.c | 654 > ++ > drivers/net/ep93xx

[U-Boot] [PATCH v3] Freescale NFC NAND driver

2010-01-24 Thread Yang, Lin
Dear sir , We have used the PPC MPC5121 (m36p), and met some question about NAND flash, Could you mind provide the newest driver about NAND flash to me, Thanks, yanglin The information in this email and attachments hereto may contain legally privileged, pro

Re: [U-Boot] TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection

2010-01-24 Thread Wolfgang Denk
Dear Dirk Behme, In message <4b5c9c8e.9060...@googlemail.com> you wrote: > > Any other idea what causes the broken ml archive > > http://lists.denx.de/pipermail/u-boot/2010-January/066629.html > > then? I have no idea. The mbox entry looks ok, and also the article looks OK on gmane. Best regar

Re: [U-Boot] TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection

2010-01-24 Thread Dirk Behme
On 24.01.2010 15:26, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message<4b5c0c00.9070...@googlemail.com> you wrote: >> >> Khasim: The 'From' line of your patch starts with an additional '>' >> >> > From 2dce4d64339a2 ... >> >> Could you check where this comes from? Maybe this confuses the ma

Re: [U-Boot] [PATCH 3/3] asm-arm/unaligned.h: switch to asm-generic/unaligned.h

2010-01-24 Thread Mike Frysinger
On Sunday 24 January 2010 11:07:10 Tom wrote: > Mike Frysinger wrote: > > On Saturday 23 January 2010 20:18:04 Tom wrote: > >> I see this was imported from the kernel. > > > > if that's true, that isnt "my problem". i modified files that existed in > > u- boot already; i did not myself copy direct

Re: [U-Boot] [PATCH 00/12] net: Fix return values of xxx_initialize()

2010-01-24 Thread Matthias Kaehlcke
El Sun, Jan 24, 2010 at 09:17:16AM -0800 Ben Warren ha dit: >Hi Matthias, > >On Sun, Jan 24, 2010 at 2:07 AM, Matthias Kaehlcke >wrote: > > Fix network drivers that don't return the number of initialized > devices upon successful initialization and 0 in case of failure >

Re: [U-Boot] [PATCH 00/12] net: Fix return values of xxx_initialize()

2010-01-24 Thread Ben Warren
Hi Matthias, On Sun, Jan 24, 2010 at 2:07 AM, Matthias Kaehlcke wrote: > Fix network drivers that don't return the number of initialized > devices upon successful initialization and 0 in case of failure > > Matthias Kaehlcke (12): > 4xx_enet: Fix return value of ppc_4xx_eth_initialize() > bfin_

[U-Boot] [PATCH 3/3] Add support for EDB93xx boards

2010-01-24 Thread Matthias Kaehlcke
Added support for the following EDB93xx boards: EDB9301 EDB9302 EDB9302A EDB9307 EDB9307A EDB93012 EDB9315 EDB9315A Signed-off-by: Matthias Kaehlcke --- MAINTAINERS | 10 ++ MAKEALL |8 ++ Makefile | 10 ++ board/edb93xx/Makefile

[U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs

2010-01-24 Thread Matthias Kaehlcke
Add support for the Cirrus EP93xx platform Signed-off-by: Matthias Kaehlcke --- cpu/arm920t/ep93xx/Makefile | 56 cpu/arm920t/ep93xx/cpu.c | 51 +++ cpu/arm920t/ep93xx/led.c | 101 ++ cpu/arm920t/ep93xx/lowlevel_init.S | 65 cpu/arm920t/ep9

[U-Boot] [PATCH 2/3] Add EP93xx ethernet driver

2010-01-24 Thread Matthias Kaehlcke
Added ethernet driver for EP93xx SoCs Signed-off-by: Matthias Kaehlcke --- drivers/net/Makefile |1 + drivers/net/ep93xx_eth.c | 654 ++ drivers/net/ep93xx_eth.h | 144 ++ include/common.h |5 + include/netdev.h |

[U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev4]

2010-01-24 Thread Matthias Kaehlcke
4th revision of the patch set for EDB93xx boards --- Changes with respect to rev3: general * fixed coding style issues arch * added declaration of prototypes of get_XCLK() ethernet driver * renamed to ep93xx_eth * removed unnecessary ifdef * use a private structure for each instanc

Re: [U-Boot] [PATCH 3/3] asm-arm/unaligned.h: switch to asm-generic/unaligned.h

2010-01-24 Thread Tom
Mike Frysinger wrote: > On Saturday 23 January 2010 20:18:04 Tom wrote: >> Mike Frysinger wrote: >>> Signed-off-by: Mike Frysinger >>> --- >>> note: havent compile tested this, but it should be straight forward ... >> I have compile tested this. >> It is fine. >> >> Was this run tested ? > > if i

Re: [U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Alexander Varnin
Wolfgang Denk пишет: > Dear Alexander Varnin, > > In message <4b5c5a5f.8040...@mail.ru> you wrote: > >> U-Boot 1.1.6 is 4 years old. Since then, 7489 commits have been >> checked in, which added 1037072 lines, removed 557110 lines, and >> changed 479962 lines. >> >> > That means this com

Re: [U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Wolfgang Denk
Dear Alexander Varnin, In message <4b5c5a5f.8040...@mail.ru> you wrote: > U-Boot 1.1.6 is 4 years old. Since then, 7489 commits have been > checked in, which added 1037072 lines, removed 557110 lines, and > changed 479962 lines. > That means this commits at most is not concerned with usb storag

Re: [U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Alexander Varnin
Wolfgang Denk пишет: > Dear Alexander Varnin, > > In message <4b5c3869.4060...@mail.ru> you wrote: > >>> Please use a recent version of U-boot. This version is old and >>> outdated. >>> >>> >> I can't, because this version has been given with samsung SMDK2443 >> board, and there is som

Re: [U-Boot] TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection

2010-01-24 Thread Wolfgang Denk
Dear Dirk Behme, In message <4b5c0c00.9070...@googlemail.com> you wrote: > > Khasim: The 'From' line of your patch starts with an additional '>' > > >From 2dce4d64339a2 ... > > Could you check where this comes from? Maybe this confuses the mailing > list archive This is pretty noremal. It sho

Re: [U-Boot] [PATCH 00/12] net: Fix return values of xxx_initialize()

2010-01-24 Thread Wolfgang Denk
Dear Matthias Kaehlcke, In message <20100124100708.gf18...@darwin> you wrote: > Fix network drivers that don't return the number of initialized > devices upon successful initialization and 0 in case of failure > > Matthias Kaehlcke (12): > 4xx_enet: Fix return value of ppc_4xx_eth_initialize()

Re: [U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Wolfgang Denk
Dear Alexander Varnin, In message <4b5c3869.4060...@mail.ru> you wrote: > > > Please use a recent version of U-boot. This version is old and > > outdated. > > > I can't, because this version has been given with samsung SMDK2443 > board, and there is some special additions for it, that is not p

Re: [U-Boot] [PATCH 11/12] sh_eth: Fix return value of sh_eth_initialize()

2010-01-24 Thread Matthias Kaehlcke
Hi Mike, El Sun, Jan 24, 2010 at 05:57:52AM -0500 Mike Frysinger ha dit: > On Sunday 24 January 2010 05:07:59 Matthias Kaehlcke wrote: > > --- a/drivers/net/sh_eth.c > > +++ b/drivers/net/sh_eth.c > > eth = (struct sh_eth_dev *)malloc(sizeof(struct sh_eth_dev)); > > if (!eth) { > >

Re: [U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Alexander Varnin
Remy Bohmer пишет: > Hi, > > > Please use a recent version of U-boot. This version is old and outdated. > I can't, because this version has been given with samsung SMDK2443 board, and there is some special additions for it, that is not present in main u-boot tree. > > Would not surprise me. A

Re: [U-Boot] [PATCH 04/12] fec_mxc: Fix return values of fec_probe()

2010-01-24 Thread Mike Frysinger
On Sunday 24 January 2010 05:07:29 Matthias Kaehlcke wrote: > --- a/drivers/net/fec_mxc.c > +++ b/drivers/net/fec_mxc.c > @@ -667,7 +667,7 @@ static int fec_probe(bd_t *bd) > edev = (struct eth_device *)malloc(sizeof(struct eth_device)); > if (!edev) { > puts("fec_imx27: n

Re: [U-Boot] [PATCH 08/12] macb: Fix return values of macb_eth_initialize()

2010-01-24 Thread Mike Frysinger
On Sunday 24 January 2010 05:07:46 Matthias Kaehlcke wrote: > --- a/drivers/net/macb.c > +++ b/drivers/net/macb.c > @@ -500,7 +500,7 @@ int macb_eth_initialize(int id, void *regs, unsigned > int phy_addr) macb = malloc(sizeof(struct macb_device)); > if (!macb) { > printf("Error

[U-Boot] [PATCH 06/12] INCA IP: Fix return value of inca_switch_initialize()

2010-01-24 Thread Matthias Kaehlcke
INCA IP: Return 1 from inca_switch_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/inca-ip_sw.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/inca-ip_sw.c b/drivers/net/inca-ip_sw.c index 492f5ce..d579e4f 100644

[U-Boot] [PATCH 09/12] mcffec: Fix return value of mcffec_initialize()

2010-01-24 Thread Matthias Kaehlcke
mcffec: Return the number of initialized devices from mcffec_initialize() Signed-off-by: Matthias Kaehlcke --- drivers/net/mcffec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c index 64be5de..6043ca1 100644 --- a/drivers/ne

Re: [U-Boot] [PATCH 10/12] plb2800: Fix return v alues of plb2800_eth_initialize ()

2010-01-24 Thread Mike Frysinger
On Sunday 24 January 2010 05:07:55 Matthias Kaehlcke wrote: > --- a/drivers/net/plb2800_eth.c > +++ b/drivers/net/plb2800_eth.c > @@ -106,7 +106,7 @@ int plb2800_eth_initialize(bd_t * bis) > if (!(dev = (struct eth_device *) malloc (sizeof *dev))) > { > printf("Failed to a

[U-Boot] [PATCH 05/12] fsl_mcdmafec: Fix return value of mcdmafec_initialize()

2010-01-24 Thread Matthias Kaehlcke
fsl_mcdmafec: Return 1 from mcdmafec_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/fsl_mcdmafec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/fsl_mcdmafec.c b/drivers/net/fsl_mcdmafec.c index 35a6dfb..c26b29

[U-Boot] [PATCH 01/12] 4xx_enet: Fix return value of ppc_4xx_eth_initialize()

2010-01-24 Thread Matthias Kaehlcke
4xx_enet: Return 1 from ppc_4xx_eth_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/4xx_enet.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/4xx_enet.c b/drivers/net/4xx_enet.c index 2fac641..d61873d 100644 ---

Re: [U-Boot] [PATCH 11/12] sh_eth: Fix return value of sh_eth_initialize()

2010-01-24 Thread Mike Frysinger
On Sunday 24 January 2010 05:07:59 Matthias Kaehlcke wrote: > --- a/drivers/net/sh_eth.c > +++ b/drivers/net/sh_eth.c > eth = (struct sh_eth_dev *)malloc(sizeof(struct sh_eth_dev)); > if (!eth) { > printf(SHETHER_NAME ": %s: malloc failed\n", __func__); > - ret

Re: [U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Remy Bohmer
Hi, 2010/1/24 Alexander Varnin : > Hello. I'm making custom version of u-boot for our device, based on > 1.1.6. Please use a recent version of U-boot. This version is old and outdated. > I can't get usb storage to work. Would not surprise me. A lot of (USB) fixes have been integrated in U-boot

Re: [U-Boot] [beagleboard] Re: TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection

2010-01-24 Thread Paul Menzel
Am Sonntag, den 24.01.2010, 09:59 +0100 schrieb Dirk Behme: […] > And could you try to add a 'vX' version to the subject of your > patches? E.g. > > [PATCH 1/7 v4] OMAP3 Bea > > This would really help to identify the patch versions. Just for your information, because it is not that obvio

[U-Boot] [PATCH 12/12] smc91111: Fix return value of smc91111_initialize()

2010-01-24 Thread Matthias Kaehlcke
smc9: Return 1 from smc9_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/smc9.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/smc9.c b/drivers/net/smc9.c index 54a1bfb..528efb1 100644 --- a/d

[U-Boot] [PATCH 10/12] plb2800: Fix return values of plb2800_eth_initialize()

2010-01-24 Thread Matthias Kaehlcke
plb2800: Return 1 from plb2800_eth_initialize() upon successful initialization and 0 in case of failure Signed-off-by: Matthias Kaehlcke --- drivers/net/plb2800_eth.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/plb2800_eth.c b/drivers/net/plb2800_eth.c

[U-Boot] [PATCH 11/12] sh_eth: Fix return value of sh_eth_initialize()

2010-01-24 Thread Matthias Kaehlcke
sh_eth: Return 1 from sh_eth_initialize() upon successful initialization and 0 in case of failure Signed-off-by: Matthias Kaehlcke --- drivers/net/sh_eth.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index 86cc324..330

[U-Boot] [PATCH 08/12] macb: Fix return values of macb_eth_initialize()

2010-01-24 Thread Matthias Kaehlcke
macb: Return 1 from macb_eth_initialize() upon successful initialization and 0 in case of failure Signed-off-by: Matthias Kaehlcke --- drivers/net/macb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index c184353..e2a0724 100

[U-Boot] [PATCH 07/12] lan91c96: Fix return value of lan91c96_initialize()

2010-01-24 Thread Matthias Kaehlcke
lan91c96: Return 1 from lan91c96_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/lan91c96.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/lan91c96.c b/drivers/net/lan91c96.c index 90e4002..d255179 100644 --- a/d

[U-Boot] [PATCH 03/12] dnet: Fix return value of dnet_eth_initialize()

2010-01-24 Thread Matthias Kaehlcke
dnet: Return 1 from dnet_eth_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/dnet.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/dnet.c b/drivers/net/dnet.c index bfe87fa..6e7afc3 100644 --- a/drivers/net/dnet.

[U-Boot] [PATCH 04/12] fec_mxc: Fix return values of fec_probe()

2010-01-24 Thread Matthias Kaehlcke
fec_mxc: Return 1 from fec_probe() upon successfully initialization and 0 in case of failure Signed-off-by: Matthias Kaehlcke --- drivers/net/fec_mxc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index 19116f2..dc8a020

[U-Boot] [PATCH 02/12] bfin_EMAC: Fix return value of bfin_EMAC_initialize()

2010-01-24 Thread Matthias Kaehlcke
bfin_EMAC: Return 1 from bfin_EMAC_initialize() upon successful initialization Signed-off-by: Matthias Kaehlcke --- drivers/net/bfin_mac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c index ec45b63..f527c9c 100644 --- a

[U-Boot] [PATCH 00/12] net: Fix return values of xxx_initialize()

2010-01-24 Thread Matthias Kaehlcke
Fix network drivers that don't return the number of initialized devices upon successful initialization and 0 in case of failure Matthias Kaehlcke (12): 4xx_enet: Fix return value of ppc_4xx_eth_initialize() bfin_EMAC: Fix return value of bfin_EMAC_initialize() dnet: Fix return value of dnet_

[U-Boot] USB storage problem with SCSI commands

2010-01-24 Thread Alexander Varnin
Hello. I'm making custom version of u-boot for our device, based on 1.1.6. I can't get usb storage to work. My usb host successfully gets initiated, finds storage device, and fails to connect it. The problem probably is on SCSI commands level. In usb storage driver(file common/usb_storage.c), there

Re: [U-Boot] TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection

2010-01-24 Thread Dirk Behme
On 24.01.2010 01:03, Tom wrote: > Khasim Syed Mohammed wrote: >> From 2dce4d64339a26144eac2ed56eb664cc1ea527c7 Mon Sep 17 00:00:00 2001 Khasim: The 'From' line of your patch starts with an additional '>' >From 2dce4d64339a2 ... Could you check where this comes from? Maybe this confuses the mai

Re: [U-Boot] TI:OMAP: [PATCH 7/7] Add 720Mhz support for Beagle Rev C4

2010-01-24 Thread Dirk Behme
On 24.01.2010 01:26, Tom wrote: > Khasim Syed Mohammed wrote: >> From c0bdd7fbdf343ada1ecc65541ec3de1a5fdbfe79 Mon Sep 17 00:00:00 2001 >> From: Syed Mohammed Khasim >> Date: Mon, 18 Jan 2010 18:51:04 +0530 >> Subject: [PATCH] Add 720Mhz support for Beagle Rev C4 >> >> Use the Generic TWL and Cloc