[U-Boot] [PATCH 2/2] Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()

2008-10-30 Thread Ben Warren
Also, removed the driver initialization from net/eth.c Signed-off-by: Ben Warren [EMAIL PROTECTED] --- cpu/ixp/cpu.c|9 + include/netdev.h |1 + net/eth.c|4 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c index

Re: [U-Boot] [PATCH 1/2] Moved IXP4XX_NPE driver to drivers/net

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:51 Wed 29 Oct , Ben Warren wrote: no please do not move this It's plan to remove it Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] onenand and nand together

2008-10-30 Thread Alessandro Rubini
Hello. I am working to merge support for a board (Nomadik 8815) that includes both Nand and OneNand. The plan is to have both devices online, while the configuration selects which one to use for environment and boot. Unfortunately, jffs2 code in head complains if both CONFIG_CMD_NAND and

[U-Boot] [POWERPC] mgsuvd: remove unused defines in config file.

2008-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgsuvd.h |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/configs/mgsuvd.h b/include/configs/mgsuvd.h index ff52f84..fca2e55 100644 --- a/include/configs/mgsuvd.h +++ b/include/configs/mgsuvd.h

[U-Boot] Starting WindowsCE

2008-10-30 Thread A. Geisreiter
Hello, I use U-Boot with a Marvell PXA270 CPU. And now I will start WindowsCE with it. I have loaded the nk.bin image via TFTP to the RAM but I need the entry point of the image. And I don't know anything about starting WinCE at the moment. Has anybody experience with starting WinCE or has

Re: [U-Boot] [PATCH v2] ADS5121 NAND driver

2008-10-30 Thread Wolfgang Denk
Dear John, In message [EMAIL PROTECTED] you wrote: The one question I have is if this can go in only supporting 5121 rev2. If I need to add rev1 support it will take more time than I have right now. I think it is perfectly OK to support only Rev. 2 (and later) of the chip. Rev. 1 is

Re: [U-Boot] [PATCH 1/2 V2] IOMUX: Add console multiplexing support.

2008-10-30 Thread Gary Jennejohn
Modifications to support console multiplexing. This is controlled using CONFIG_SYS_CONSOLE_MUX in the board configuration file. This allows a user to specify multiple console devices in the environment with a command like this: setenv stdin serial,nc. As a result, the user can enter text on

Re: [U-Boot] [PATCH] libfdt: Fix bug in fdt_subnode_offset_namelen()

2008-10-30 Thread Jerry Van Baren
Kumar Gala wrote: From: David Gibson [EMAIL PROTECTED] There's currently an off-by-one bug in fdt_subnode_offset_namelen() which causes it to keep searching after it's finished the subnodes of the given parent, and into the subnodes of siblings of the original node which come after it in

