Re: [U-Boot] [PATCH] mpc5xxx_fec: add call to reset_phy() after PHY initialization

2010-10-12 Thread Ben Warren
Hi Ilya, On 8/19/2010 2:09 AM, Ilya Yanok wrote: Some boards need their board-specific PHY quirks to be called to PHY to work normally. As mpc5xxx_fec driver uses on demand PHY initialization and can even reinit PHY during normal operation we can't count on reset_phy() call from

Re: [U-Boot] [PATCH v6 1/2][NEXT] davinci_emac: davinci_eth_set_mac_addr to -write_hwaddr

2010-10-12 Thread Ben Warren
Hi Ben, On 9/23/2010 6:58 AM, Ben Gardiner wrote: This patch proposes to migrate the davinci_emac driver to using the eth_device-write_hwaddr function pointer as suggested by Ben Warren. All the davinci boards had the behaviour, prior to this patch, of sync'ing the environment variable

Re: [U-Boot] [PATCH] rarp: Condtionally compile rarp support

2010-10-12 Thread Ben Warren
Hi Peter, On 9/30/2010 9:25 AM, Peter Tyser wrote: Most people don't use the 'rarpboot' command, so only enable it when CONFIG_CMD_RARP is defined. Signed-off-by: Peter Tyserpty...@xes-inc.com --- common/cmd_net.c |2 ++ include/config_cmd_all.h |1 + net/Makefile

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-12 Thread Ben Warren
Hi Thomas, On 10/5/2010 6:16 PM, Thomas Chou wrote: Add smc_write_hwaddr() to set mac address. Clear dev before use. Signed-off-by: Thomas Choutho...@wytron.com.tw --- drivers/net/smc9.c | 40 1 files changed, 24 insertions(+), 16

Re: [U-Boot] [PATCH 1/2] drivers/net/at91_emac.c: increase timeout for autonegotiation

2010-10-12 Thread Ben Warren
Hi Andreas, On 10/7/2010 12:44 AM, Andreas Bießmann wrote: This patch increases timeout for autonegotiation from 1 second to 3 seconds. Some boards (e.g. at91rm9200ek) did not negotiate within 1 second. Signed-off-by: Andreas Bießmannandreas.de...@googlemail.com ---

Re: [U-Boot] [PATCH 2/2] drivers/net/at91_emac.c: change return values

2010-10-12 Thread Ben Warren
HI Andreas, On 10/7/2010 12:44 AM, Andreas Bießmann wrote: Some return values pretended correct pass. This patch changes them according to README.drivers.net. This patch changes e.g. command 'dhcp' to stop after errorneous autonegotiation. Signed-off-by: Andreas

Re: [U-Boot] [PATCH] net: Fix emaclite driver to support little-endian microblaze

2010-10-12 Thread Ben Warren
Hi Michal, On 10/10/2010 6:41 PM, Michal Simek wrote: Support New emaclite AXI IP. Signed-off-by: Michal Simekmon...@monstr.eu CC: Ben Warrenbiggerbadder...@gmail.com --- drivers/net/xilinx_emaclite.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH v2] net: Move Emaclite to NET_MULTI

2010-10-12 Thread Ben Warren
Hi Michal, On 10/10/2010 6:41 PM, Michal Simek wrote: Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api. Signed-off-by: Michal Simekmon...@monstr.eu CC: Ben Warrenbiggerbadder...@gmail.com --- v2: Pass base_addr as parameter v1: Initial version ---

[U-Boot] Pull request - net

2010-10-12 Thread Ben Warren
/net/at91_emac.c: increase timeout for autonegotiation drivers/net/at91_emac.c: change return values Ben Gardiner (1): davinci_emac: davinci_eth_set_mac_addr to -write_hwaddr Ben Warren (1): Net: Remove redundant CONFIG_NET_MULTI directives Ilya Yanok (1): mpc5xxx_fec

Re: [U-Boot] Coldfire Architecture and SELF

2010-09-27 Thread Ben Warren
Hello, On Mon, Sep 27, 2010 at 12:42 AM, Wolfgang Wegner wolfg...@leila.ping.dewrote: Hi, On Mon, Sep 27, 2010 at 08:43:00AM +0200, SANCHEZ VITORICA, GUILLERMO wrote: Hi again, Thank you for your fast answers. Sorry. I was reading the manual in the U-Boot webpage and miss

Re: [U-Boot] Coldfire Architecture and SELF

