Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new board with i.MX31 processor

2008-10-31 Thread Ben Warren
Magnus Lilja wrote: >>> It's curious: always, when replying to your e-mails, my e-mail address >>> appears in the To field instead of your address. >>> Do the others have this problem, too? (Thunderbird 2.0.0.14 on Linux) >>> >> I use mutt and I receve the e-mail with your e-mail address as

Re: [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-16 Thread Ben Warren
Radha Krishna wrote: > Hi, > > I have downloaded U-boot and trying to compile it for the Target > omap3430sdp_config. > > Using commands > > Step 0: make distclean > > Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config > > Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- > >

Re: [U-Boot-Users] [PATCH] [resubmit] AX88180: new gigabit network driver

2008-10-13 Thread Ben Warren
Louis Su wrote: > Signed-off-by: Louis Su <[EMAIL PROTECTED]> > --- > drivers/net/Makefile |1 + > drivers/net/ax88180.c | 727 > + > drivers/net/ax88180.h | 412 > 3 files changed, 1140 insertions(+), 0 deletions

Re: [U-Boot-Users] [PATCH] add board_eth_init() for sh7785lcr board

2008-09-10 Thread Ben Warren
Hi Nobuhiro, On Wed, Sep 10, 2008 at 5:09 AM, Nobuhiro Iwamatsu <[EMAIL PROTECTED]> wrote: > On Tue, 09 Sep 2008 17:52:47 +0900 > Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote: > >> Fix the problem that cannot work RTL8169 on sh7785lcr board. >> >> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]

Re: [U-Boot-Users] [PATCH] add board_eth_init() for sh7785lcr board

2008-09-09 Thread Ben Warren
Wolfgang Denk wrote: > Dear Yoshihiro Shimoda, > > In message <[EMAIL PROTECTED]> you wrote: > >> Fix the problem that cannot work RTL8169 on sh7785lcr board. >> >> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> >> --- >> board/sh7785lcr/sh7785lcr.c |5 + >> 1 files changed, 5 ins

Re: [U-Boot-Users] [PATCH] rtl8169: add support for RTL8110SCL

2008-08-18 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message <[EMAIL PROTECTED]> Yoshihiro Shimoda wrote: > >> This patch fixes a problem that RTL8110SCL started transfer >> with an incorrect memory address. >> >> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> >> --- >> > > Is it correct to assume

Re: [U-Boot-Users] CUSTODIANS: Final boarding call for flight 1.3.4 ...

2008-08-07 Thread Ben Warren
On Thu, Aug 7, 2008 at 1:56 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Hi custodians, > > there are a couple of recent patches which include some bug fixes that > look urgent enough to be included with the upcoming 1.3.4 release (the > last one with the old version number system). > > Can you p

Re: [U-Boot-Users] Design Recommendation and Help with Issues

2008-08-06 Thread Ben Warren
Jatin Sharma wrote: > I am running U-Boot version U-Boot 1.3.1-rc1 on my board that has a > Broadcom network switch. My goal is to initialize this switch at the > bootloader level and be able to tftpboot a Linux kernel from one of > the ethernet ports of this switch. > > As _I_ understand, there ar

Re: [U-Boot-Users] [PATCH RFC 5/5] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2008-08-06 Thread Ben Warren
Hi Magnus, On Wed, Aug 6, 2008 at 5:19 AM, Magnus Lilja <[EMAIL PROTECTED]> wrote: > Add support for NAND and ethernet on the Freescale i.MX31 PDK (a.k.a. > 3DS) board. > > Booting from NAND is not supported yet so U-boot relies on some other > initial boot loader to set up SDRAM and clocks and co

Re: [U-Boot-Users] NFS TFTP problem

2008-08-05 Thread Ben Warren
On Tue, Aug 5, 2008 at 7:24 PM, cjjoy1980 <[EMAIL PROTECTED]> wrote: > > I have enabled nfs booting on ppc based embedded board. I had placed my > kernel and rootfs in tftp directory, and had set the u-boot enivironment > varialbes as: > setenv bootfile /image/kernel > setenv root_path /tftpbo

Re: [U-Boot-Users] RFC: U-Boot version numbering

2008-08-01 Thread Ben Warren
Albert ARIBAUD wrote: > Ben Warren a écrit : >> Kumar Gala wrote: >>> On Aug 1, 2008, at 10:32 AM, Wolfgang Denk wrote: >>> >>> >>>> Hello, >>>> >>>> I would like to get your general opinion about changing the U-Bo

Re: [U-Boot-Users] RFC: U-Boot version numbering

2008-08-01 Thread Ben Warren
Kumar Gala wrote: > On Aug 1, 2008, at 10:32 AM, Wolfgang Denk wrote: > > >> Hello, >> >> I would like to get your general opinion about changing the U-Boot >> version numbering scheme. >> >> To be honest, I never really understood myself how this is supposed >> to work and if the next vers

Re: [U-Boot-Users] RFC: mailing list transfer

