[U-Boot] Compilation warning: MSR_RI redefined

2009-04-02 Thread Stefan Roese
Hi Detlev, 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 Configuring for

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

2009-04-02 Thread Wolfgang Denk
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 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 of the same

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 plagn...@jcrosoft.com 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

[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

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. This is

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. Clean up

[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 mani.pil...@ti.com Signed-off-by: Dirk Behme dirk.be...@googlemail.com Signed-off-by: Manikandan Pillai mani.pil...@ti.com Signed-off-by: Ladislav Michl la...@linux-mips.org --- Changes from Dirk's patch which is replaced by this [2]: * Fix conflicts after commit

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 Configuring for

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 prefer

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) | PBIASLITEPWRDNZ1 |

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

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

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

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

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

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

[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:

[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 vap...@gentoo.org --- board/bf533-stamp/Makefile|1 - board/bf533-stamp/spi_flash.c |2 -- 2 files changed, 0 insertions(+), 3 deletions(-) delete mode 100644

[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 vap...@gentoo.org --- include/asm-blackfin/blackfin-config-post.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

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 vap...@gentoo.org Acked-by: Haavard Skinnemoen haavard.skinnem...@atmel.com --- 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

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

2009-04-02 Thread Mike Frysinger
From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com - AT45DB321D - AT45DB161D - AT45DB081D - AT45DB041D - AT45DB021D - AT45DB011D Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/atmel.c |

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

2009-04-02 Thread Mike Frysinger
From: Mingkai Hu mingkai...@freescale.com Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A, S25FL064A, S25FL128P. Signed-off-by: Mingkai Hu mingkai...@freescale.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/spansion.c |

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

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org CC: Haavard Skinnemoen haavard.skinnem...@atmel.com --- 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 ---

[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 vap...@gentoo.org Acked-by: Haavard Skinnemoen haavard.skinnem...@atmel.com CC: Jason McMullan mcmul...@netapp.com CC: TsiChung Liew

[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

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

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Haavard Skinnemoen haavard.skinnem...@atmel.com --- 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

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 mk7.k...@samsung.com --- 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

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/{ =

[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 vap...@gentoo.org --- MAINTAINERS |1 + MAKEALL |1 + Makefile |6 +- board/bf518f-ezbrd/.gitignore |1 + board/bf518f-ezbrd/Makefile | 57 ++

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

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- 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 +++

[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 vap...@gentoo.org ---

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 vap...@gentoo.org --- include/asm-blackfin/blackfin-config-post.h |8 ++-- 1 files changed, 6

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-VILLARD

[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 mk7.k...@samsung.com --- 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 +++

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

2009-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- 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

[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 vap...@gentoo.org --- drivers/mmc/bfin_sdh.c | 14 ++ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git

[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 vap...@gentoo.org --- 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

[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 vap...@gentoo.org --- 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

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 vap...@gentoo.org ---

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 less than 2

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 aware

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); 50 ms is

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, but the

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 requires HZ

[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

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 :(. Yes,

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 starts

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 about just

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 more. is

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

[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 russ.d...@gmail.com --- 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

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

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

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 the

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 vap...@gentoo.org 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

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 they wouldnt

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, but

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 kernel, but

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 time frame was

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 mandatory

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 clearly need now a GPIO

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

2009-04-02 Thread Stefan Roese
From: Andreas Huber andreas.hu...@keymile.com 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

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

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

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

[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

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

2009-04-02 Thread Michael Zaidman
On Thu, Apr 2, 2009 at 3:47 PM, Detlev Zundel d...@denx.de 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

[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 +=

[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

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

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 plagn...@jcrosoft.com Cc: Remy Bohmer li...@bohmer.net --- Remy is this one ok for you? I've try to respect the usb driver linux organistation at maximum Best Regards, J. Makefile

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 still

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 plagn...@jcrosoft.com Cc: Remy Bohmer li...@bohmer.net --- Remy is this one ok for you?

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 plagn...@jcrosoft.com Cc: Remy

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? why not create a

Re: [U-Boot] [PATCH 3/8] ZOOM2 Add support for debug board detection.

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP The zoom2 has an auxillary board that contains the serial, net, jtag and battery simulator. This change supports a runtime check if the debug board is

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

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: Zoom2 is a new board from Texas Instruments and LogicPD This is the product description http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch provides a zoom2 base target by copying zoom1 and by

Re: [U-Boot] [PATCH 4/8] ZOOM2 Add serial support.

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On your host pick the first enumeration. The

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 09:58 Mon 23 Mar , Nicolas Ferre wrote: The MACB IP used by AVR32 AT91 have two different layout for USRIO register. We have to differentiate this in the driver code. No more cpu

[U-Boot] [PATCH 1/2] MPC8260ADS: Add nfsboot/ramboot to default environment.

2009-04-02 Thread Scott Wood
This brings it in line with other Freescale boards. Signed-off-by: Scott Wood scottw...@freescale.com --- include/configs/MPC8260ADS.h | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8260ADS.h

[U-Boot] [PATCH 2/2] mpc8260: Fill in brg's clock-frequency in device tree.

2009-04-02 Thread Scott Wood
Signed-off-by: Scott Wood scottw...@freescale.com --- cpu/mpc8260/cpu.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c index 1b034cd..d4622ca 100644 --- a/cpu/mpc8260/cpu.c +++ b/cpu/mpc8260/cpu.c @@ -311,6 +311,9 @@ void

[U-Boot] [PATCH RESEND] common/image.c: Relocate strings in tables.

2009-04-02 Thread Scott Wood
Without this, u-boot can crash or print garbage if the original link address no longer points to a valid string. Signed-off-by: Scott Wood scottw...@freescale.com --- I sent this a couple weeks ago hoping to make it in as a bugfix, but it didn't make it. Do you have any objections to the patch,

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

2009-04-02 Thread Graeme Russ
Wolfgang, Can this be put in the ToDo list so anyone who looks to clean up their CPU and/or architecture knows what it is exactly that we are trying to achieve Thanks, Graeme ___ U-Boot mailing list U-Boot@lists.denx.de

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

2009-04-02 Thread Ben Warren
Hi Michael, Michael Zaidman wrote: On Thu, Apr 2, 2009 at 3:47 PM, Detlev Zundel d...@denx.de 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 -

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-04-02 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 09:58 Mon 23 Mar , Nicolas Ferre wrote: The MACB IP used by AVR32 AT91 have two different layout for USRIO register. We have to

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

2009-04-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090402192755.gb15...@game.jcrosoft.org you wrote: if Remy is ok could apply the at91 pull request then I will generate the final usb reorganisation patch? That should go through the USB custodian tree. Best regards, Wolfgang Denk --

[U-Boot] [PATCH v2] MPC8260ADS: Add nfsboot/ramboot to default environment.

2009-04-02 Thread Scott Wood
This brings it in line with other Freescale boards. Signed-off-by: Scott Wood scottw...@freescale.com --- This time with ttyCPM0, not ttyS0. include/configs/MPC8260ADS.h | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git

[U-Boot] make davinci_dvevm_config error

2009-04-02 Thread Neeraj Tandon
Hi,      I am using u-boot version 2009.03-rc1 for davinci DM6467 EVM. I have set CROSS_COMPILE=arm_v5t_le- and ARCH=arm.       On trying make davinci_dvevm_config I get an error:   ln : creating symbolic link asm to asm-arm : Opertaion not permitted      Any pointers to how this build