2010-09-27 Thread Ben Warren
Hello, On Monday, September 27, 2010, SANCHEZ VITORICA, GUILLERMO gsanc...@gamesacorp.com wrote: Hi again, So, if I have got it straight, with VirtualBox + Ubuntu + ELDK + U-BOOT sources I can start developing U-BOOT for the MCF5445EVB? Yes, that's how I'd do it if in your

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-21 Thread Ben Warren
Hi Mike, On Mon, Sep 20, 2010 at 10:52 PM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday, September 21, 2010 01:21:46 Reinhard Meyer wrote: On Monday, September 20, 2010 17:44:38 Mike Frysinger wrote: finally got around to testing this. seems like the init needs some work. if i

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-13 Thread Ben Warren
Hi Ben, On Monday, September 13, 2010, Ben Gardiner bengardi...@nanometrics.ca wrote: Hi Ben, On Sun, Sep 12, 2010 at 11:45 PM, Ben Warren biggerbadder...@gmail.com wrote: Please consider doing this differently.  If you change the driver to make 'davinci_eth_set_mac_addr()' meet

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Ben Warren
On 9/12/2010 12:18 PM, Mike Frysinger wrote: On Sunday, September 12, 2010 08:58:29 Reinhard Meyer wrote: 1110f276e9785d0270cfc9ec316dd475145f95d0 SPI: cmd_spi.c: add options to specify bus and mode - has been posted 26.08.2010 i already merged into my sf branch and will push post 2010.09 if

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-12 Thread Ben Warren
Hi Ben, On 9/10/2010 1:10 PM, Ben Gardiner wrote: The current da850evm support in u-boot/master [1] omits any use of the davinci EMAC. This patch adds basic support for the EMAC using the MII PHY found on the baseboard of the EVM. The MAC address is read from the environment variable

Re: [U-Boot] [PATCH NET 1/2] Net: Remove redundant CONFIG_NET_MULTI directives

2010-09-12 Thread Ben Warren
On 8/31/2010 11:05 PM, Ben Warren wrote: All are within an #ifdef CONFIG_NET_MULTI block already Signed-off-by: Ben Warrenbiggerbadder...@gmail.com --- net/eth.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) Applied to net/next regards, Ben

Re: [U-Boot] [RFC][PATCH 2/3] e1000: Intel 82571EB: Don't wait for MNG cycle on unmanaged chips

2010-09-12 Thread Ben Warren
Hi Kyle, On 8/30/2010 11:24 AM, Kyle Moffett wrote: The Intel 82571EB chipset can be used in an unmanaged configuration as a fast dual-port Gig-E controller. Unfortunately a board consturcted that way would fail to correctly come up because the driver polls for the completion of a

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-09-12 Thread Ben Warren
Hi Jocke, On 8/10/2010 7:36 AM, Joakim Tjernlund wrote: Instead of always performing an autoneg, check if the PHY already has a link and if it matches one of the requested modes. Initially only 100MbFD is optimized this way. Signed-off-by: Joakim Tjernlundjoakim.tjernl...@transmode.se ---

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-12 Thread Ben Warren
Hi Reinhard, On 9/12/2010 7:23 AM, Reinhard Meyer wrote: V3: further refinements: - use priv member instead of container method - allow setting of MAC address by write_hwaddr method - avoid shutting down link between commands Signed-off-by: Reinhard Meyeru-b...@emk-elektronik.de ---

Re: [U-Boot] [RFC][PATCH 2/3] e1000: Intel 82571EB: Don't wait for MNG cycle on unmanaged chips

2010-09-12 Thread Ben Warren
On 9/12/2010 9:24 PM, Kyle Moffett wrote: Ben, I am so sorry... please actually drop this patch. I've been in contact with Intel regarding the equivalent patch for the Linux kernel and it turns out this is just a workaround for a misconfiguration in our EEPROMs. The boards on which I

[U-Boot] [PATCH NET 1/2] Net: Remove redundant CONFIG_NET_MULTI directives

2010-09-01 Thread Ben Warren
All are within an #ifdef CONFIG_NET_MULTI block already Signed-off-by: Ben Warren biggerbadder...@gmail.com --- net/eth.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/net/eth.c b/net/eth.c index 993306f..5c70d4f 100644 --- a/net/eth.c +++ b/net/eth.c

[U-Boot] [PATCH NET 2/2] Net: clarify board/cpu_eth_init calls

2010-09-01 Thread Ben Warren
This has always been confusing, and the idea of these functions returning the number of interfaces initialized was half-baked and ultimately pointless. Instead, act more like regular functions and return 0 on failure, = 0 on success. This change shouldn't break anything. Signed-off-by: Ben

Re: [U-Boot] [PATCH NET 2/2] Net: clarify board/cpu_eth_init calls