2008-08-01 Thread Ben Warren
On Fri, Aug 1, 2008 at 8:17 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to get your general opinion about moving the > "u-boot-users" mailing list away from SourceForge and host it on > lists.denx.de instead. > > > There is a couple of reasons for this: SourceForge has fr

Re: [U-Boot-Users] [PATCH 7/7] ARM: Add support for S3C6400 based SMDK6400 board

2008-07-31 Thread Ben Warren
On Thu, Jul 31, 2008 at 3:55 AM, Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > This board can only boot U-Boot from NAND-flash. This patch adds a nand_spl > driver for it too. SMDK6400 can also boot from the NOR flash, but due to > hardware limitations it can only address 64KiB on it, which i

Re: [U-Boot-Users] [PATCH 1/2] net/ppc4xx: Rework 4xx non NET_MULTI MII init code

2008-07-30 Thread Ben Warren
On Wed, Jul 30, 2008 at 5:10 AM, Stefan Roese <[EMAIL PROTECTED]> wrote: > This patch simplifies the 4xx MII PHY init code by introducing the define > CONFIG_PPC4xx_EMAC for EMAC enabled SoC's. > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> > --- > This is post 1.3.4 material. > > Ben, could y

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-30 Thread Ben Warren
On Wed, Jul 30, 2008 at 12:44 AM, Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > "Ben Warren" <[EMAIL PROTECTED]> wrote: >> >> >> extern int macb_eth_initialize(int id, void *regs, unsigned int >> >> >> phy_addr); >> > >

Re: [U-Boot-Users] [PATCH 1/1] avr32: add support for EarthLCD Favr-32 board

2008-07-29 Thread Ben Warren
Hello, On Tue, Jul 29, 2008 at 3:27 AM, Hans-Christian Egtvedt <[EMAIL PROTECTED]> wrote: > This patch adds support for the Favr-32 board made by EarthLCD. > > This kit, which is also called ezLCD-101 when running with EarthLCD firmware, > has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8

Re: [U-Boot-Users] [PATCH] at91sam9: merge ether driver to cpu_eth_init

2008-07-29 Thread Ben Warren
Hi J-C, On Tue, Jul 29, 2008 at 4:03 AM, Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > diff --git a/cpu/arm926ejs/at91/ether.c b/cpu/arm926ejs/at91/ether.c > index 7e11fe4..c54f33b 100644 > --- a/cpu/arm926ejs/

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Ben Warren
On Tue, Jul 29, 2008 at 2:15 AM, Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > "Hong Xu" <[EMAIL PROTECTED]> wrote: >> >> or something like this. I don't know if AT91_BASE_EMAC is visible >> >> from this code, so you may need to modify slightly. >> > Can we do a cpu_eth_init instead? >> Not all

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-28 Thread Ben Warren
Hi Hong, Thanks for all the hard work. One more thing... > +#if defined(CONFIG_CMD_NET) > +int board_eth_init(bd_t *bis) > +{ > + return at91sam9_eth_initialize(bis); > +} > +#endif Here's at91sam9_eth_initialize: #if defined(CONFIG_MACB) && defined(CONFIG_CMD_NET) void at91sam9_eth_init

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-28 Thread Ben Warren
Hi Mark, On Mon, Jul 28, 2008 at 12:32 PM, Mark Jackson <[EMAIL PROTECTED]> wrote: > The MIMC200 board is based on Atmel's NGW100 dev kit, > but with an extra 8MByte FLASH and 128KByte FRAM. > No need to put the stuff about board_eth_init() in the subject. Just label this as [PATCH V2]. > +

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-28 Thread Ben Warren
On Mon, Jul 28, 2008 at 10:43 AM, Scott Wood <[EMAIL PROTECTED]> wrote: > Ben Warren wrote: >> >> On Mon, Jul 28, 2008 at 10:32 AM, Scott Wood <[EMAIL PROTECTED]> >> wrote: >>> >>> I find a device tree much easier to figure out than a tangled

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-28 Thread Ben Warren
On Mon, Jul 28, 2008 at 10:32 AM, Scott Wood <[EMAIL PROTECTED]> wrote: > Ben Warren wrote: >> >> On Mon, Jul 28, 2008 at 8:07 AM, Kumar Gala <[EMAIL PROTECTED]> >> wrote: >>> >>> One topic that come up during OLS in discussions and u-boot BOF wa

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-28 Thread Ben Warren
On Mon, Jul 28, 2008 at 8:07 AM, Kumar Gala <[EMAIL PROTECTED]> wrote: > One topic that come up during OLS in discussions and u-boot BOF was > the idea of driving u-boot configuration from a device tree instead of > from "config.h". I was wondering if anyone has actually looked at > doing this. >

Re: [U-Boot-Users] How to pass MAC address to linux kernel?

2008-07-28 Thread Ben Warren
On Mon, Jul 28, 2008 at 9:29 AM, 이승열 <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm writing SMC9210 linux device driver. I cannot determine MAC > address because there is no information. > I want to get MAC address from U-boot. How to pass MAC address to linux > kernel? > This depends greatly on your