Re: [U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-30 Thread Nobuhiro Iwamatsu
Hi, Ben. On Tue, 28 Oct 2008 09:35:09 -0700 Ben Warren [EMAIL PROTECTED] wrote: Use 'git mv' and then 'git format-patch -C' OK, Thank you. I will use and resend. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list

Re: [U-Boot] [PATCH] drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.

2008-10-30 Thread Richard Retanubun
Richard Retanubun wrote: Hi Ben, I forgot to cc you on the patch e-mail, when you got a chance, do you mind looking at this patch. Thanks, - Richard Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c. This adds support for PHY-less MAC connections to the UEC. Signed-off-by:

Re: [U-Boot] RFC - How to speed up multiplexed input between serial and network?

2008-10-30 Thread Wolfgang Denk
Dear Bigler, Stefan, In message [EMAIL PROTECTED] you wrote: This should give you raw serial driver performacne while a serial data transfer is running, while keeping functionality for all other use cases. What do you think? First we need to have a good and accepted solution

[U-Boot] [PATCH 7/7] sh: rsk7203: Moved rsk7203 board to board/renesas

2008-10-30 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile|2 +- board/{ = renesas}/rsk7203/Makefile|0 board/{ = renesas}/rsk7203/config.mk |0 board/{ = renesas}/rsk7203/lowlevel_init.S |0 board/{ =

[U-Boot] [PATCH 5/7] sh: r2dplus: Moved r2dplus board to board/renesas

2008-10-30 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile|2 +- board/{ = renesas}/r2dplus/Makefile|0 board/{ = renesas}/r2dplus/config.mk |0 board/{ = renesas}/r2dplus/lowlevel_init.S |0 board/{ =

[U-Boot] [PATCH] Initial support for Nomadik 8815 development board

2008-10-30 Thread Alessandro Rubini
The NMDK8815 board is distributed by ST Microelectornics. This is the initial port, with basic infrastructure and a working serial port. Signed-off-by: Alessandro Rubini [EMAIL PROTECTED] --- MAINTAINERS|5 + MAKEALL|1 + Makefile

Re: [U-Boot] [PATCH][Re-Submit-again2] Custom AFEB9260 board support

2008-10-30 Thread Sergey Lapin
On Wed, Oct 29, 2008 at 12:04:25PM +0300, Sergey Lapin wrote: On Sun, Oct 26, 2008 at 10:26:32PM +0300, Sergey Lapin wrote: This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically

Re: [U-Boot] [PATCH] 86xx: remove the unused definition

2008-10-30 Thread Jon Loeliger
On Thu, 2008-10-23 at 21:19 +0800, Dave Liu wrote: Signed-off-by: Dave Liu [EMAIL PROTECTED] --- include/configs/MPC8610HPCD.h |9 - include/configs/MPC8641HPCN.h | 11 --- 2 files changed, 0 insertions(+), 20 deletions(-) Applied. Thanks, jdl

Re: [U-Boot] [PATCH] 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version

2008-10-30 Thread Jon Loeliger
On Wed, 2008-10-15 at 11:23 +0200, Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/74xx_7xx/cache.S | 10 +- cpu/mpc86xx/cache.S | 10 +- 2 files changed, 10 insertions(+), 10

[U-Boot] Pull request: u-boot-mpc86xx

2008-10-30 Thread Jon Loeliger
The following changes since commit b1d0db1805c3395149777e507b6da53410abac4e: Kumar Gala (1): bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} are available in the git repository at: git://www.denx.de/git/u-boot-mpc86xx.git master Dave Liu (6): 86xx: Move the clear_tlbs before

[U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-10-30 Thread Radha Krishna
Hi, I am using NAND Flash write, read APIs for writing and reading of my data to/from the same block. [SNIP] OMAP34XX SDP # nand dua//I created this command The manufacturer id = 2c device Id = a1 Erasing at 0x18 -- 101% complete. Cleanmarker written at 0x18. ERASE OK Writing data

Re: [U-Boot] Starting WindowsCE

2008-10-30 Thread Ken.Fuchs
Andreas Geisreiter wrote: I use U-Boot with a Marvell PXA270 CPU. And now I will start WindowsCE with it. I have loaded the nk.bin image via TFTP to the RAM but I need the entry point of the image. And I don't know anything about starting WinCE at the moment. Has anybody experience with

Re: [U-Boot] Pull request: nand flash

2008-10-30 Thread Wolfgang Denk
Dear Scott Wood, In message [EMAIL PROTECTED] you wrote: The following changes since commit b1d0db1805c3395149777e507b6da53410abac4e: Kumar Gala (1): bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} are available in the git repository at:

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

2008-10-30 Thread Kim Phillips
Wolfgang Denk, please pull: The following changes since commit b1d0db1805c3395149777e507b6da53410abac4e: Kumar Gala (1): bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Scott Wood (1):

Re: [U-Boot] [PATCH] mpc83xx pci: Round up memory size in inbound window.

2008-10-30 Thread Kim Phillips
On Tue, 28 Oct 2008 11:45:04 -0500 Scott Wood [EMAIL PROTECTED] wrote: The current calculation will fail to cover all memory if its size is not a power of two. Signed-off-by: Scott Wood [EMAIL PROTECTED] applied, thanks. Kim ___ U-Boot mailing

Re: [U-Boot] [PATCH] Remove last reference to CONFIG_MPC85xx_FEC

2008-10-30 Thread Andy Fleming
On Thu, Oct 30, 2008 at 12:53 AM, Ben Warren [EMAIL PROTECTED] wrote: This is no longer used by any boards, the last one was removed in commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27. Signed-off-by: Ben Warren [EMAIL PROTECTED] Um8540ADS uses it. And the 8572 has one, even though we

Re: [U-Boot] [PATCH] Remove last reference to CONFIG_MPC85xx_FEC

2008-10-30 Thread Ben Warren
Andy Fleming wrote: On Thu, Oct 30, 2008 at 12:53 AM, Ben Warren [EMAIL PROTECTED] wrote: This is no longer used by any boards, the last one was removed in commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27. Signed-off-by: Ben Warren [EMAIL PROTECTED] Um8540ADS uses it. And the

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

2008-10-30 Thread Wolfgang Denk
Dear Kim Phillips, In message [EMAIL PROTECTED] you wrote: Wolfgang Denk, please pull: The following changes since commit b1d0db1805c3395149777e507b6da53410abac4e: Kumar Gala (1): bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} are available in the git repository at:

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:45 Tue 28 Oct , Ilko Iliev wrote: Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:20 Mon 27 Oct , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: I've found that weak functions are only

[U-Boot] Makefile question

2008-10-30 Thread Ron Madrid
I am creating a file called config.tmp in my board specific folder within nand_spl during the configuration of my board in the top level Makefile. This is not a problem, however when I run make distclean this file still remains. Perhaps I should not do this task in this manner. Based on the

Re: [U-Boot] RFC - How to speed up multiplexed input between serial and network?

2008-10-30 Thread Bigler, Stefan
Dear Denk Wolfgang, In message [EMAIL PROTECTED] you wrote: This should give you raw serial driver performacne while a serial data transfer is running, while keeping functionality for all other use cases. What do you think? First we need to have a good and accepted

[U-Boot] [PATCH] Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)