2010-09-01 Thread Ben Warren
Hi Mike, On 9/1/2010 10:04 AM, Mike Frysinger wrote: On Wednesday, September 01, 2010 02:05:04 Ben Warren wrote: +if (board_eth_init != __def_eth_init) { +} else if (cpu_eth_init != __def_eth_init) { i'm not sure these changes are useful. the resolution of the symbols happens

Re: [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device

2010-09-01 Thread Ben Warren
Hi Cyril, On 9/1/2010 8:34 AM, Cyril Chemparathy wrote: Hi Ben, I seem to have missed a comment while responding earlier: [...] +int cpsw_register(struct cpsw_platform_data *data) Please redo things so that this function takes generic arguments. Build up your struct internally. Could

Re: [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device

2010-09-01 Thread Ben Warren
On 8/31/2010 8:58 AM, Cyril Chemparathy wrote: Hi Ben, [...] +COBJS-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o Please don't use the word DRIVER here. If possible, use something more verbose than CPSW too. Will TI_CPSW_SWITCH work better considering that CPSW is the name of the hardware block?

Re: [U-Boot] [PATCH v2] NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c

2010-08-31 Thread Ben Warren
Hello Reinhard, On 8/6/2010 9:42 AM, Reinhard Meyer (-VC) wrote: This patch is required before the upcoming new enc28j60 driver using SPI framework patch can be applied: - Move legacy enc28j60.c to enc28j60_lpc2292.c. - Change Makefile and the two affected boards' definition files. Tested

Re: [U-Boot] [PATCH 1/2] UEC: Don't udelay needlessly

2010-08-31 Thread Ben Warren
Hi Jocke, On 8/11/2010 2:44 AM, Joakim Tjernlund wrote: uec_init() adds an udelay(10) even though the PHY status read went well, don't do that. Signed-off-by: Joakim Tjernlundjoakim.tjernl...@transmode.se --- drivers/qe/uec.c |4 +++- 1 files changed, 3 insertions(+), 1

Re: [U-Boot] [PATCHv2] net: Fix faulty definition of uec_initialize()

2010-08-31 Thread Ben Warren
Hi Jocke, On 8/19/2010 12:37 AM, Joakim Tjernlund wrote: The correct definition is in drivers/qe/uec.h so just remove this one. Signed-off-by: Joakim Tjernlundjoakim.tjernl...@transmode.se --- include/netdev.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/4] net: Move Emaclite to NET_MULTI

2010-08-31 Thread Ben Warren
Hi Michal, Sorry for the delay in reviewing On 8/2/2010 5:49 AM, Michal Simek wrote: Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api. Signed-off-by: Michal Simekmon...@monstr.eu --- drivers/net/xilinx_emaclite.c | 84

Re: [U-Boot] UEC/NET patch status?

2010-08-30 Thread Ben Warren
On 8/30/2010 2:22 PM, Joakim Tjernlund wrote: some time ago I submitted: [PATCH 1/2] UEC: Don't udelay needlessly [PATCH 2/2] UEC PHY: Remove strange 0.5 sec delay [PATCHv2] net: Fix faulty definition of uec_initialize() [PATCH] UEC PHY: Speed up initial PHY neg. The two first got an Ack

Re: [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device

2010-08-30 Thread Ben Warren
Hi Cyril, Sorry for taking so long to look at this. On 8/3/2010 6:33 PM, Cyril Chemparathy wrote: CPSW is an on-chip ethernet switch that is found on various SoCs from Texas Instruments. This patch adds a simple driver (based on the Linux driver) for this hardware module. Signed-off-by:

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-23 Thread Ben Warren
Hi Detlev, On 8/13/2010 1:20 AM, Detlev Zundel wrote: Hi Jocke, Instead of always performing an autoneg, check if the PHY already has a link and if it matches one of the requested modes. Initially only 100MbFD is optimized this way. Isn't it about time that we think about _not_ stopping

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-23 Thread Ben Warren
Hi Jocke, On Monday, August 23, 2010, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Ben Warren biggerbadder...@gmail.com wrote on 2010/08/23 09:08:17:   Hi Detlev, On 8/13/2010 1:20 AM, Detlev Zundel wrote: Hi Jocke, Instead of always performing an autoneg, check if the PHY

Re: [U-Boot] FW: which protocol do I use to send S-record files when using the loads command ?

2010-08-23 Thread Ben Warren
Hi Grant, On 8/23/2010 2:10 PM, Grant Edwards wrote: On 2010-08-23, Detlev Zundeld...@denx.de wrote: I didn't say that. I was trying to say that our bareboard system doesn't support Ethernet and does not have TCP/IP stack (like Linux). If our system was a Linux system, we wouldn't be

Re: [U-Boot] [PATCH 1/2] UEC: Don't udelay needlessly

2010-08-22 Thread Ben Warren
Hi Joakim, On Wednesday, August 18, 2010, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: On Wed, 11 Aug 2010 11:44:21 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: uec_init() adds an udelay(10) even though the PHY status read went well, don't do that.

Re: [U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver

2010-08-12 Thread Ben Warren
Hi Sandeep, On 8/12/2010 3:51 PM, Paulraj, Sandeep wrote: This patch series adds support for the cpsw ethernet switch found on tnetv107x and other SoCs from Texas Instruments. Cyril Chemparathy (2): TI: netdev: add driver for cpsw ethernet device TI: add tnetv107x evm board support

Re: [U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver

2010-08-12 Thread Ben Warren
On 8/12/2010 6:26 PM, Mike Frysinger wrote: On Thu, Aug 12, 2010 at 7:05 PM, Ben Warren wrote: I started looking at it a week ago and something came up. My first impression is that the driver needs an include file. netdev.h is reserved for device driver prototypes and common definitions

Re: [U-Boot] AT91/AVR32: at91_emac.c VS macb.c in drivers/net

2010-08-10 Thread Ben Warren
Hi Reinhard On Tuesday, August 10, 2010, Reinhard Meyer u-b...@emk-elektronik.de wrote: Hallo, macb.c is known to work for AT91 and AVR32. Why was at91_emac.c introduced into mainstream? By name it suggests it is designed to work with AT91 (only)? I don't think it is desireable to have

[U-Boot] Pull request - net

2010-08-09 Thread Ben Warren
Wolfgang, The following changes since commit b417260d871d4d8d336c160d95ed40cc8c0fb0fa: Marek Vasut (1): PXA: Declare __io for vpac270 IDE are available in the git repository at: git://git.denx.de/u-boot-net.git master Ben Warren (1): Fix compile warnings for const

Re: [U-Boot] [PATCH] net: Fix faulty definition of uec_initialize()

2010-08-09 Thread Ben Warren
On 8/9/2010 1:18 PM, Mike Frysinger wrote: On Mon, Aug 9, 2010 at 3:15 PM, Joakim Tjernlund wrote: The correct definition is in drivers/qe/uec.h so just include that one instead. ... except that bleeds a ton of crap from uec.h into the global namespace for everyone. better would be to move

Re: [U-Boot] u-boot patch base version

2010-08-09 Thread Ben Warren
Hi Joe, On 8/9/2010 5:36 PM, Joe Hershberger wrote: Hello, I'm looking to submit some patches that I'm currently running on u-boot-2009.11. I'd like to know before I go through the trouble of creating the separate patches if it is a problem for the patches to be based on that version.

Re: [U-Boot] [PATCH] NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c

2010-08-06 Thread Ben Warren
On 8/6/2010 7:06 AM, Reinhard Meyer (-VC) wrote: This patch is required before the upcoming new enc28j60 driver using SPI framework patch can be applied: - Move legacy enc28j60.c to enc28j60_lpc2292.c. - Change Makefile and the two affected boards' definition files. Tested with ./MAKEALL

[U-Boot] [PATCH] Fix compile warnings for const correctness

2010-08-02 Thread Ben Warren
these other function signatures. Signed-off-by: Ben Warren biggerbadder...@gmail.com --- drivers/net/at91_emac.c|2 +- drivers/net/eepro100.c |3 ++- drivers/net/phy/miiphybb.c |6 +++--- include/net.h |2 +- net/eth.c |2 +- 5 files changed, 8

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2010-08-02 Thread Ben Warren
Hi Wolfgang, On 8/2/2010 7:57 AM, Wolfgang Denk wrote: Dear Timur Tabi, In messageaanlktino-ay_v0homz6vgp-vyyfehpsd3irvjdsf1...@mail.gmail.com you wrote: I have a patch that enables audio on the 1022, can you pick up that one too ? This is not exactly a bug fix, right? And the merge

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2010-08-02 Thread Ben Warren
Hi Wolfgang, On 8/2/2010 2:08 PM, Wolfgang Denk wrote: Dear Ben Warren, In message4c570eee.8060...@gmail.com you wrote: And the merge window is closed. What day should we consider the window to have closed? You website says July 17, but that seems an awfully long time ago and I think

Re: [U-Boot] [PATCH] net: rename FSL UECx net interfaces UECx

2010-07-29 Thread Ben Warren
Hi Kim, On 7/26/2010 4:34 PM, Kim Phillips wrote: continuation of commit 2ecc2262d66a286e3aac79005bcb5f461312dea8 net ppc: fix ethernet device names with spaces (currently in u-boot-net.git) for QE based parts. Signed-off-by: Kim Phillipskim.phill...@freescale.com --- Applied to net repo.

Re: [U-Boot] [PATCH 1/3] miiphy: constify device name

2010-07-29 Thread Ben Warren
Hi Mike, On 7/27/2010 3:35 PM, Mike Frysinger wrote: The driver name does not need to be writable, so constify it. Signed-off-by: Mike Frysingervap...@gentoo.org --- arch/arm/cpu/arm920t/at91rm9200/ether.c |4 +- arch/arm/cpu/ixp/npe/include/npe.h |4 +-

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-26 Thread Ben Warren
On Sunday, July 25, 2010, Reinhard Meyer reinhard.me...@emk-elektronik.de wrote: Mike Frysinger wrote: On Sunday, July 25, 2010 20:07:31 Reinhard Meyer wrote: I can rename the current driver to like enc28j60_lpc2292.c and make the two affected boards use it, so they still compile and work.

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Ben Warren
Hi Reinhard, On Sun, Jul 25, 2010 at 1:06 PM, Reinhard Meyer reinhard.me...@emk-elektronik.de wrote: Mike Frysinger wrote: On Saturday, July 24, 2010 02:11:16 Reinhard Meyer wrote: I would like to generalize that driver and make it also CONFIG_NET_MULTI-able. someone already has

Re: [U-Boot] [PATCH v3] net ppc: fix ethernet device names with spaces

2010-07-20 Thread Ben Warren
Hi Heiko, On 7/20/2010 8:45 AM, Heiko Schocher wrote: since commit 1384f3bb8a4f9066805b70c1418eda78ecb73fdd ethernet names with spaces drop a Warning: eth device name has a space! message. This patch fix it for: - FEC ETHERNET devices found on mpc512x, mpc5xxx, mpc8xx and mpc8220

Re: [U-Boot] [PATCH] net, fec: Shorten device name as done for other drivers

2010-07-20 Thread Ben Warren
Hi Stefano, n 7/19/2010 10:57 PM, Stefano Babic wrote: After discussion on the ML it is suggested to drop unrequired and not useful characters from the device name. This patch changes the name for the fec_mxc driver from FEC_MXC to FEC. Signed-off-by: Stefano Babicsba...@denx.de ---

Re: [U-Boot] [PATCH] net, fec: fix Warning: eth device name has a space! for FEC devices

2010-07-19 Thread Ben Warren
Hi Stefano, On 7/19/2010 12:11 PM, Stefano Babic wrote: Wolfgang Denk wrote: I always wondered why we need such a long (and slow to type) name. I suggest we use this opportunity and change the name into a plain and simple FEC resp. SCC and FCC ? Then probably unify the rule even for other

Re: [U-Boot] [PATCH v2] net, fec: fix Warning: eth device name has a space! for FEC devices

2010-07-19 Thread Ben Warren
Hi Heiko, On 7/19/2010 3:57 PM, Wolfgang Denk wrote: Dear Heiko Schocher, In message4c44c8f9.6020...@denx.de you wrote: since commit 1384f3bb8a4f9066805b70c1418eda78ecb73fdd ethernet names with spaces drop a Warning: eth device name has a space! message. This patch fix it for: - FEC

[U-Boot] Pull request - net *updated*

2010-07-13 Thread Ben Warren
controller edminiv2: add ethernet support Ben Warren (1): Write MAC address automatically on MACB-based boards Eric Bénard (2): at91_emac: Write MAC address automatically cpuat91: unbreak ethernet Heiko Schocher (1): tsec: add micrel ksz804 phy Hoan Hoang (3

Re: [U-Boot] [PATCH V4 0/4] Marvell GbE multiple SoC support

2010-07-13 Thread Ben Warren
Hi Albert, On 7/12/2010 1:24 PM, Albert Aribaud wrote: NOTES 1) This patchset will only apply above a previously posted and Acked-by patch available on the mailing list archives e.g. at: http://lists.denx.de/pipermail/u-boot/2010-July/073590.html (kirkwood_egiga: updates: fix DRAM mapping

Re: [U-Boot] [PATCH V3 2/5] mv_egiga: support SoCs other than kirkwood

2010-07-12 Thread Ben Warren
On 7/11/2010 10:45 PM, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Sunday, July 11, 2010 1:32 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V3 2/5] mv_egiga: support

Re: [U-Boot] [PATCH V3 5/5] edminiv2: add ethernet support

2010-07-12 Thread Ben Warren
Hi Albert, On 7/11/2010 11:14 PM, Albert ARIBAUD wrote: Hi Prafulla, Le 12/07/2010 08:00, Prafulla Wadaskar a écrit : +/* + * Ethernet + */ Pls remove additional space char here Done. +#define CONFIG_MV_EGIGA/* Enable Marvell egiga [...] +#define CONFIG_RESET_PHY_R /*

Re: [U-Boot] [PATCH v2] net: Add option to disable fiber on M88E1111 PHY for PPC4xx

2010-07-12 Thread Ben Warren
Hi Stefen, On 6/29/2010 12:23 AM, Stefan Roese wrote: By defining CONFIG_M88E_DISABLE_FIBER boards can configure the M88E PYH to disable fiber. This is needed for an upcoming PPC460GT based board, which has fiber/copper auto-selection enabled by default. This doesn't seem to work.

Re: [U-Boot] [PATCH] net: dm9000x: re-add casts to I/O pointers to fix gcc warnings

2010-07-12 Thread Ben Warren
Hi Mike, On 7/4/2010 11:29 PM, Mike Frysinger wrote: The DM9000 in/out helper functions were casting the register address when it was accessing things directly (pre commit a45dde2293c816138e53c). But when it was changed to using the in/out helpers, those casts were dropped because those

Re: [U-Boot] [PATCH 14/35] Blackfin: bfin_mac: convert to portmux framework

2010-07-12 Thread Ben Warren
Hi Mike, On 7/5/2010 2:30 AM, Mike Frysinger wrote: Rather than bang MMRs directly, use the new portmux framework to handle the details. While we're doing this, let boards declare the exact list of pins they need in case there is one or two they don't actually have hooked up.

Re: [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically

2010-07-12 Thread Ben Warren
Hi Mike, On 7/5/2010 2:30 AM, Mike Frysinger wrote: The original BF518F-EZBRD's have a Micrel KSZ8893 DSA on them, but newer ones only have a National PHY (which lack a RX Error interrupt line). So in the board eth init code, dynamically detect what is hooked up to the MAC and handle each

Re: [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically

2010-07-12 Thread Ben Warren
On 7/11/2010 11:53 PM, Ben Warren wrote: Hi Mike, On 7/5/2010 2:30 AM, Mike Frysinger wrote: The original BF518F-EZBRD's have a Micrel KSZ8893 DSA on them, but newer ones only have a National PHY (which lack a RX Error interrupt line). So in the board eth init code, dynamically detect

Re: [U-Boot] net, tsec: add micrel ksz804 phy

2010-07-12 Thread Ben Warren
Hi Heiko, On 7/5/2010 3:23 AM, Heiko Schocher wrote: net, tsec: add micrel ksz804 phy Signed-off-by: Heiko Schocherh...@denx.de --- drivers/net/tsec.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) Applied to net repo, after cleaning up patch title.

Re: [U-Boot] [PATCH 14/35] Blackfin: bfin_mac: convert to portmux framework

2010-07-12 Thread Ben Warren
Hi Mike, On 7/11/2010 11:52 PM, Ben Warren wrote: Hi Mike, On 7/5/2010 2:30 AM, Mike Frysinger wrote: Rather than bang MMRs directly, use the new portmux framework to handle the details. While we're doing this, let boards declare the exact list of pins they need in case there is one

Re: [U-Boot] [PATCH V2] kirkwood_egiga: bugfix: add DMA sequence points

2010-07-12 Thread Ben Warren
Hi Albert, On 7/10/2010 6:41 AM, Albert Aribaud wrote: Insert isb() sequence points to ensure DMA descriptors are filled in and set up before actual DMA occurs. Signed-off-by: Albert Aribaudalbert.arib...@free.fr --- PATCHSET HISTORY V1: initial submit V2: fixed badly placed isb()

Re: [U-Boot] [PATCH v5 06/18] SPEAr : Network driver support added

2010-07-12 Thread Ben Warren
Hi Vipin, On 6/28/2010 10:23 PM, Vipin KUMAR wrote: From: Vipin KUMARvipin.ku...@st.com Designware network driver support added. This is a Synopsys ethernet controller Signed-off-by: Vipin Kumarvipin.ku...@st.com --- Applied to net repo. thanks, Ben

Re: [U-Boot] [PATCH] kirkwood_egiga: updates: fix DRAM mapping and typo

2010-07-12 Thread Ben Warren
Hi Albert, On 7/5/2010 11:15 AM, Albert Aribaud wrote: DRAM window mapping uses kirkwood-provided functions instead of global gd as do other drivers--fix this. Also, fix a typo in a comment Signed-off-by: Albert Aribaudalbert.arib...@free.fr --- drivers/net/kirkwood_egiga.c | 10

[U-Boot] Pull request - net

2010-07-12 Thread Ben Warren
): kirkwood_egiga: bugfix: add DMA sequence points kirkwood_egiga: updates: fix DRAM mapping and typo Ben Warren (1): Write MAC address automatically on MACB-based boards Eric Bénard (2): at91_emac: Write MAC address automatically cpuat91: unbreak ethernet Heiko Schocher (1

Re: [U-Boot] [PATCH V3 2/5] mv_egiga: support SoCs other than kirkwood

2010-07-12 Thread Ben Warren
Hi Albert, On Mon, Jul 12, 2010 at 1:53 AM, Albert ARIBAUD albert.arib...@free.frwrote: Le 12/07/2010 08:53, Prafulla Wadaskar a écrit : - struct kwgbe_device *dkwgbe = to_dkwgbe(dev); - struct kwgbe_registers *regs = dkwgbe-regs; + struct mv_egiga_device *dmvegiga =

Re: [U-Boot] [PATCH V3 2/5] mv_egiga: support SoCs other than kirkwood

2010-07-12 Thread Ben Warren
Hi Albert, On Mon, Jul 12, 2010 at 1:56 AM, Albert ARIBAUD albert.arib...@free.frwrote: Le 12/07/2010 07:49, Prafulla Wadaskar a écrit : -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Sunday, July

Re: [U-Boot] [PATCH] smc91xx_eeprom: Correct chip detection check.

2010-07-09 Thread Ben Warren
On 7/9/2010 3:11 PM, Mike Frysinger wrote: On Saturday, June 12, 2010 15:22:01 Juergen Kilb wrote: Signed-of-by: Juergen Kilbj.k...@phytec.de should be off, not of. you'll have to fix the commit in your net/next tree too Ben ... -mike thanks for pointing this out. I'll take care of it

Re: [U-Boot] [PATCH 3/5] PXA: Voipac PXA270 Support

2010-07-06 Thread Ben Warren
Hi Marek, On 7/5/2010 6:16 PM, Marek Vasut wrote: This patch adds support for the Voipac PXA270 board. The support includes: - Ethernet - USB - MMC - NOR Booting - OneNAND Booting - LCD - HDD Signed-off-by: Marek Vasutmarek.va...@gmail.com --- snip +#define CONFIG_NETMASK

Re: [U-Boot] [PATCH 1/4] ARM: Rename kirkwood_egiga driver to egiga

2010-07-02 Thread Ben Warren
Hi Albert, On 7/2/2010 9:53 AM, Albert Aribaud wrote: The names of the egiga files mention kirkwood even though they are not kirkwood-specific - change them. I'm not a git expert so there may be a better way than this, but we want this to show up as a rename, rather than an add/delete.

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-07-01 Thread Ben Warren
Hi Steve, On 7/1/2010 10:25 AM, Steve Sakoman wrote: On Tue, Jun 29, 2010 at 8:08 AM, Douglas Lopes Pereira douglaslopespere...@gmail.com wrote: Hi Steve. Did you succeed on running the driver for KS8841? Did you have to change anything? We are debugging it and some modifications

Re: [U-Boot] [PATCH] smc911x_eeprom

2010-06-29 Thread Ben Warren
Hi Sergey, On 6/29/2010 7:59 AM, Sergey Alyoshin wrote: smc911x_eeprom: smc911x_detect_chip() function return 0 on success diff --git a/examples/standalone/smc911x_eeprom.c b/examples/standalone/smc911x_eeprom.c index 104047f..cb3c131 100644 --- a/examples/standalone/smc911x_eeprom.c +++

Re: [U-Boot] Link problem with eTSEC2 on P2020RDB

2010-06-25 Thread Ben Warren
Hi Felix, On Fri, Jun 25, 2010 at 4:33 AM, Felix Radensky fe...@embedded-sol.comwrote: Hi Ben, Peter Tyser seems to be OOO until Monday, so maybe you can comment on this problem, as it's network related. Peter's patch comes to fix a problem with ethernet not working on XES 8572 board

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-22 Thread Ben Warren
Hi Steve, On 6/22/2010 4:44 PM, Steve Sakoman wrote: On Tue, Jun 15, 2010 at 9:14 AM, Ben Warrenbiggerbadder...@gmail.com wrote: Hi Douglas, On Tue, Jun 15, 2010 at 7:24 AM, Douglas Lopes Pereira douglaslopespere...@gmail.com wrote: Hi all, I managed to get KS8841 driver

Re: [U-Boot] [PATCH 2/2] at91_emac: Write MAC address automatically

2010-06-21 Thread Ben Warren
Hi Eric, On 6/15/2010 5:36 AM, Eric Bénard wrote: tested on cpuat91. Signed-off-by: Eric Bénarde...@eukrea.com --- drivers/net/at91_emac.c | 31 +++ 1 files changed, 23 insertions(+), 8 deletions(-) diff --git a/drivers/net/at91_emac.c

Re: [U-Boot] [PATCH 1/2] cpuat91: unbreak ethernet

2010-06-21 Thread Ben Warren
Hi Eric, On 6/10/2010 2:50 PM, Eric Bénard wrote: * the following problems are met : config was set to use the new driver as a default but - RMII was not enabled for the new driver - the new driver didn't compile with RMII enabled - the new driver initialize a PHY at address O when the PHY

Re: [U-Boot] [PATCH] net: warn about spaces in device names

2010-06-21 Thread Ben Warren
Hi Mike, On 6/9/2010 7:10 PM, Mike Frysinger wrote: Some commands operate on eth device names (like 'mii'), but those cannot be passed on the command line as one argument. So detect devices like these and warn about them so someone will fix it. Signed-off-by: Mike Frysingervap...@gentoo.org

Re: [U-Boot] [PATCH] uli526x: drop newlines from device name

2010-06-21 Thread Ben Warren
Hi Mike, On 6/9/2010 7:14 PM, Mike Frysinger wrote: Device names should not contain non-printable characters like newlines. Signed-off-by: Mike Frysingervap...@gentoo.org --- drivers/net/uli526x.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [PATCH] [v3] tsec: fix the return value for tsec_eth_init()

2010-06-21 Thread Ben Warren
Timur, On 6/8/2010 6:21 AM, Timur Tabi wrote: The Ethernet initialization functions are supposed to return the number of devices initialized, so fix tsec_eth_init() so that they returns the number of TSECs initialized, instead of just zero. This is safe because the return value is currently

Re: [U-Boot] [PATCH] smc91xx_eeprom: Correct chip detection check.

2010-06-21 Thread Ben Warren
Hi Juergen, On 6/12/2010 12:22 PM, Juergen Kilb wrote: From: Juergen Kilbj.j...@phytec.de The smc911x_detect function in /net/driver/net/smc911x.c returns a 0 if everything was ok (a chip was found) and -1 else. In the standalone example 'smc911x_eeprom' the return value of smc911x_detect

Re: [U-Boot] [PATCH][Net] Write MAC address automatically on MACB-based boards

2010-06-21 Thread Ben Warren
On 6/1/2010 12:03 PM, Ben Warren wrote: Also, remove all calls to eth_init() in boards that use MACB Signed-off-by: Ben Warrenbiggerbadder...@gmail.com --- Please note: this is untested, but compiles cleanly board/afeb9260/afeb9260.c |7 --- board/atmel

Re: [U-Boot] [PATCH v2] cpuat91: unbreak ethernet

2010-06-21 Thread Ben Warren
Hi Eric, On 6/21/2010 12:40 AM, Eric Bénard wrote: * the following problems are met : config was set to use the new driver as a default but - RMII was not enabled for the new driver - the new driver didn't compile with RMII enabled - the new driver initialize a PHY at address O when the PHY

Re: [U-Boot] [PATCH v2] at91_emac: Write MAC address automatically

2010-06-21 Thread Ben Warren
Hi Eric, On 6/21/2010 12:41 AM, Eric Bénard wrote: tested on cpuat91. Signed-off-by: Eric Bénarde...@eukrea.com --- v2 : don't check if the MAC address is valid drivers/net/at91_emac.c | 28 1 files changed, 20 insertions(+), 8 deletions(-)

[U-Boot] Pull request - net

2010-06-20 Thread Ben Warren
Wolfgang, The following changes since commit 1f241263e088a71b8f33f87b03a37c5418d41e2e: Wolfgang Denk (1): Merge branch 'fix' of git://git.denx.de/u-boot-pxa are available in the git repository at: git://git.denx.de/u-boot-net.git master Fillod Stephane (1): ip/defrag: fix

Re: [U-Boot] [PATCH] AX88180: add missing init prototype

2010-06-20 Thread Ben Warren
Hi Mike, On 5/10/2010 1:08 PM, Mike Frysinger wrote: Signed-off-by: Mike Frysingervap...@gentoo.org --- include/netdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/netdev.h b/include/netdev.h index 882642a..99344ce 100644 --- a/include/netdev.h +++

Re: [U-Boot] [PATCH] AX88180: fix media typos

2010-06-20 Thread Ben Warren
Hi Mike, On 5/10/2010 1:09 PM, Mike Frysinger wrote: From: Hoan Hoanghnh...@i-syst.com Signed-off-by: Hoan Hoanghnh...@i-syst.com Signed-off-by: Mike Frysingervap...@gentoo.org --- drivers/net/ax88180.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-)

Re: [U-Boot] [PATCH] AX88180: improve phy searching

2010-06-20 Thread Ben Warren
Hi Mike, On 5/10/2010 1:10 PM, Mike Frysinger wrote: Rather than hardcode specific phy addresses, search the possible phy address space to find the first available phy. Also respect the normal CONFIG_PHY_ADDR option for board porters to pick a specific address. Signed-off-by: Mike

Re: [U-Boot] [PATCH] AX88180: switch to common mii.h header

2010-06-20 Thread Ben Warren
Hi Mike, On 5/10/2010 1:47 PM, Mike Frysinger wrote: No compiled code change here, just drop the local PHY defines in favor of the common standard ones. Signed-off-by: Mike Frysingervap...@gentoo.org --- drivers/net/ax88180.c | 31 --- drivers/net/ax88180.h

Re: [U-Boot] [PATCH v2] AX88180: use standard I/O accessors

2010-06-20 Thread Ben Warren
Mike, On 6/2/2010 6:03 PM, Mike Frysinger wrote: The current dm9000x driver accesses its memory mapped registers directly instead of using the standard I/O accessors. This can cause problems on Blackfin systems as the accesses can get out of order. So convert the direct volatile

Re: [U-Boot] [PATCH] net: Add option to disable fibre on M88E1111 PHY for PPC4xx

2010-06-20 Thread Ben Warren
Hi Stefan, On 6/10/2010 2:28 AM, Stefan Roese wrote: By defining CONFIG_M88E_DISABLE_FIBRE boards can configure the M88E PYH to disable fibre. This is needed for an upcoming PPC460GT based board, which has fibre/copper auto-selection enabled by default. This doesn't seem to work. So

Re: [U-Boot] [PATCH] ip/defrag: fix processing of last short fragment

2010-06-19 Thread Ben Warren
On Saturday, June 19, 2010, Mike Frysinger vap...@gentoo.org wrote: On Friday, June 11, 2010 13:26:43 Fillod Stephane wrote: TFTP'ing a file of size 1747851 bytes with CONFIG_IP_DEFRAG and CONFIG_TFTP_BLOCKSIZE set to 4096 fails with a timeout, because the last fragment is not taken into

Re: [U-Boot] [PATCH 05/10] nds32: add nds32 board with common support

2010-06-13 Thread Ben Warren
Hello Macpaul, On Fri, Jun 11, 2010 at 2:34 AM, Macpaul Lin macp...@andestech.com wrote: Add nds32 based common board related support. Signed-off-by: Macpaul Lin macp...@andestech.com --- board/AndesTech/common/env.c | 138 ++ board/AndesTech/common/flash.c |

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-12 Thread Ben Warren
On Sat, Jun 12, 2010 at 7:35 PM, Mike Frysinger vap...@gentoo.org wrote: On Thu, Jun 10, 2010 at 3:18 PM, Ben Warren wrote: Huh? drivers/net/phy does exist... But the KS8841 is a MAC/PHY, so belongs in driver/net proper. unrelated, but the current phy/ subdir isnt a phylib setup like

Re: [U-Boot] build u-boot 2010-03 for freescale 8349E

2010-06-10 Thread Ben Warren
On 6/10/2010 10:51 AM, Zied Fakhfakh wrote: it's definitly this one On Thu, Jun 10, 2010 at 6:40 PM, Zied Fakhfakhfz...@dottn.com wrote: MPC8349ITX http://www.linuxfordevices.com/files/misc/freescale_mpc8349e_mitx.jpg [r...@zitouna u-boot-2010.03]# make MPC8349ITX_config

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-10 Thread Ben Warren
On 6/10/2010 12:02 PM, Douglas Lopes Pereira wrote: Hi all, I need some help here... I'm working on adding a driver for KSZ8841 ethernet controller which I found at this forum: blackfin.uclinux.org. I was looking at the mail list archive and found a message from Prafulla answering Raphael

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Ben Warren
Hello Reinhard, On Sun, Jun 6, 2010 at 4:52 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), In message 4c0b85d8.4070...@emk-elektronik.de you wrote: is this patch going to be accepted, or is someone insisting that only

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Ben Warren
Hello Reinhard, On Sat, Jun 5, 2010 at 3:41 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add

  1   2   3   4   5   6   7   8   9   >