Re: [U-Boot-Users] [PATCH] Add MIMC200 board

2008-07-28 Thread Ben Warren
Hi Mark, On Mon, Jul 28, 2008 at 3:16 AM, Mark Jackson <[EMAIL PROTECTED]> wrote: > The MIMC200 board is based on Atmel's NGW100 dev kit, > but with an extra 8MByte FLASH and 128KByte FRAM. > --- > diff --git a/board/atmel/mimc200/eth.c b/board/atmel/mimc200/eth.c > new file mode 100644 > index

Re: [U-Boot-Users] [PATCH 1/1] Add support for ATMEL AT91SAM9G20EK board

2008-07-27 Thread Ben Warren
On Sun, Jul 27, 2008 at 6:46 PM, Hong Xu <[EMAIL PROTECTED]> wrote: > Hi Ben Warren, > > On Sun, Jul 27, 2008 at 12:51, Ben Warren <[EMAIL PROTECTED]> wrote: >> Hi Hong Xu, >> >> On Thu, Jul 24, 2008 at 1:05 AM, Hong Xu <[EMAIL PROTECTED]> wrote: >&

Re: [U-Boot-Users] [PATCH 1/1] Add support for ATMEL AT91SAM9G20EK board

2008-07-26 Thread Ben Warren
Hi Hong Xu, On Thu, Jul 24, 2008 at 1:05 AM, Hong Xu <[EMAIL PROTECTED]> wrote: > >From 81230b02610c06fdc8a175e635851346488e3bdb Mon Sep 17 00:00:00 2001 > From: Hong Xu <[EMAIL PROTECTED]> > Date: Thu, 24 Jul 2008 14:25:05 +0800 > Subject: [PATCH 1/1] Add support for ATMEL AT91SAM9G20EK board > >

Re: [U-Boot-Users] [yes, i tried rtfming docs]u-boot on x86, how to?

2008-07-26 Thread Ben Warren
Hi Geraldo, On Sat, Jul 26, 2008 at 11:31 AM, Geraldo Netto <[EMAIL PROTECTED]> wrote: > Hi Albert, > Thank you very much for your support/help :) > i actually didn't want be harsh with my words :( > i'm pretty newbie, *really* I haven't tried to build U-boot for x86 target, but am led to believ

Re: [U-Boot-Users] QE UEC: MII command support and adding UECs

2008-07-22 Thread Ben Warren
Andy Fleming wrote: > On Wed, Jul 16, 2008 at 2:17 PM, richardretanubun > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I am wondering if the miiphy command support for QE UEC is already >> merged into u-boot on some tree. >> >> The last info I have on this patch is on this posting: >> >> http://thr

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-15 Thread Ben Warren
On Mon, Jul 14, 2008 at 11:25 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: >> >> As a compromise between removal and keeping the useful information for >> developers who are doing early bringup on similar boards, I have >> applied this patch, and replaced

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails withnetgearWGR614v6

2008-07-14 Thread Ben Warren
Wolfgang, On Fri, Jul 11, 2008 at 4:05 PM, Robin Getz <[EMAIL PROTECTED]> wrote: > On Fri 11 Jul 2008 18:41, Ben Warren pondered: >> I'm a bit of an idealist, so I say let's do it right (remove the call to >> BootpCopyNetParams()). Unless somebody with some hist

[U-Boot-Users] [PATCH 3/3] Moved initialization of SKGE Ethernet driver to board code.

2008-07-12 Thread Ben Warren
The only board using this driver is the SL8245 board. Removed initialization for the driver from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/sl8245/sl8245.c | 13 + drivers/net/sk98lin/uboot_drv.c |2 +- net/eth.c

[U-Boot-Users] [PATCH 2/3] Moved initialization of ULI526X Ethernet driver to board code.

2008-07-12 Thread Ben Warren
The only board using this driver is the Freescale MPC8610HPCD board. Removed initialization for the driver from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 10 ++ net/eth.c |4 2

[U-Boot-Users] [PATCH 1/3] Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()

2008-07-12 Thread Ben Warren
Added board_eth_init() function to bf537-stamp board. Removed initialization for the Blackin EMAC driver from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/bf537-stamp/bf537-stamp.c | 10 ++ drivers/net/bfin_mac.c |2 +- net

[U-Boot-Users] [PATCH 0/3] More net/eth.c cleanup

2008-07-12 Thread Ben Warren
Hello, More cleanup of net/eth.c, this time taking care of the following: - Blackfin EMAC - ULi526x - SKGE I don't have any of this hardware, so testing consisted of compiling only. This patch is being staged in the 'testing' branch of the net repo. regards, Ben ---

[U-Boot-Users] [PATCH] Moved conditional compilation to Makefile for SK98 Ethernet driver

