Re: [U-Boot] [PATCH 8/8] ZOOM2: rename timer divisor

2009-04-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090402053526.gn14...@game.jcrosoft.org> you wrote: > On 22:02 Wed 01 Apr , Tom Rix wrote: > > Divisor field is called PTV not PVT. > > > > This change is needed because of earlier OMAP commit > > 81472d893fa565c9d300928a40e504a689bde131 > >

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

2009-04-02 Thread Kyungmin Park
On Thu, Apr 2, 2009 at 2:18 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:43 Thu 02 Apr     , Kyungmin Park wrote: >> Hi, >> >> If there's no objection, could you apply this patch to ARM git tree? > Just one question > is the OneNand always 16bits? > Sure as I know, there's no exception. T

[U-Boot] netconsole in u-boot

2009-04-02 Thread ong
Dear support, Am trying to configure out how to change my u-boot to be netconsole from serial console. When i key in help in my u-boot start-up, i didnt seen any nc command. U-Boot> help May i know how to enable netconsole. By adding following in u-boot/include/configs/at91sam9260ek.h #define C

Re: [U-Boot] netconsole in u-boot

2009-04-02 Thread Wolfgang Denk
Dear "ong", In message <200904021526134849...@free2move.us> you wrote: > > Am trying to configure out how to change my u-boot to be netconsole from > serial console. I recomment to start by reading the documentation. > When i key in help in my u-boot start-up, i didnt seen any nc command. Th

Re: [U-Boot] U-boot initialization test

2009-04-02 Thread eija_flight
>Dear eija_flight, >In message <22840615.p...@talk.nabble.com> you wrote: > > During above initialization process of u-boot, > > 1. Does it conduct a test to all board hardware listed? >No. In general, there is no testing performed. Minor exceptions from >this rule exist, for example the RAM

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-02 Thread Ladislav Michl
On Thu, Apr 02, 2009 at 12:43:53AM +0200, Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090331202939.gi24...@game.jcrosoft.org> you wrote: > > On 11:19 Tue 17 Mar , Dirk Behme wrote: > > > Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. > > > C

[U-Boot] [PATCH v2] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-02 Thread Ladislav Michl
From: Manikandan Pillai Signed-off-by: Dirk Behme Signed-off-by: Manikandan Pillai Signed-off-by: Ladislav Michl --- Changes from Dirk's patch which is replaced by this [2]: * Fix conflicts after commit 81472d893fa565c9d300928a40e504a689bde131 Changes from Mani's original patch which is repl

Re: [U-Boot] Compilation warning: "MSR_RI" redefined

2009-04-02 Thread Detlev Zundel
Hi Stefan, > your patch 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware > diagnosis functions for inka4x0] introduced all kind of new defines in the > ns16550.h header resulting in a warning on some 4xx platforms: > > [ste...@kubuntu u-boot (master)]$ ./MAKEALL ml300 > Configurin

Re: [U-Boot] Compilation warning: "MSR_RI" redefined

2009-04-02 Thread Stefan Roese
On Thursday 02 April 2009, Detlev Zundel wrote: > > I suggest to either remove this MSI_RI from the header again (it doesn't > > seem to be used here) or rename it. > > Ok, so much for the plan to add the defines not bit by bit as needed, > but register-wise, while we're there. > > I actually would

Re: [U-Boot] [PATCH] omap3: mmc: mmc2 support

2009-04-02 Thread Minkyu Kang
Hi, >> } >> >> unsigned char mmc_board_init(void) > unsigned char? > why in omap3_mmc.c, many functions return the unsigned char. I don't know why too :( but if we need it can be changed. >> +switch (curr_device) { >> +case 1: >> +writel(readl(&t2_base->pbias_lite) | PBIA

[U-Boot] exporting do_mem_xx functions

2009-04-02 Thread eija_flight
Hello, It is possible to use standalone apps to do memory operations? If it is possible, then how to do it? I've been able to exporting some functions for my standalone apps, but getting hard time exporting the do_mem_xx functions.. please let me know if there's some way.. regards, eija_flight

[U-Boot] [PATCH 03/13] Blackfin: bf538f-ezkit: new board port

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- MAINTAINERS |1 + MAKEALL |1 + Makefile |6 +- board/bf538f-ezkit/.gitignore |1 + board/bf538f-ezkit/Makefile | 57 +++ board/bf538f-ezkit/bf538f-ez

[U-Boot] [PATCH 04/13] Blackfin: bf526-ezbrd: new board port

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- MAINTAINERS |1 + MAKEALL |1 + Makefile|6 +- board/bf526-ezbrd/.gitignore|1 + board/bf526-ezbrd/Makefile | 58 board/bf526-ezbrd/bf526-ezbrd.c | 77 ++