2008-10-30 Thread Bartlomiej Sieka
Signed-off-by: Bartlomiej Sieka [EMAIL PROTECTED] --- doc/README.update |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.update b/doc/README.update index a476002..48f03b7 100644 --- a/doc/README.update +++ b/doc/README.update @@ -39,11 +39,11 @@ The

[U-Boot] [PATCH 00/10] Add MMC Framework

2008-10-30 Thread Andy Fleming
Here's a new framework (based roughly off the linux one) for managing MMC controllers. It handles all of the standard SD/MMC transactions, leaving the host drivers to implement only what is necessary to deal with their specific hardware. We make a number of slow steps toward it before dropping

[U-Boot] [PATCH 01/10] Consolidate MAX/MIN definitions

2008-10-30 Thread Andy Fleming
There were several, now there is one (two if you count the lower-case versions). Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- board/delta/nand.c |2 -- board/zylonite/nand.c |2 -- common/cmd_bedbug.c |4 common/cmd_elf.c|

[U-Boot] [PATCH 05/10] Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions

2008-10-30 Thread Andy Fleming
These names are being taken over by the new MMC framework. Hopefuly the PXA can be easily ported, and these functions will go away entirely. Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- cpu/pxa/mmc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH 04/10] Eliminated arch-specific mmc header requirement

2008-10-30 Thread Andy Fleming
The current MMC infrastructure relies on the existence of an arch-specific header file. This isn't necessary, and a couple drivers were forced to implement dummy files to meet this requirement. Instead, we move the stuff in those header files into a more appropriate place, and eliminate the stubs

[U-Boot] [PATCH 07/10] Add support for the Freescale eSDHC found on 8379 and 8536 SoCs

2008-10-30 Thread Andy Fleming
This uses the new MMC framework Some contributions by Dave Liu [EMAIL PROTECTED] Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- drivers/mmc/Makefile|1 + drivers/mmc/fsl_esdhc.c | 344 +++ include/fsl_esdhc.h | 136 +++

[U-Boot] [PATCH 03/10] Convert mmc_init to mmc_legacy_init

2008-10-30 Thread Andy Fleming
This is to get it out of the way of incoming MMC framework Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- common/cmd_mmc.c |2 +- cpu/arm720t/lpc2292/mmc.c |4 ++-- cpu/pxa/mmc.c |2 +- drivers/mmc/atmel_mci.c |2 +- include/mmc.h |2 +-

[U-Boot] [PATCH 10/10] fs: make the static array to dynamic allocation

2008-10-30 Thread Andy Fleming
From: Dave Liu [EMAIL PROTECTED] Current fat.c have three 64KB static array, it makes the BSS section larger. Change the static to dynamic allocation. Signed-off-by: Dave Liu [EMAIL PROTECTED] --- fs/fat/fat.c | 38 +++--- 1 files changed, 35 insertions(+), 3

[U-Boot] [PATCH 09/10] 85xx: Add eSDHC support for 8536 DS

2008-10-30 Thread Andy Fleming
Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- board/freescale/mpc8536ds/mpc8536ds.c | 12 cpu/mpc85xx/cpu.c | 16 +++- include/configs/MPC8536DS.h | 14 ++ 3 files changed, 41 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 08/10] 83xx: Add eSDHC support on 8379 EMDS board