2008-07-12 Thread Ben Warren
Brute-force removal of #ifdefs. Didn't touch the code. Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- drivers/net/sk98lin/Makefile| 20 drivers/net/sk98lin/skaddr.c|4 drivers/net/sk98lin/skcsum.c|4 drivers/net/sk98lin/skge.c

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails withnetgearWGR614v6

2008-07-11 Thread Ben Warren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >> Robin Getz wrote: >> >>> On Fri 11 Jul 2008 18:05, Ben Warren pondered: >>> >>> >>>> Hi Robin, >>>> >>>> Robin

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails withnetgearWGR614v6

2008-07-11 Thread Ben Warren
Robin Getz wrote: > On Fri 11 Jul 2008 18:05, Ben Warren pondered: > >> Hi Robin, >> >> Robin Getz wrote: >> >>> On Fri 11 Jul 2008 14:21, Ben Warren pondered: >>> >>>

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails with netgearWGR614v6

2008-07-11 Thread Ben Warren
Hi Robin, Robin Getz wrote: > On Fri 11 Jul 2008 14:21, Ben Warren pondered: > >> Robin Getz wrote: >> > [snip] > >>> >>> >> This seems goofy. Have you tried your fix with other DHCP servers to >> verify that it

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Ben Warren
initions > at the same time. > > Also don't include any end user specific data into the environment > by default -- things like MAC address, network parameters etc. need > to come from the end user. > > Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> > Acked-by

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails with netgear WGR614v6

2008-07-11 Thread Ben Warren
Jerry Van Baren wrote: > Ben Warren wrote: >> Jerry Van Baren wrote: >>> Ben Warren wrote: >>>> Robin Getz wrote: >>>>> I was trying out U-Boot 1.1.3 with a new(er) router netgear >>>>> WGR614v6 - firmware version V2.0.19_

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails with netgear WGR614v6

2008-07-11 Thread Ben Warren
Jerry Van Baren wrote: > Ben Warren wrote: >> Robin Getz wrote: >>> I was trying out U-Boot 1.1.3 with a new(er) router netgear WGR614v6 >>> - firmware version V2.0.19_1.0.19NA, on a Blackfin BF537-STAMP. >>> >>> http://kbserver.netgear.com/products/w

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails with netgear WGR614v6

2008-07-11 Thread Ben Warren
Robin Getz wrote: > I was trying out U-Boot 1.1.3 with a new(er) router netgear WGR614v6 - > firmware version V2.0.19_1.0.19NA, on a Blackfin BF537-STAMP. > > http://kbserver.netgear.com/products/wgr614v6.asp > > and found that dhcp fails :( > > bfin> dhcp > BOOTP broadcast 1 > BOOTP broadcast 2

Re: [U-Boot-Users] [PATCH 0/1] Moved initialization of AVR32 Ethernet controllers to board_eth_init()

2008-07-10 Thread Ben Warren
Hans-Christian Egtvedt wrote: > On Thu, 2008-07-10 at 14:47 +0200, Hans-Christian Egtvedt wrote: > >> On Thu, 2008-07-10 at 14:45 +0200, Hans-Christian Egtvedt wrote: >> >>> On Thu, 2008-07-10 at 13:24 +0200, Haavard Skinnemoen wrote: >>> > > > > Looks good to me, but I don'

Re: [U-Boot-Users] [PATCH v2] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

2008-07-09 Thread Ben Warren
Anatolij Gustschin wrote: > On the at91sam9260ep development board there is an EEPROM > connected to the TWI interface (PA23, PA24 Peripheral A > multiplexing), so we cannot use these pins as ETX2, ETX3. > This patch configures PA10, PA11 pins for ETX2, ETX3 > instead of PA23, PA24 pins. > > Signed