[U-Boot] [PATCH 01/13] Blackfin: bf548-ezkit: new board port

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- MAINTAINERS |1 + MAKEALL |1 + Makefile|5 +- board/bf548-ezkit/.gitignore|1 + board/bf548-ezkit/Makefile | 58 +++ board/bf548-ezkit/bf548-ezkit.c | 79 +++

[U-Boot] [PATCH 02/13] Blackfin: bf527-ezkit: new board port

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- MAINTAINERS |1 + MAKEALL |1 + Makefile|5 +- board/bf527-ezkit/.gitignore|1 + board/bf527-ezkit/Makefile | 58 +++ board/bf527-ezkit/bf527-ezkit.c | 77 +++

[U-Boot] [PATCH 00/13] Blackfin updates for 2009.05

2009-04-02 Thread Mike Frysinger
Some more fixes and new boards (which were posted already). Mike Frysinger (13): Blackfin: bf548-ezkit: new board port Blackfin: bf527-ezkit: new board port Blackfin: bf538f-ezkit: new board port Blackfin: bf526-ezbrd: new board port Blackfin: bf518f-ezbrd: new board port Blackfin: fix

[U-Boot] [PATCH 12/13] Blackfin: bf533-stamp: drop old spi flash driver

2009-04-02 Thread Mike Frysinger
Now that the common SPI flash code supports all the flashes, we can stop using the old driver. Signed-off-by: Mike Frysinger --- board/bf533-stamp/Makefile|1 - board/bf533-stamp/spi_flash.c |2 -- 2 files changed, 0 insertions(+), 3 deletions(-) delete mode 100644 board/bf533-stamp

[U-Boot] [PATCH 13/13] Blackfin: force all boards to HZ of 1000

2009-04-02 Thread Mike Frysinger
Since the Blackfin timer code requires HZ to be 1000, barf on any board that tries to use a different value. Signed-off-by: Mike Frysinger --- include/asm-blackfin/blackfin-config-post.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/asm-blackfin/blackfin

Re: [U-Boot] [PATCH] mtd: SPI Flash: Winbond W25X16/WX2532/WX2564 support

2009-04-02 Thread Mike Frysinger
On Thursday 11 December 2008 16:16:29 Mike Frysinger wrote: > On Wednesday 09 July 2008 18:37:06 Wolfgang Denk wrote: > > In message Jason McMullan wrote: > > > Add support for the Winbond W25X16/32/64 series of > > > SPI Flash devices. > > > > Signed-off-by line is missing. > > > > > --- /dev/null

[U-Boot] [PATCH 0/7] SPI flash updates for 2009.05