2008-10-30 Thread Andy Fleming
Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- board/freescale/mpc837xemds/mpc837xemds.c | 19 +++ cpu/mpc83xx/cpu.c | 14 ++ include/asm-ppc/immap_83xx.h |2 ++ include/configs/MPC837XEMDS.h | 15

[U-Boot] [PATCH 02/10] Eliminate support for using MMC as memory

2008-10-30 Thread Andy Fleming
MMC cards are not memory, so we stop treating them that way. Signed-off-by: Andy Fleming [EMAIL PROTECTED] --- common/cmd_mem.c | 43 --- cpu/arm720t/lpc2292/mmc.c | 26 -- cpu/pxa/mmc.c | 14

[U-Boot] [PATCH 06/10] Add MMC Framework

2008-10-30 Thread Andy Fleming
Here's a new framework (based roughly off the linux one) for managing MMC controllers. It handles all of the standard SD/MMC transactions, leaving the host drivers to implement only what is necessary to deal with their specific hardware. This also hooks the infrastructure into the PowerPC board

Re: [U-Boot] [PATCH PPC_4xx V3] Print simple row of dots instead of spinning wheel

2008-10-30 Thread Wolfgang Denk
Dear Stefan Matthias, In message [EMAIL PROTECTED] you wrote: Replace the spinning wheel eye candy by printing a simple row of dots. This avoids problems with control charactersin log files etc. Also, it saves a few bytes. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] Did you come to

Re: [U-Boot] [PATCH]v2: Fixed lineendings in tools/img2brec.sh

2008-10-30 Thread Wolfgang Denk
Dear Niklaus Giger, In message [EMAIL PROTECTED] you wrote: This time I took a closer look at img2brec.sh. My conclusions are img2brec.sh was done for development under Windows (probably cygwin), as it uses a command filesize which is not available as such under Unix. Therefore I replaced

Re: [U-Boot] [PATCH] 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache

2008-10-30 Thread Wolfgang Denk
Dear Dave Liu, In message [EMAIL PROTECTED] you wrote: The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache This is needed in unlock_ram_in_cache() because it is called from C and will corrupt

Re: [U-Boot] [PATCH v3] Update U-Boot's build timestamp on every compile

2008-10-30 Thread Wolfgang Denk
Dear Peter Tyser, In message [EMAIL PROTECTED] you wrote: Use the GNU 'date' command to auto-generate a new U-Boot timestamp on every compile. Signed-off-by: Peter Tyser [EMAIL PROTECTED] Sorry, this patch has whitespace issues and other problems: Applying Update U-Boot's build timestamp

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-30 Thread Cristian Birsan
Dear Wolfgang Denk, I have submitted a few weeks ago a patch for Olimex SAM9-L9260 (similar to AT91SAM9260-EK board from Atmel). Is is possible to include that patch in the new version of u-boot ? If it's needed I can resend a new patch for the u-boot v2008.10 Please let me know what should I

[U-Boot] [PATCH] CFI Driver: fix flash not ready problem

2008-10-30 Thread Wolfgang Denk
From: Wolfgang Denk [EMAIL PROTECTED] This patch fixes a problem on systems where the NOR flash is attached to a 64 bit bus. The toggle bit detection in flash_toggle() is based on the assumption that the same flash address is read twice without any other interjacent flash accesses. However, on

[U-Boot] [PATCH] TQM8260: use CFI flash driver instead of custom driver.

2008-10-30 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- board/tqc/tqm8260/Makefile |2 +- board/tqc/tqm8260/flash.c | 497 include/configs/TQM8260.h |7 + 3 files changed, 8 insertions(+), 498 deletions(-) delete mode 100644

[U-Boot] Pull request: u-boot-fdt

2008-10-30 Thread Jerry Van Baren
Dear Wolfgang, Please pull u-boot-fdt master branch for inclusion in the 2008-12 release. Thanks, gvb The following changes since commit d685b74c64a38849f1a129b3ab846fbf67dd937e: Dave Liu (1): 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache are available in

[U-Boot] [PATCH] Fix typo in cpu/mpc85xx/cpu.c

2008-10-30 Thread Ben Warren
CONFIG_MPC85xx_FEC - CONFIG_MPC85XX_FEC Signed-off-by: Ben Warren [EMAIL PROTECTED] --- cpu/mpc85xx/cpu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index c780687..b90871d 100644 --- a/cpu/mpc85xx/cpu.c +++ b/cpu/mpc85xx/cpu.c