Re: [U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

2010-04-26 Thread Ben Warren
Thomas, On 4/19/2010 9:49 PM, Thomas Chou wrote: This driver supports the Altera triple speeds 10/100/1000 ethernet mac. Signed-off-by: Thomas Choutho...@wytron.com.tw --- sort the code to remove func proto. change initialization, with dev_num and bases. add tse_set_mac_address(). sgdma

Re: [U-Boot] [PATCH v3] net: add opencore 10/100 ethernet mac driver

2010-04-26 Thread Ben Warren
Thomas, On 4/15/2010 7:32 AM, Thomas Chou wrote: This patch ports the opencore 10/100 ethernet mac driver ethoc.c from linux kernel to u-boot. Signed-off-by: Thomas Choutho...@wytron.com.tw --- use iobase of struct eth_device. add dev_num to ethoc_initialize. drivers/net/Makefile |

Re: [U-Boot] [PATCH 1/3] arm: Add support for MB86R0x SoCs

2010-04-26 Thread Matthias Weißer
Am 22.04.2010 14:34, schrieb Wolfgang Denk: Dear Matthias Weisser, In message1271932257-14618-2-git-send-email-weiss...@arcor.de you wrote: This patch adds support for MB86R0x SoCs from Fujitsu Signed-off-by: Matthias Weisserweiss...@arcor.de ... --- /dev/null +++

Re: [U-Boot] [PATCH 07/17] SPEAr : Network driver support added

2010-04-26 Thread Armando VISCONTI
Hi Ben, I agree that MDIO bus probing doesn't make much sense. I don't know anything about your SOC, but the ones that I work with typically have multiple MACs (data link) but only one MDIO bus (control link). The end result is multiple PHYs on a multi-drop bus, and there's no way of

[U-Boot] Uboot application problem

2010-04-26 Thread robin
Hi, I have a couple of custom application for uboot. I am able to build and run the application individually If i power up the board and run the first application, It executes without powering off the board if i load second application to same location, the system hangs. Both the application has

Re: [U-Boot] [PATCH] da830: Move common code out of da830evm.c file

2010-04-26 Thread Nick Thompson
On 21/04/10 12:58, Sudhakar Rajashekhara wrote: TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 in many aspects. So instead of repeating the same code in multiple files, move the common code to a different file and call those functions from the respective da830/da850 files.

Re: [U-Boot] [PATCH 07/17] SPEAr : Network driver support added

2010-04-26 Thread Vipin KUMAR
On 4/26/2010 1:31 PM, Armando VISCONTI wrote: Hi Ben, I agree that MDIO bus probing doesn't make much sense. I don't know anything about your SOC, but the ones that I work with typically have multiple MACs (data link) but only one MDIO bus (control link). The end result is multiple PHYs

Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-26 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ben Warren Sent: Monday, April 26, 2010 11:26 AM To: u-boot@lists.denx.de Cc: biggerbadder...@gmail.com Subject: [U-Boot] [PATCH v3] Program net device MAC addresses after

[U-Boot] Query: NAND Flash support

2010-04-26 Thread Mohamed Thalib H
Hi all, We have NAND Flash in our Custom board. My Question is - will it work straight away, or I have add support. If I need to add support. Could some one suggestion which part of the code should I touch. We are using TI DM355 processor. Thanks Thalib

Re: [U-Boot] da850/L138 SPI flash transfer speed

2010-04-26 Thread Nori, Sekhar
Hello Delio, On Sat, Apr 24, 2010 at 05:00:49, Delio Brignoli wrote: Hello Wolfgang, On 24/04/2010, at 10:29 AM, Wolfgang Denk wrote: please mind the NetiQuette and restrict your line length to some 70 charatcers or so. Thanks. Will do, thanks. Everything is slow as caches are not

Re: [U-Boot] da850/L138 SPI flash transfer speed

2010-04-26 Thread Alessandro Rubini
To you knowledge, would enabling the cache for davinci da850 break anything in U-Boot? No, except that it should be done consistently for all ARM processors. Which reminds me I have to post V2 of my cache patch. V1 was sent on 2010-01-26 and some flush was missing. I didn't notice as network

[U-Boot] [PATCH] ppc4xx: Add missing APC405 to MAKEALL

2010-04-26 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de Cc: Matthias Fuchs matthias.fu...@esd.eu --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 4632750..391b1e4 100755 --- a/MAKEALL +++ b/MAKEALL @@ -185,6 +185,7 @@ LIST_4xx= \

Re: [U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-26 Thread Wolfgang Denk
Dear Ben Warren, In message 1272261030-9419-1-git-send-email-biggerbadder...@gmail.com you wrote: Add a new function to the eth_device struct for programming a network controller's hardware address. After all network devices have been initialized and the proper MAC address for each has

Re: [U-Boot] da850/L138 SPI flash transfer speed

2010-04-26 Thread Nori, Sekhar
On Sat, Apr 24, 2010 at 03:59:22, Wolfgang Denk wrote: Dear Delio Brignoli, please mind the NetiQuette and restrict your line length to some 70 charatcers or so. Thanks. In message 4d573595-069a-4490-af2d-38ed3aad7...@audioscience.com you wrote: I am working on reducing boot time on an

Re: [U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-26 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Monday, April 26, 2010 5:22 PM To: Ben Warren Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v2] Program net device MAC addresses after

Re: [U-Boot] [PATCH] ARM1176: Coexist with other ARM1176 platforms

2010-04-26 Thread Tom Rix
Cyril Chemparathy wrote: The current ARM1176 CPU specific code is too specific to the SMDK6400 architecture. The following changes were necessary prerequisites for the addition of other SoCs based on ARM1176. Existing board's (SMDK6400) configuration has been modified to keep behavior

Re: [U-Boot] [PATCH 1/2] The bootcount_{store|load} moved to arch specific generic locations.

2010-04-26 Thread Stefan Roese
Hi Michael, On Friday 23 April 2010 21:07:12 Michael Zaidman wrote: Signed-off-by: Michael Zaidman michael.zaid...@gmail.com Suggested-by: Wolfgang Denk w...@denx.de Thanks. Even though this patch is an improvement to the current state, we still duplicate some code in the multiple

Re: [U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

2010-04-26 Thread Thomas Chou
On 04/26/2010 02:13 PM, Ben Warren wrote: Thomas, On 4/19/2010 9:49 PM, Thomas Chou wrote: This driver supports the Altera triple speeds 10/100/1000 ethernet mac. applied to net repo. If you'd like this driver to automatically program MAC addresses after initialization (see a patch that

Re: [U-Boot] [PATCH] ppc4xx: Add missing APC405 to MAKEALL

2010-04-26 Thread Matthias Fuchs
Stefan, good catch! Thanks for fixing. Matthias Acked-by: Matthias Fuchs matthias.fu...@esd.eu On Monday 26 April 2010 13:31, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Matthias Fuchs matthias.fu...@esd.eu --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0

Re: [U-Boot] [PATCH] ppc4xx: Add missing APC405 to MAKEALL

2010-04-26 Thread Stefan Roese
Hi Matthias, On Monday 26 April 2010 16:20:28 Matthias Fuchs wrote: good catch! Thanks for fixing. Unfortunately APC405 doesn't compile anymore. Care to send a patch? Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office:

[U-Boot] [PATCH] powerpc: Consolidate bootcount_{store|load} for PowerPC

2010-04-26 Thread Stefan Roese
This patch consolidates bootcount_{store|load} for PowerPC by implementing a common version in arch/powerpc/lib/bootcount.c. This code is now used by all PowerPC variants that currently have these functions implemented. The functions now use the proper IO-accessor functions to read/write the

Re: [U-Boot] [PATCH] mmc: add generic mmc spi driver

2010-04-26 Thread Thomas Chou
On 04/25/2010 02:56 PM, Mike Frysinger wrote: On Friday 23 April 2010 01:55:11 Thomas Chou wrote: On 04/23/2010 12:04 PM, Thomas Chou wrote: it's too bad the new framework doesnt allow for dynamic probing like the spi layer. makes it a pain to work with a SPI/MMC card that can

[U-Boot] XScale PXA320 and USB Ethernet?

2010-04-26 Thread Thad Phetteplace
I'm reposting this question because I think the formatting was screwed up on my last attempt. I apologize if I cluttered up the list with my previous attempt. Thanks in advance for any hints pointing me in the right direction. I'm working on a board based on the PXA320 Zylonite reference board

Re: [U-Boot] Query: NAND Flash support

2010-04-26 Thread Thomas Chou
On 04/26/2010 06:17 PM, Mohamed Thalib H wrote: Hi all, We have NAND Flash in our Custom board. My Question is - will it work straight away, or I have add support. If I need to add support. Could some one suggestion which part of the code should I touch. We are using TI DM355 processor.

Re: [U-Boot] Query: NAND Flash support

2010-04-26 Thread Paulraj, Sandeep
Hi all, We have NAND Flash in our Custom board. My Question is - will it work straight away, or I have add support. If I need to add support. Could some one suggestion which part of the code should I touch. We are using TI DM355 processor. DM355 support is present in U-Boot. If

Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-26 Thread Ben Warren
Hi Prafulla, On 4/26/2010 3:09 AM, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ben Warren Sent: Monday, April 26, 2010 11:26 AM To: u-boot@lists.denx.de Cc: biggerbadder...@gmail.com

Re: [U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-26 Thread Ben Warren
Hi Wolfgang, On 4/26/2010 4:52 AM, Wolfgang Denk wrote: Dear Ben Warren, In message1272261030-9419-1-git-send-email-biggerbadder...@gmail.com you wrote: Add a new function to the eth_device struct for programming a network controller's hardware address. After all network devices

Re: [U-Boot] [PATCH] mmc: add generic mmc spi driver

2010-04-26 Thread Mike Frysinger
On Monday 26 April 2010 10:37:07 Thomas Chou wrote: I have moved spi slave setup so that we can change the cs on the fly. We could add a subcommand, like, mmc_spi [bus:]cs Where should I place this command? in a new file in common dir or inside the mmc_spi driver? i would keep the

Re: [U-Boot] Ethernet over USB using PXA320

2010-04-26 Thread Alan Carvalho de Assis
Hi Thad, On 4/26/10, Thad Phetteplace tdphe...@gmail.com wrote: I'm working on a board based on the PXA320 Zylonite reference board and attempting to get Ethernet via USB support working in u-boot. From what I can tell so far, this is not yet well supported in the u-boot mainline. I've been

Re: [U-Boot] Facing problems in Porting U-boot to MIPS32 (Au1350)

2010-04-26 Thread Andrew Dyer
On Mon, Apr 26, 2010 at 2:07 PM, Gurumurthy G M gurumurthy.gow...@gmobis.com wrote: Hi Andrew,          Thank You very much for the reply. i have done a couple of porting for MPC82xx,MPC74xx i.e. only worked on Free Scale processors. this is my first port on MIPS. i feel its not so simple

Re: [U-Boot] Ethernet over USB using PXA320

2010-04-26 Thread Thad Phetteplace
Alan, Yes, I did actually run across that link already. Unfortunately, it talks about the device being supported by linux, but I find nothing specific regarding u-boot support. My hope was to find a specific driver in u-boot that already supports a USB Ethernet dongle or even IP over USB/USB,

Re: [U-Boot] [PATCH] fdt_support: add entry for sec3.1 and remove tls_ssl_stream descriptor type capability for sec3.3

2010-04-26 Thread Kim Phillips
On Sun, 25 Apr 2010 19:55:27 -0400 Jerry Van Baren gvb.ub...@gmail.com wrote: Hi Kim, Haiying, Hi Jerry, Kim Phillips wrote: Add sec3.1 h/w geometry for fdt node fixups. Also, technically, whilst SEC v3.3 h/w honours the tls_ssl_stream descriptor type, it lacks the ARC4 algorithm

Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-26 Thread Prafulla Wadaskar
-Original Message- From: Ben Warren [mailto:biggerbadder...@gmail.com] Sent: Monday, April 26, 2010 10:09 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing Hi Prafulla, On 4/26/2010 3:09

[U-Boot] [PATCH v2] mmc: add generic mmc spi driver

2010-04-26 Thread Thomas Chou
This patch supports mmc/sd card with spi interface. It is based on the generic mmc framework. It works with SDHC and supports write. The crc7 lib func is merged from linux and used to compute mmc command checksum. There is a subcomamnd mmc_spi to setup spi bus and cs at run time. Signed-off-by:

[U-Boot] [PATCH v8] spi: add altera spi controller support

2010-04-26 Thread Thomas Chou
This patch adds the driver of altera spi controller, which is also used as epcs/spi flash controller. It also works with mmc_spi driver. This driver support more than one spi bus, with base list declared #define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... } Signed-off-by: Thomas Chou

[U-Boot] [PATCH v3] mmc: add generic mmc spi driver

2010-04-26 Thread Thomas Chou
This patch supports mmc/sd card with spi interface. It is based on the generic mmc framework. It works with SDHC and supports write. The crc7 lib func is merged from linux and used to compute mmc command checksum. There is a subcomamnd mmc_spi to setup spi bus and cs at run time. Signed-off-by:

[U-Boot] [PATCH] nios2: add epcs, gpio led and mmc_spi to nios2-generic

2010-04-26 Thread Thomas Chou
Since Wolfgang requests that new driver should be used with a board, these peripherals are added to the nios2-generic board. It will exercise drivers in these outstanding patches, 04/17 [PATCH v4] nios2: add gpio support 04/21 [PATCH v2] misc: add gpio based status led driver 04/27 [PATCH v8]

Re: [U-Boot] [PATCH 1/4] ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQ

2010-04-26 Thread Kumar Gala
On Apr 21, 2010, at 10:55 AM, Kim Phillips wrote: On Tue, 20 Apr 2010 10:39:26 -0500 Kumar Gala ga...@kernel.crashing.org wrote: The MPC83xx SERDES control is different from the other FSL PPC chips. For now lets split it out so we can standardize on interfaces for determining of a device

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

2010-04-26 Thread Kumar Gala
The following changes since commit 6e5fb4eec3702a13770769a5a48a9423aa68ee9c: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mmc are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Dave Liu (6): ppc/p4080: Extend the GUTS

Re: [U-Boot] [PATCH] fdt_support: add entry for sec3.1 and remove tls_ssl_stream descriptor type capability for sec3.3

2010-04-26 Thread Kumar Gala
be a small and necessary improvement to existing code, it would be better to move the Freescale specific fixups into a Freescale CPU subdirectory, probably cpu/mpc8xxx/fdt.c. to do that properly, a merge of 83xx and 8[56]xx families' both cpu and pci code would have to be made - something

[U-Boot] [PATCH] Fixup native builds on powerpc

2010-04-26 Thread Kumar Gala
When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the same way. We use HOSTARCH == ARCH to determine if a build is native. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile

[U-Boot] [PATCH] net: ethoc: add write_hwaddr support

2010-04-26 Thread Thomas Chou
Signed-off-by: Thomas Chou tho...@wytron.com.tw --- drivers/net/ethoc.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/net/ethoc.c b/drivers/net/ethoc.c index b912e44..286fbe7 100644 --- a/drivers/net/ethoc.c +++ b/drivers/net/ethoc.c @@ -215,13 +215,14 @@

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-04-26 Thread Heiko Schocher
Hello Vipin, Vipin KUMAR wrote: The i2c IP used by spear platform is a synopsys i2c controller The earlier driver adds the driver of this controller as if it is specific to spear platform. The driver files are now moved into drivers/i2c folder for reusability by other platforms

Re: [U-Boot] [PATCH v4] Program net device MAC addresses after initializing

2010-04-26 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: Add a new function to the eth_device struct for programming a network controller's hardware address. After all network devices have been initialized and the proper MAC address for each has been determined, make a device driver call to program the address into

[U-Boot] [PATCH] net: fec_mxc: add write_hwaddr support

2010-04-26 Thread Heiko Schocher
tested on the magnesium board. Signed-off-by: Heiko Schocher h...@denx.de --- Patch from Ben must be applied before, see this patch here: http://lists.denx.de/pipermail/u-boot/2010-April/070691.html drivers/net/fec_mxc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git