Re: [U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Ben Warren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >> This PCI-X e1000 variant works by just adding in the correct >> PCI IDs in the appropriate places. >> >> Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> >> --- >> drivers/net/e1000.c |2 ++ >> drivers/net/e1000.h |3

Re: [U-Boot-Users] [PATCH 3/6] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-09 Thread Ben Warren
Hi Paul, Paul Gortmaker wrote: > Ben Warren wrote: >> Paul Gortmaker wrote: >>> The existing config doesn't define CONFIG_HAS_ETH0, and so the >>> fdt support doesn't update the zeros in the dtb local-mac with >>> real data from the u-boot env. Sin

Re: [U-Boot-Users] [PATCH 3/6] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-09 Thread Ben Warren
Paul Gortmaker wrote: > The existing config doesn't define CONFIG_HAS_ETH0, and so the > fdt support doesn't update the zeros in the dtb local-mac with > real data from the u-boot env. Since the existing config is > tailored to just two interfaces, get rid of the ETH2 definitions > at the same tim

Re: [U-Boot-Users] [PATCH 1/6] sbc8560: proper definitions for TSEC.

2008-07-09 Thread Ben Warren
resubmit, add: Acked-by: Ben Warren <[EMAIL PROTECTED]> > include/configs/sbc8560.h | 32 ++-- > 1 files changed, 22 insertions(+), 10 deletions(-) > > diff --git a/include/configs/sbc8560.h b/include/configs/sbc8560.h > index 146eafe..f07fbc0 10

Re: [U-Boot-Users] [PATCH 0/1] Moved initialization of GRETH Ethernet driver to CPU directory

2008-07-09 Thread Ben Warren
F On Wed, Jul 9, 2008 at 5:03 AM, Daniel Hellstrom <[EMAIL PROTECTED]> wrote: > Hello Ben, > > I have tried the testing branch of the net repo > (99b85ffa8ef0b07904be1db335825d4d83424eaa) on a GR-XC3S-1500 LEON3 board > successfully. > > LEON2 U-Boot support is limited to the LEON2 simmulator TSIM

[U-Boot-Users] [PATCH 1/1] Moved initialization of GRETH Ethernet driver to CPU directory

2008-07-09 Thread Ben Warren
Added a cpu_eth_init() function to leon2/leon3 CPU directories and removed code from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- cpu/leon2/cpu.c |9 + cpu/leon3/cpu.c |8 drivers/net/greth.c |2 +- net/eth.c |4 4

[U-Boot-Users] [PATCH 0/1] Moved initialization of GRETH Ethernet driver to CPU directory

2008-07-09 Thread Ben Warren
Hello, More cleanup of net/eth.c, this time taking care of LEON2/LEON3 boards. Lacking a compiler and target, I can't really test this so hopefully somebody can and will report back. This patch is being staged in the 'testing' branch of the net repo. regards, Ben -

Re: [U-Boot-Users] No ethernet link on Lubbock board.

2008-07-08 Thread Ben Warren
Victor wrote: > This is a problem I've been fighting to for a long time. I'm sure it > would be something stupid I haven't noticed, but I don't know what > else to try. My Linux OS is working flawlessly with a correct eth0 > device, so at least I know it's not (or should not) a hardware > problem.

Re: [U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes

2008-07-08 Thread Ben Warren
Liew Tsi Chung wrote: > Ben, > > >>> -#if defined(CONFIG_FSLDMAFEC) >>> +#if defined(CONFIG_FSLDMAFEC) || #if defined(CONFIG_MCFFEC) >>> +/* Default initializations for MCFFEC controllers. To override, >>> + * create a board-specific function called: >>> + * int board_eth_init(bd_t *bis

Re: [U-Boot-Users] PHY lib

2008-07-08 Thread Ben Warren
Hi Michal, Michal Simek wrote: > Hi Ben, > > >> Hi Michal, >> >> Michal Simek wrote: >> >>> Hi Ben and others, >>> >>> do you have any plan to start with PHY libs? >>> I saw to tsec driver - there are some phy description. >>> I would like to use phy description for one eth driver which I

Re: [U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes

2008-07-08 Thread Ben Warren
Liew Tsi Chung wrote: > Ben, > > >> I'm pushing these patches to a 'testing' branch on the net repo. >> > Please clone it as follows: > >> $ git clone git://git.denx.de/u-boot-net.git $ cd u-boot-net $ git >> > checkout testing > There is no testing branch in u-boot-net, so I applie

Re: [U-Boot-Users] PHY lib

2008-07-07 Thread Ben Warren
Hi Michal, Michal Simek wrote: > Hi Ben and others, > > do you have any plan to start with PHY libs? > I saw to tsec driver - there are some phy description. > I would like to use phy description for one eth driver which I do. > > I'm finally finding time to work on refactoring U-boot's network

[U-Boot-Users] Pull request - net

2008-07-07 Thread Ben Warren
Wolfgang, The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash are available in the git repository at: git://git.denx.de/u-boot-net.git master Ben Warren (1):

Re: [U-Boot-Users] [PATCH 2/2] Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.

2008-07-06 Thread Ben Warren
Hugo Villeneuve wrote: > Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. > > Remove duplicate code in a if/else block in > cpu/arm926ejs/davinci/lxt972.c. > Fixed style issues. > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > Applied to net repo. thanks, Ben --

Re: [U-Boot-Users] [PATCH 1/2] Remove duplicate definitions in include/lxt971a.h.

2008-07-06 Thread Ben Warren
Hugo Villeneuve wrote: > Remove duplicate definitions in include/lxt971a.h. > > Remove duplicate registers and bits definitions in > include/lxt971a.h for standard MII registers, and > use values in include/miiphy.h instead. > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > Applied to n

Re: [U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support

2008-07-06 Thread Ben Warren
Nobuhiro Iwamatsu wrote: > Renesas SH7763 has 2 channel Ethernet device. > This is 10/100/1000 Base support. > But this patch check 10/100 Base only. > > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > Applied to net repo. thanks, Ben

Re: [U-Boot-Users] Release status - things to be done

2008-07-06 Thread Ben Warren
Nobuhiro Iwamatsu wrote: > Hi Ben. > > 2008/7/6 Ben Warren <[EMAIL PROTECTED]>: > > >>> 3645 06/11 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH v2] net: sh: Renesas >>> SH7763 Ethernet device support >>>-> for net custodian >>>

Re: [U-Boot-Users] Release status - things to be done

2008-07-06 Thread Ben Warren
[PATCH v2] net: sh: Renesas > SH7763 Ethernet device support > -> for net custodian > > Didn't pick this up because it was after what I thought was the cut-off of 6/10. It still has issues, so I'll ask NobuHiro to re-submit. Should it go in this release when OK? &g

Re: [U-Boot-Users] [PATCH v2] net: Conditional COBJS inclusion of network drivers

2008-07-06 Thread Ben Warren
Hi Wolfgang, welcome back... Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >> Replace COBJS-y with appropriate driver config names. >> >> Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> >> --- >> >> Changes v2: >> >> * Kill more CONFIG_CMD_NET and CONFIG_NET_MULTI d

[U-Boot-Users] [PATCH 1/1] Moved initialization of AVR32 Ethernet controllers to board_eth_init()

2008-07-05 Thread Ben Warren
Renamed initialization functions for atngw100 and atstk1000. Removed initializations for these boards from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/atmel/atngw100/Makefile |2 +- board/atmel/atngw100/atngw100.c | 11 ++ board/atmel/atngw100

[U-Boot-Users] [PATCH 0/1] Moved initialization of AVR32 Ethernet controllers to board_eth_init()

2008-07-05 Thread Ben Warren
Hello, More cleanup of net/eth.c, this time taking care of AVR32 boards. I got rid of the board/eth.c files because board_eth_init() needs to be in a file where there are other strong symbols in order to override the weak board_eth_init() in net/eth.c. I've compiled this code and verified that

Re: [U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes

2008-07-03 Thread Ben Warren
Liew Tsi Chung wrote: > Ben, > > I am going to test them and let you know next Tuesday. I was > unable to download the net repo using git protocol at work and the http > protocol has index error when I tried to use git-clone. > > Wonderful. Thanks! Ben ---

Re: [U-Boot-Users] [PATCH] net: smc911x: sh: Add support RSK7203 board to smc911x

2008-07-03 Thread Ben Warren
Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > The RSK board has the SMSC9118 wired up 'incorrectly'. > This problem can support in the software side. > I put a code to evade it. > > Putting a board fix in a common driver is not cool. Please provide more generic word-swapping versions of reg_read and

[U-Boot-Users] [PATCH 2/2] Moved initialization of MCFFEC Ethernet driver to CPU directory

2008-07-03 Thread Ben Warren
Added a cpu_eth_init() function to coldfire CPU directories and removed code from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- cpu/mcf523x/cpu.c| 14 ++ cpu/mcf52x2/cpu.c| 15 +++ cpu/mcf532x/cpu.c| 14 ++ cpu/mc

[U-Boot-Users] [PATCH 1/2] Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory

2008-07-03 Thread Ben Warren
Added a cpu_eth_init() function to cpu/mcf547x_8x directory and removed code from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- cpu/mcf547x_8x/cpu.c |9 + drivers/net/fsl_mcdmafec.c |2 +- net/eth.c |4 3 files changed, 10 inse

[U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes

2008-07-03 Thread Ben Warren
These two patches move the default initialization of Coldfire FEC controllers to cpu_eth_init() in the CPU directories. I don't have a Coldfire cross compiler set up nor do I have any hardware, so I'm looking for volunteers to do the following: 1. Run 'MAKEALL coldfire' to check for compile-time

Re: [U-Boot-Users] [PATCH][resubmit] AX88180: new gigabit network driver

2008-07-02 Thread Ben Warren
Louis wrote: > Dear Ben, > > Thanks for your suggestion; I will correct the driver as soon as > possible. > And I make a mistake in sending the mail through outlook express, > hence making indentation problems. Great! Thanks Louis. For sending patches, I highly recommend using git-send-email i

Re: [U-Boot-Users] Ethernet support for LAN91C111

2008-07-02 Thread Ben Warren
Shinose wrote: > > > On Tue, Jul 1, 2008 at 7:42 PM, Ben Warren <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi Naveen, > > On Tue, Jul 1, 2008 at 7:02 AM, navin karnam > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>

Re: [U-Boot-Users] TSEC/PHY @ MPC834x stopped working

2008-07-02 Thread Ben Warren
Hi Andre, On Wed, Jul 2, 2008 at 7:03 AM, Andre Schwarz <[EMAIL PROTECTED]> wrote: > Ben, > > after pulling u-boot today ethernet stopped working on my MPC8343 based > board (mvBL-M7). > I'm using a Vitesse VSC8601 RGMII phy on TSEC0-1. > > I know there's some rewriting/clean-up going on ... > Yea

Re: [U-Boot-Users] [PATCH][resubmit] AX88180: new gigabit network driver

2008-07-02 Thread Ben Warren
On Wed, Jul 2, 2008 at 12:07 AM, Ben Warren <[EMAIL PROTECTED]> wrote: >> +#define WRITE_TXBUF(data) \ >> + do { \ >> + *(volatile unsigned short *)(AX88180_BASE + TXBUFFER_START) \ >> + = data; \ >> + } while (0) >> + > In this case, the d

Re: [U-Boot-Users] [PATCH] Fix dm9000 receive status and len little endian issue

2008-07-02 Thread Ben Warren
Tsi-Chung Liew wrote: > From: TsiChung Liew <[EMAIL PROTECTED]> > z > The received status and len was in little endian > format and caused the ethernet unable to proceed > further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit(). > > Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> > Applie

Re: [U-Boot-Users] [PATCH][resubmit] AX88180: new gigabit network driver

2008-07-02 Thread Ben Warren
Louis, This submission has several style issues. I suggest you read this: http://www.denx.de/wiki/UBoot/CodingStyle Louis wrote: > Resubmit the driver for the ASIX AX88180 gigabit ethernet chip. > > Signed-off-by: Louis Su [EMAIL PROTECTED] > --- > drivers/net/Makefile |1 + > drivers/net/ax

Re: [U-Boot-Users] [PATCH] Fix dm9000 receive status and len little endian issue

2008-07-01 Thread Ben Warren
Liew Tsi Chung wrote: > Ben, > > May I know the status on this patch? > > Regards, > TsiChung > > Sorry, I'll address it tonight. regards, Ben - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies hav

Re: [U-Boot-Users] Ethernet support for LAN91C111

2008-07-01 Thread Ben Warren
Hi Naveen, On Tue, Jul 1, 2008 at 7:02 AM, navin karnam <[EMAIL PROTECTED]> wrote: > > Hi, > > I have pxa255 board and one Ethernet controller LAN91C111-Nu (10/100 Base T) > attached to it. > Does u-boot code supports this type of Ethernet controller? Can anybody tell > what are the changes that n

Re: [U-Boot-Users] [PATCH] net: smc911x: Fix can not compile smc911x

2008-06-30 Thread Ben Warren
ff-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > Acked-by: Ben Warren <[EMAIL PROTECTED]> > --- > drivers/net/smc911x.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c > index 7555cb9.

Re: [U-Boot-Users] Does U-boot support ethernet chip LAN9210 from SMSC?

2008-06-30 Thread Ben Warren
이승열 wrote: > Hi Ben, > > I have found smc911x.c source code in which both 16 and 32 bit access are > supported. > I will test my board with this source code. > Once you have it working, please send a patch indicating changes you've made. regards, Ben --

Re: [U-Boot-Users] Does U-boot support ethernet chip LAN9210 from SMSC?

2008-06-29 Thread Ben Warren
On Sun, Jun 29, 2008 at 10:06 PM, 이승열 <[EMAIL PROTECTED]> wrote: > Hi Ben, > > Sorry for bothering you. > > I have downloaded the latest version of U-boot. > There is smc911x.c file. I have added this file to Makefile. > The compilation is successful. You don't have to add anything to the Makefile,

Re: [U-Boot-Users] Does U-boot support ethernet chip LAN9210 from SMSC?

2008-06-29 Thread Ben Warren
Hi Seung, On Sun, Jun 29, 2008 at 6:56 PM, 이승열 <[EMAIL PROTECTED]> wrote: > Hi, > > Does U-boot support ethernet chip LAN9210 from SMSC? > If yes, how can I get driver source code? > The smc911x driver claims to support many different 9[12]1x chips, although I can't speak for certain about the 921

Re: [U-Boot-Users] Set manually tsec speed in u-boot 1.2.0

2008-06-27 Thread Ben Warren
On Fri, Jun 27, 2008 at 2:37 AM, Frank Prepelica <[EMAIL PROTECTED]> wrote: > Hi Ben, > > The ethernet adapter (PCMCIA ethernet card) which is directly connect to the > board can be forced in windows to use 100Mbit full duplex, but u-boot still > use 1Gbit. It's a Marvell phy, the exact phy descr

Re: [U-Boot-Users] Set manually tsec speed in u-boot 1.2.0

2008-06-27 Thread Ben Warren
On Fri, Jun 27, 2008 at 2:37 AM, Frank Prepelica <[EMAIL PROTECTED]> wrote: > Hi Ben, > > The ethernet adapter (PCMCIA ethernet card) which is directly connect to the > board can be forced in windows to use 100Mbit full duplex, but u-boot still > use 1Gbit. It's a Marvell phy, the exact phy descr

Re: [U-Boot-Users] Ethernet stopped working after upgrading from 1.1.5 to 1.3.3

2008-06-26 Thread Ben Warren
sition to be in. Since the code's out of tree there's only so much we can do to help. > Stuart > > On Thu, Jun 26, 2008 at 12:26 PM, Ben Warren <[EMAIL PROTECTED]> wrote: > >> Hi Stuart, >> >> Stuart Wood wrote: >> >>> Hi all, >&

Re: [U-Boot-Users] Ethernet stopped working after upgrading from 1.1.5 to 1.3.3

2008-06-26 Thread Ben Warren
Hi Stuart, Stuart Wood wrote: > Hi all, > > Can anyone point me in the right direction to figure out why > after porting up to 1.3.3 from 1.1.5 I'm getting a > "No ethernet found." error. > > I'm using a cirrus logic EP9302 Arm processor that was someone > initially ported to u-boot 1.1.5. So I'm

Re: [U-Boot-Users] [PATCH] Fix dm9000 receive status and len little endian issue

2008-06-25 Thread Ben Warren
Tsi-Chung Liew wrote: > From: TsiChung Liew <[EMAIL PROTECTED]> > > The received status and len was in little endian > format and caused the ethernet unable to proceed > further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit(). > > Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> > --- > driv

Re: [U-Boot-Users] [PATCH] Fix dm9000 receive status and len little endian issue

2008-06-25 Thread Ben Warren
Hi Tsi-Chung, Tsi-Chung Liew wrote: > From: TsiChung Liew <[EMAIL PROTECTED]> > > The received status and len was in little endian > format and caused the ethernet unable to proceed > further. Add define CFG_DM9000_BYTESWAP_STATUS_LEN in > dm9000_rx_status_16bit() to byte swap RxStatus and RxLen >

Re: [U-Boot-Users] Set manually tsec speed in u-boot 1.2.0

2008-06-25 Thread Ben Warren
Hi Frank, Frank Prepelica wrote: > > Hi all, > > > > is there a way to set the tsec speed in u-boot (v1.2.0) manually to > 100Mbit? Because u-boot always uses 1Gbit although the > > link speed is fixed set(in windows) to 100Mbit. > > > How does Windows fit into this? Are you booting Windows

Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization

2008-06-24 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:16 Tue 10 Jun , Ben Warren wrote: > >> Shinya Kuribayashi wrote: >> >>> Stefan Roese wrote: >>> >>>> On Tuesday 10 June 2008, Shinya Kuribayashi wrote: >>>

Re: [U-Boot-Users] [PATCH 1/1] Add support for the hammerhead (AVR32) board

2008-06-24 Thread Ben Warren
Haavard Skinnemoen wrote: > Ben Warren <[EMAIL PROTECTED]> wrote: > >> Hi Julien, >> >> Julien May wrote: >> >>> On Mon, 23 Jun 2008, Haavard Skinnemoen wrote: >>> >>> >>> >>>> Julien May <[E

Re: [U-Boot-Users] [PATCH 1/1] Add support for the hammerhead (AVR32) board

2008-06-23 Thread Ben Warren
Hi Julien, Julien May wrote: > On Mon, 23 Jun 2008, Haavard Skinnemoen wrote: > > >> Julien May <[EMAIL PROTECTED]> wrote: >> >>> Signed-off-by: Julien May <[EMAIL PROTECTED]> >>> >> Could you add a few lines describing the Hammerhead board, perhaps with >> a link to your site? >>

Re: [U-Boot-Users] [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization

2008-06-23 Thread Ben Warren
On Fri, Jun 13, 2008 at 7:08 AM, Ben Warren <[EMAIL PROTECTED]> wrote: > This patch is the first step in cleaning up net/eth.c, by moving Ethernet > initialization to CPU or board-specific code. Initial implementation is > only on the Freescale TSEC controller, but others wil

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Ben Warren
Timur Tabi wrote: > Ben Warren wrote: > > >> So are you saying that the plan is to move much of the configuration >> information from NOR flash to I2C EEPROMs on Freescale evaluation >> boards? >> > > No. The plan is to better support does

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-21 Thread Ben Warren
Hi Timur, Timur Tabi wrote: > Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The > NXID format replaces the older CCID format, but it's important to support both > since most boards out there still use the CCID format. This change is in > preparation for using one file

[U-Boot-Users] [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization

2008-06-13 Thread Ben Warren
This patch is the first step in cleaning up net/eth.c, by moving Ethernet initialization to CPU or board-specific code. Initial implementation is only on the Freescale TSEC controller, but others will be added soon. Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- This time around, inst

Re: [U-Boot-Users] [PATCH V3] Add mechanisms for CPU and board-specific Ethernet initialization

2008-06-13 Thread Ben Warren
Please ignore. It's wrong. Sorry for the noise! Ben On Fri, Jun 13, 2008 at 6:58 AM, Ben Warren <[EMAIL PROTECTED]> wrote: > This patch is the first step in cleaning up net/eth.c, by moving Ethernet > initialization to CPU or board-specific code. Initial implementation

[U-Boot-Users] [PATCH V3] Add mechanisms for CPU and board-specific Ethernet initialization

2008-06-13 Thread Ben Warren
This patch is the first step in cleaning up net/eth.c, by moving Ethernet initialization to CPU or board-specific code. Initial implementation is only on the Freescale TSEC controller, but others will be added soon. Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- This time around, inst

  1   2   3   >