2009-04-02 Thread Mike Frysinger
These patches have all been posted at one point or another, I'm just collecting them all in my tree here: git://git.denx.de/u-boot-blackfin.git sf So if you have any complaints, now's the time ! Jean-Christophe PLAGNIOL-VILLARD (1): mtd: add some at45 spi flash support Mike Frysinger (

[U-Boot] [PATCH 3/7] sf: drop DEBUG defines

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger Acked-by: Haavard Skinnemoen --- drivers/mtd/spi/atmel.c |2 +- drivers/mtd/spi/spi_flash.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/atmel.c b/drivers/mtd/spi/atmel.c index fc924a2..c3b936f 100644 --- a/driver

[U-Boot] [PATCH 2/7] mtd: add some at45 spi flash support

2009-04-02 Thread Mike Frysinger
From: Jean-Christophe PLAGNIOL-VILLARD - AT45DB321D - AT45DB161D - AT45DB081D - AT45DB041D - AT45DB021D - AT45DB011D Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Mike Frysinger --- drivers/mtd/spi/atmel.c | 48 +++ 1 files

[U-Boot] [PATCH 1/7] mtd: SPI Flash: Support the Spansion Flash

2009-04-02 Thread Mike Frysinger
From: Mingkai Hu Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A, S25FL064A, S25FL128P. Signed-off-by: Mingkai Hu Signed-off-by: Mike Frysinger --- drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/spansion.c | 356 2 files change

[U-Boot] [PATCH 7/7] sf: stmicro: use common page timeout define

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger CC: Haavard Skinnemoen --- drivers/mtd/spi/stmicro.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index e401cd0..b43e9f4 100644 --- a/drivers/mtd/spi/stmicro.c +++ b/drivers/mtd/spi/

[U-Boot] [PATCH 5/7] sf: stmicro: drop redundant id read

2009-04-02 Thread Mike Frysinger
The common SPI flash code reads the idcode and passes it down to the SPI flash driver, so there is no need to read it again ourselves. Signed-off-by: Mike Frysinger Acked-by: Haavard Skinnemoen CC: Jason McMullan CC: TsiChung Liew --- drivers/mtd/spi/stmicro.c |8 +--- 1 files changed

[U-Boot] [PATCH 6/7] sf: always read 5 bytes for the idcode

2009-04-02 Thread Mike Frysinger
Some SPI flash drivers like to have extended id information available (like the spansion flash), so rather than making it re-issue the ID cmd to get at the last 2 bytes, have the common code read 5 bytes rather than just 3. This also matches the Linux behavior where it always reads 5 id bytes from

[U-Boot] [PATCH 4/7] sf: add driver for SST flashes

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger Acked-by: Haavard Skinnemoen --- drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/spi_flash.c |5 + drivers/mtd/spi/spi_flash_internal.h |1 + drivers/mtd/spi/sst.c| 358 ++ 4 files chan

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

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:18 Wed 26 Nov , Kyungmin Park wrote: > 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 > --

Re: [U-Boot] [PATCH] s3c64xx: support the soft reset at s3c6410

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:36 Thu 02 Apr , Minkyu Kang wrote: > This patch support the soft reset at s3c6410 > > Signed-off-by: Minkyu Kang > --- > cpu/arm1176/cpu.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/cpu/arm1176/cpu.c b/cpu/arm1176/cpu.c > index 1e94f7d..cb13d9c 10

Re: [U-Boot] [RFC PATCH] drivers/usb: regorganisation

2009-04-02 Thread Mike Frysinger
On Wednesday 01 April 2009 13:21:19 Jean-Christophe PLAGNIOL-VILLARD wrote: > drivers/usb/{ => gadget}/Makefile| 19 +-- > drivers/usb/{ => gadget}/usbdcore_ep0.c |2 +- > drivers/usb/{ => gadget}/usbdcore_mpc8xx.c |4 ++-- > drivers/usb/{ => gadget}/us

[U-Boot] release timing wrt linux

2009-04-02 Thread Mike Frysinger
can we shorten/elongate (doesnt matter to me) the next release process ? the original time frame was picked so as to not overlap with the linux kernel, but the current merge window did exactly that :(. -mike signature.asc Description: This is a digitally signed message part. __

[U-Boot] [PATCH 05/13] Blackfin: bf518f-ezbrd: new board port

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- MAINTAINERS |1 + MAKEALL |1 + Makefile |6 +- board/bf518f-ezbrd/.gitignore |1 + board/bf518f-ezbrd/Makefile | 57 ++ board/bf518f-ezbrd/bf518f-ezb

[U-Boot] [PATCH 11/13] Blackfin: add BF538/BF539 SPI portmux handling

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- drivers/spi/bfin_spi.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/spi/bfin_spi.c b/drivers/spi/bfin_spi.c index 0472c1a..bc3394a 100644 --- a/drivers/spi/bfin_spi.c +++ b/drivers/spi/bfin_spi.c @@ -36,6 +36,

[U-Boot] [PATCH 06/13] Blackfin: fix crash when booting from external memory

2009-04-02 Thread Mike Frysinger
When testing a u-boot binary that hasn't been booted from the bootrom, we have to make sure the bootstruct structure has sane storage space. If we don't, the initcode will crash when it tries to dereference an invalid pointer. Signed-off-by: Mike Frysinger --- cpu/blackfin/initcode.c |9 +++

Re: [U-Boot] [PATCH 13/13] Blackfin: force all boards to HZ of 1000

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 06:45 Thu 02 Apr , Mike Frysinger wrote: > Since the Blackfin timer code requires HZ to be 1000, barf on any board > that tries to use a different value. > > Signed-off-by: Mike Frysinger > --- > include/asm-blackfin/blackfin-config-post.h |8 ++-- > 1 files changed, 6 insertions(

Re: [U-Boot] [PATCH 2/3] arm: clean cache management

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:39 Thu 02 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1238431700-7803-2-git-send-email-plagn...@jcrosoft.com> you wrote: > > unify arm cache management except for non standard cache as ARM7TDMI > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLA

[U-Boot] [PATCH] s3c64xx: support the soft reset at s3c6410

2009-04-02 Thread Minkyu Kang
This patch support the soft reset at s3c6410 Signed-off-by: Minkyu Kang --- cpu/arm1176/cpu.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu/arm1176/cpu.c b/cpu/arm1176/cpu.c index 1e94f7d..cb13d9c 100644 --- a/cpu/arm1176/cpu.c +++ b/cpu/arm1176/cpu.c @@ -112,7

[U-Boot] [PATCH 10/13] Blackfin: do not delay on output bytes

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- cpu/blackfin/serial.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/cpu/blackfin/serial.c b/cpu/blackfin/serial.c index 42534bd..3861955 100644 --- a/cpu/blackfin/serial.c +++ b/cpu/blackfin/serial.c @@ -115,10 +115,6 @@ void serial_

[U-Boot] [PATCH 08/13] Blackfin: convert bfin_sdh to legacy mmc

2009-04-02 Thread Mike Frysinger
The Blackfin SDH controller is still using the legacy framework, so update the driver to use the renamed functions. Signed-off-by: Mike Frysinger --- drivers/mmc/bfin_sdh.c | 14 ++ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/mmc/bfin_sdh.c b/drivers/mmc

[U-Boot] [PATCH 07/13] Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- board/bf537-stamp/Makefile |1 + board/bf537-stamp/bf537-stamp.c | 57 ++--- board/bf537-stamp/ide-cf.c | 66 +++ 3 files changed, 70 insertions(+), 54 deletions(-) create mode 100

[U-Boot] [PATCH 09/13] Blackfin: drop newline from OTP help

2009-04-02 Thread Mike Frysinger
Looks like I accidentally added a newline to the OTP help when merging and older change. Signed-off-by: Mike Frysinger --- common/cmd_otp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_otp.c b/common/cmd_otp.c index 6523290..4be4344 100644 --- a/common/cmd

Re: [U-Boot] [PATCH 7/7] sf: stmicro: use common page timeout define

2009-04-02 Thread Haavard Skinnemoen
Mike Frysinger wrote: > - /* Up to 2 seconds */ > - ret = stmicro_wait_ready(flash, 2 * CONFIG_SYS_HZ); > + ret = stmicro_wait_ready(flash, SPI_FLASH_PAGE_ERASE_TIMEOUT); 50 ms is an awful lot less than 2 seconds. Sure this is safe? Haavard

Re: [U-Boot] [PATCH 13/13] Blackfin: force all boards to HZ of 1000

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 06:57:03 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 06:45 Thu 02 Apr , Mike Frysinger wrote: > > Since the Blackfin timer code requires HZ to be 1000, barf on any board > > that tries to use a different value. > > > > Signed-off-by: Mike Frysinger > > --- > > inclu

Re: [U-Boot] [PATCH 7/7] sf: stmicro: use common page timeout define

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 07:20:13 Haavard Skinnemoen wrote: > Mike Frysinger wrote: > > - /* Up to 2 seconds */ > > - ret = stmicro_wait_ready(flash, 2 * CONFIG_SYS_HZ); > > + ret = stmicro_wait_ready(flash, SPI_FLASH_PAGE_ERASE_TIMEOUT); > > 50 ms is an awful lot les

Re: [U-Boot] U-boot initialization test

2009-04-02 Thread Wolfgang Denk
Dear eija_flight, In message <22843365.p...@talk.nabble.com> you wrote: > > Using U-boot 1.3.1 version, It is possible (as a user) to apply all of > these test feature into a standalone applications? > because I need to log the result using standalone app. U-Boot 1.3.1 is very old and basicly

Re: [U-Boot] exporting do_mem_xx functions

2009-04-02 Thread Wolfgang Denk
Dear eija_flight, In message <22844927.p...@talk.nabble.com> you wrote: > > It is possible to use standalone apps to do memory operations? > If it is possible, then how to do it? Like any other functions, too. Just read the documentation and follow the examples given there. > I've been able to

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Wolfgang Denk
Dear Mike, In message <200904020716.34368.vap...@gentoo.org> you wrote: > > can we shorten/elongate (doesnt matter to me) the next release process ? the > original time frame was picked so as to not overlap with the linux kernel, > but > the current merge window did exactly that :(. Yes, I'm

Re: [U-Boot] [PATCH 7/7] sf: stmicro: use common page timeout define

2009-04-02 Thread Haavard Skinnemoen
Mike Frysinger wrote: > On Thursday 02 April 2009 07:20:13 Haavard Skinnemoen wrote: > > Mike Frysinger wrote: > > > - /* Up to 2 seconds */ > > > - ret = stmicro_wait_ready(flash, 2 * CONFIG_SYS_HZ); > > > + ret = stmicro_wait_ready(flash, SPI_FLASH_PAGE_ERASE_TIMEOUT); > >

Re: [U-Boot] [PATCH 13/13] Blackfin: force all boards to HZ of 1000

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:21 Thu 02 Apr , Mike Frysinger wrote: > On Thursday 02 April 2009 06:57:03 Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 06:45 Thu 02 Apr , Mike Frysinger wrote: > > > Since the Blackfin timer code requires HZ to be 1000, barf on any board > > > that tries to use a different value. >

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:40 Thu 02 Apr , Wolfgang Denk wrote: > Dear Mike, > > In message <200904020716.34368.vap...@gentoo.org> you wrote: > > > > can we shorten/elongate (doesnt matter to me) the next release process ? > > the > > original time frame was picked so as to not overlap with the linux kernel, >

Re: [U-Boot] [PATCH 13/13] Blackfin: force all boards to HZ of 1000

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 07:28:21 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:21 Thu 02 Apr , Mike Frysinger wrote: > > On Thursday 02 April 2009 06:57:03 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 06:45 Thu 02 Apr , Mike Frysinger wrote: > > > > Since the Blackfin timer code req

[U-Boot] [PATCH] sf: set common timeouts in seconds, not milliseconds

2009-04-02 Thread Mike Frysinger
Since timeouts are only hit when there is a problem in the system, we don't want to prematurely timeout on a functioning setup. Thus having low timeouts (in milliseconds) doesn't gain us anything in the production case, but rather increases likely hood of causing problems where none otherwise exis

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 07:40:09 Wolfgang Denk wrote: > In message Mike wrote: > > can we shorten/elongate (doesnt matter to me) the next release process ? > > the original time frame was picked so as to not overlap with the linux > > kernel, but the current merge window did exactly that :(. > >

Re: [U-Boot] pending patches website

2009-04-02 Thread Detlev Zundel
Hi Mike, > not so long ago there was some custom thingy that was running on the u-boot > website that'd automatically grab patches from the mailing list and try to > file them away so they wouldnt get lost. but i cant seem to find it any > more. > is it gone ? No, it is not gone, it only st

Re: [U-Boot] core ticks/timer code

2009-04-02 Thread Detlev Zundel
Hi, > Dear Scott Wood, > > In message <20090331212514.ga19...@ld0162-tx32.am.freescale.net> you wrote: >> On Tue, Mar 31, 2009 at 05:48:01PM +0200, Wolfgang Denk wrote: >> > We still need some hint that the timer works in millisecond >> > resolution, though - no matter what you call it. >> >> How

Re: [U-Boot] pending patches website

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 08:32:00 Detlev Zundel wrote: > > not so long ago there was some custom thingy that was running on the > > u-boot website that'd automatically grab patches from the mailing list > > and try to file them away so they wouldnt get lost. but i cant seem to > > find it any mor

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-02 Thread Detlev Zundel
Hi Michael, > Sorry for the previous mail, > I have to enable the git operation via gmail on my workstation. What do you mean by this? Usually you only need a mailer which is capable to attach things inline. Even better - if you have a direct access to an mta or an smtp server, use git-send-ema

[U-Boot] [PATCH] Don't claim that we speak AT

2009-04-02 Thread Russ Dill
When we claim that we speak AT, Network Manager will send query us with AT commands. Signed-off-by: Russ Dill --- drivers/serial/usbtty.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/usbtty.c b/drivers/serial/usbtty.c index 2624e6f..1ed0e4d 100644 ---

Re: [U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-04-02 Thread Detlev Zundel
Hi Chuang, > I am a newbie and I have not realized all the rules, so I > have some questions. > > On Tue Mar 31 12:24:03 CEST 2009, you wrote: >> > +static unsigned int rtc = CONFIG_SYS_RTC_BASE; >> >> Please use a proper C structure to describe the RTC; do not use base >> address plus

Re: [U-Boot] core ticks/timer code

2009-04-02 Thread Scott McNutt
>> In message <20090331212514.ga19...@ld0162-tx32.am.freescale.net> you wrote: >>> On Tue, Mar 31, 2009 at 05:48:01PM +0200, Wolfgang Denk wrote: We still need some hint that the timer works in millisecond resolution, though - no matter what you call it. >>> How about just calling it HZ (

Re: [U-Boot] [PATCH] sf: set common timeouts in seconds, not milliseconds

2009-04-02 Thread Haavard Skinnemoen
Mike Frysinger wrote: > Since timeouts are only hit when there is a problem in the system, we > don't want to prematurely timeout on a functioning setup. Thus having > low timeouts (in milliseconds) doesn't gain us anything in the production > case, but rather increases likely hood of causing prob

Re: [U-Boot] Problem booting image + device tree (MPC5200B)

2009-04-02 Thread Nandini Hengen
Thanks for the tip. I gather that the U-Boot version I'm using (1.2.0) is appropriate for my hardware revision in combination with the phycore-MPC5200B-tiny module as per the link sent by Pengutronix The OSELAS.BSP-Phytec-phyCORE-MPC5200B-tiny-5 release should be still sufficient for you. If you

Re: [U-Boot] netconsole in u-boot

2009-04-02 Thread Detlev Zundel
Hi Ong, > Am trying to configure out how to change my u-boot to be netconsole from > serial console. > > When i key in help in my u-boot start-up, i didnt seen any nc command. > U-Boot> help In my last e-mail I already pointed you to doc/README.NetConsole. From where in this document do you get

Re: [U-Boot] [PATCH] Don't claim that we speak AT

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 09:06:13 Russ Dill wrote: > ... will send query us with ... one of those words should get dropped ... probably "send": "will query us with" ... > drivers/serial/usbtty.c |2 +- please put this info into the subject/summary. a simple "usbtty: " prefix in the subje

Re: [U-Boot] [PATCH] Don't claim that we speak AT

2009-04-02 Thread Russ Dill
On Thu, Apr 2, 2009 at 6:16 AM, Mike Frysinger wrote: > On Thursday 02 April 2009 09:06:13 Russ Dill wrote: >> ... will send query us with ... > > one of those words should get dropped ... probably "send": "will query us > with" ... > >>  drivers/serial/usbtty.c |    2 +- > > please put this info

Re: [U-Boot] pending patches website

2009-04-02 Thread Kumar Gala
On Apr 2, 2009, at 7:44 AM, Mike Frysinger wrote: > On Thursday 02 April 2009 08:32:00 Detlev Zundel wrote: >>> not so long ago there was some custom thingy that was running on the >>> u-boot website that'd automatically grab patches from the mailing >>> list >>> and try to file them away so th

Re: [U-Boot] Compilation warning: "MSR_RI" redefined

2009-04-02 Thread Kumar Gala
On Apr 2, 2009, at 4:03 AM, Stefan Roese wrote: > On Thursday 02 April 2009, Detlev Zundel wrote: >>> I suggest to either remove this MSI_RI from the header again (it >>> doesn't >>> seem to be used here) or rename it. >> >> Ok, so much for the plan to add the defines not bit by bit as needed,

Re: [U-Boot] pending patches website

2009-04-02 Thread Jerry Van Baren
Mike Frysinger wrote: > On Thursday 02 April 2009 08:32:00 Detlev Zundel wrote: >>> not so long ago there was some custom thingy that was running on the >>> u-boot website that'd automatically grab patches from the mailing list >>> and try to file them away so they wouldnt get lost. but i cant see

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Kumar Gala
On Apr 2, 2009, at 7:03 AM, Mike Frysinger wrote: > On Thursday 02 April 2009 07:40:09 Wolfgang Denk wrote: >> In message Mike wrote: >>> can we shorten/elongate (doesnt matter to me) the next release >>> process ? >>> the original time frame was picked so as to not overlap with the >>> linux

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 09:27:55 Kumar Gala wrote: > On Apr 2, 2009, at 7:03 AM, Mike Frysinger wrote: > > On Thursday 02 April 2009 07:40:09 Wolfgang Denk wrote: > >> In message Mike wrote: > >>> can we shorten/elongate (doesnt matter to me) the next release > >>> process ? > >>> the original ti

Re: [U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-02 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > why not using the arm led API?? > OK. I will fix. >> +{ >> +gpio_t *gpio6_base = (gpio_t *) OMAP34XX_GPIO6_BASE; >> + >> +sr32 (&gpio6_base->cleardataout, 13, 1, 1); /* red off */ >> > we clearly need now a GPIO API it's start to be mand

Re: [U-Boot] [PATCH 2/8] ZOOM2 Mux changes to support zoom2 configuration.

2009-04-02 Thread Tom
> please do this at the same time that you add the board > > OK. rebase squashing . Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:38 Thu 02 Apr , Tom wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> why not using the arm led API?? >> > OK. I will fix. >>> +{ >>> + gpio_t *gpio6_base = (gpio_t *) OMAP34XX_GPIO6_BASE; >>> + >>> + sr32 (&gpio6_base->cleardataout, 13, 1, 1); /* red off */ >>> >> we cl

[U-Boot] [PATCH] UBI/cfi-mtd: Fix mtd name for multiple chips

2009-04-02 Thread Stefan Roese
From: Andreas Huber On platforms with multiple NOR chips, currently only the first one can be selected using the "ubi part" command. This patch fixes this problem by using different names for the NOR "mtd devices". It also changes the name of the NOR MTD device from "cfi-mtd" to "norX" (X indexi

Re: [U-Boot] [RFC PATCH] drivers/usb: regorganisation

2009-04-02 Thread Remy Bohmer
Hello Jean-Christophe, >> usb_[eo]hci => [eo]hci ? >> > Remy what do you prefer? I think this structure is a whole lot better then dumping everything in a flat directory tree. And I also prefer to follow the Linux kernel structure, thus without usb_ prefixes. e.g.: drivers/usb/host/ochi.c or dri

[U-Boot] [PATCH] Add "GPL cleanup" task to feature-removal-schedule.txt

2009-04-02 Thread wd
From: Wolfgang Denk Announce removal of all non-GPL or GPL-incompatible files after August 2009. Signed-off-by: Wolfgang Denk --- doc/feature-removal-schedule.txt | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/feature-removal-schedule.txt b/doc/featu

[U-Boot] Lowlevel init and nand spl Uboot patch for MX31 Phycore NAND boot

2009-04-02 Thread alfred steele
Hi: Was going through the patch for uboot posted earlier this year and the related review comments here: http://www.mail-archive.com/u-boot@lists.denx.de/msg01140.html. Looks like the NAND boot for MX31 PDK is not ready yet. I was told that if that the mx31 phycore patch should work just fine for

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-02 Thread Michael Zaidman
On Thu, Apr 2, 2009 at 3:47 PM, Detlev Zundel wrote: >> I have to enable the git operation via gmail on my workstation. > > What do you mean by this?  Usually you only need a mailer which is > capable to attach things inline.  Even better - if you have a direct > access to an mta or an smtp serve

[U-Boot] Compiling for ARMv7-a

2009-04-02 Thread Premi, Sanjeev
Hi, I am trying to build the u-boot for ARM Cortex-A8 (OMAP3). By default the code is built for ARMv5. So, I made this change in cpu/arm_cortexa8/config.mk: # Make ARMv5 to allow more compilers to work, even though its v7a. -PLATFORM_CPPFLAGS += -march=armv5 +PLATFORM_CPPFLAGS += -march=armv7-a

[U-Boot] [PATCH] Fix compile issue

2009-04-02 Thread Sanjeev Premi
Fixes this compile error: board.c: In function 'do_switch_ecc': board.c:339: error: 'cmd_tbl_t' has no member named 'help' make[1]: *** [board.o] Error 1 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3' make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2 Sig

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-02 Thread Scott Wood
On Wed, Apr 01, 2009 at 10:02:14PM -0500, Tom Rix wrote: > +#define SECTORSIZE 512 > + > +#define NAND_ALLOW_ERASE_ALL > +#define ADDR_COLUMN 1 > +#define ADDR_PAGE2 > +#define ADDR_COLUMN_PAGE 3 > + > +#define NAND_ChipID_UNKNOWN

[U-Boot] [PATCH] sf: stmicro: dont send 4 bytes when reading status register

2009-04-02 Thread Mike Frysinger
I can't find anywhere in the datasheet that says the status register needs 3 dummy bytes sent to it before being able to read back the first real result. Tests on a Blackfin board show that after writing the opcode, the status register starts coming back immediately. So only write out the read st

Re: [U-Boot] [PATCH] Fix compile issue

2009-04-02 Thread Mike Frysinger
On Thursday 02 April 2009 12:21:54 Sanjeev Premi wrote: > cpu/arm_cortexa8/omap3/board.c |2 +- you're fixing a specific board or board family, so please put that into the subject line. "Fix compile issue" might be ok if it were an error in the top level build files, but this isnt ... -mike

[U-Boot] [RFC PATCH V2] drivers/usb: regorganisation

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
move to linux usb driver organisation Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Remy Bohmer --- Remy is this one ok for you? I've try to respect the usb driver linux organistation at maximum Best Regards, J. Makefile |4 +- drivers/seri

Re: [U-Boot] core ticks/timer code

2009-04-02 Thread Ladislav Michl
Dirk, On Tue, Mar 31, 2009 at 05:55:13PM +0200, Dirk Behme wrote: > ... I'd like that we split general ticks/timer code clean > up and bug fixes. I'd like that we implement the changes proposed by > Mike and Jean-Christophe independent and don't mix them with other > fixes for broken timer code

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090402112949.gc2...@game.jcrosoft.org> you wrote: > > > Please suggest where and when? Make this merge window longer by one > > week, and this testing phase longer by two weeks? > why not create a release to integrate the Kconfig? You would s

Re: [U-Boot] [RFC PATCH V2] drivers/usb: regorganisation

2009-04-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1238691332-27548-1-git-send-email-plagn...@jcrosoft.com> you wrote: > move to linux usb driver organisation > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Remy Bohmer > --- > Remy is this one ok for you? Looks OK to me, but.. > di

Re: [U-Boot] [PATCH] Fix compile issue

2009-04-02 Thread Dirk Behme
Sanjeev Premi wrote: > Fixes this compile error: > board.c: In function 'do_switch_ecc': > board.c:339: error: 'cmd_tbl_t' has no member named 'help' > make[1]: *** [board.o] Error 1 > make[1]: Leaving directory > `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3' > make: *** [cpu/arm_cort

Re: [U-Boot] [PATCH] Fix compile issue

2009-04-02 Thread Premi, Sanjeev
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Thursday, April 02, 2009 11:48 PM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] Fix compile issue > > Sanjeev Premi wrote: > > Fixes this compile error: > > board.c: In fun

[U-Boot] [PATCH 1/2] fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h

2009-04-02 Thread Kumar Gala
Rename the pci header for FSL HW so we can move some prototypes in there and stop doing explicit externs Signed-off-by: Kumar Gala --- board/atum8548/atum8548.c |2 +- board/freescale/mpc8536ds/mpc8536ds.c |2 +- board/freescale/mpc8544ds/mpc8544ds.c |2 +- bo

[U-Boot] [PATCH 2/2] fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs

2009-04-02 Thread Kumar Gala
Signed-off-by: Kumar Gala --- board/atum8548/atum8548.c |7 --- board/freescale/mpc8536ds/mpc8536ds.c |6 -- board/freescale/mpc8544ds/mpc8544ds.c |6 -- board/freescale/mpc8548cds/mpc8548cds.c |6 -- board/freescale/mpc8568mds/mpc8568mds.

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-02 Thread Eric BENARD
Hi Detlef, Detlef Vollmann a écrit : > Change at91 CPUs based on arm926ejs to return milliseconds > from get_timer and get_ticks. Also changes in the value of > CONFIG_SYS_HZ to 1000 in all board configs using these CPUs. > This will not compile on boards using these CPUs with a > different

[U-Boot] U-boot NAND boot support on Freescale PDK

2009-04-02 Thread alfred steele
Hi: Was going through the patch for uboot posted earlier this year and the related review comments here: http://www.mail-archive.com/u-boot@lists.denx.de/msg01140.html. >From the thread, it looks like no one is working on the u-boot nand boot on imx31 pdk. Please correct me if i am wrong. I wa

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:11 Thu 02 Apr , Eric BENARD wrote: > Hi Detlef, > > Detlef Vollmann a écrit : > > Change at91 CPUs based on arm926ejs to return milliseconds > > from get_timer and get_ticks. Also changes in the value of > > CONFIG_SYS_HZ to 1000 in all board configs using these CPUs. > > This will

Re: [U-Boot] [PATCH] Fix compile issue

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:59 Thu 02 Apr , Mike Frysinger wrote: > On Thursday 02 April 2009 12:21:54 Sanjeev Premi wrote: > > cpu/arm_cortexa8/omap3/board.c |2 +- > > you're fixing a specific board or board family, so please put that into the > subject line. "Fix compile issue" might be ok if it were an er

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-02 Thread Eric BENARD
Hi Jean Christophe, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 21:11 Thu 02 Apr , Eric BENARD wrote: >> I confirm that this patch is fixing timeout problems with tftp downloads >> on a SAM9260. >> What is blocking from pushing it mainline ? > see response e-mail and please note that the

Re: [U-Boot] pending patches website

2009-04-02 Thread Jerry Van Baren
Jerry Van Baren wrote: > Mike Frysinger wrote: >> On Thursday 02 April 2009 08:32:00 Detlev Zundel wrote: not so long ago there was some custom thingy that was running on the u-boot website that'd automatically grab patches from the mailing list and try to file them away so they woul

Re: [U-Boot] [RFC PATCH V2] drivers/usb: regorganisation

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:07 Thu 02 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1238691332-27548-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > move to linux usb driver organisation > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Cc: Remy Bohmer >

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-02 Thread Tom
Scott Wood wrote: > More legacy NAND stuff. You should probably go through the config and > clean out anything that isn't verifiably necessary. > > This has been removed from Zoom2 and Zoom1. Other modifications to the zoom configs will follow after this initial patch set. Tom __

Re: [U-Boot] release timing wrt linux

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:00 Thu 02 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090402112949.gc2...@game.jcrosoft.org> you wrote: > > > > > Please suggest where and when? Make this merge window longer by one > > > week, and this testing phase longer by two weeks? > > wh

  1   2   >