[U-Boot] [PATCH 2/2 v3] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-01-31 Thread Heiko Schocher
This patch adds support for the Keymile SUEN3 board variants which are based on the Marvell Kirkwood (88F6281) SoC. All variants uses common code stored in board/keymile/km_arm/km_arm.c mgcoge2_arm_p1a board: This adds support for the ARM part of the mgcoge2. The suen3 target was moved to the corr

Re: [U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs

2010-01-31 Thread Matthias Kaehlcke
El Sun, Jan 31, 2010 at 12:53:37PM -0600 Tom ha dit: > Matthias Kaehlcke wrote: > >Add support for the Cirrus EP93xx platform > > > >Signed-off-by: Matthias Kaehlcke > >--- > > cpu/arm920t/ep93xx/Makefile | 56 > > cpu/arm920t/ep93xx/cpu.c | 51 +++ > > cpu/arm920t/ep9

Re: [U-Boot] [PATCH 2/3] Add EP93xx ethernet driver

2010-01-31 Thread Matthias Kaehlcke
Hi Ben, El Sun, Jan 31, 2010 at 09:24:36PM -0800 Ben Warren ha dit: > Matthias Kaehlcke wrote: > >Added ethernet driver for EP93xx SoCs > > > >Signed-off-by: Matthias Kaehlcke > >--- > > drivers/net/Makefile |1 + > > drivers/net/ep93xx_eth.c | 653 > > ++

Re: [U-Boot] [PATCH v2] tsec: do not print Speed: if using netconsole

2010-01-31 Thread Ben Warren
Hi Ed, Ed Swarthout wrote: > CONFIG_NETCONSOLE on the p2020ds is functional with the tsec driver. > But the printf in adjust_link() which is called by startup_tsec() > called by tsec_init() in tsec.c is making it impossible to use. > > For example typing 12345 on the netconsole causes the messag

[U-Boot] Pull request - net

2010-01-31 Thread Ben Warren
Wolfgang The following changes since commit 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-net.git master Heiko Schocher (1): 83xx, uec: spl

[U-Boot] board doesnt boot when migrating from u-boot1.3.4 to u-boot2009.11.1

2010-01-31 Thread sunr2007
Dear all, I was using u-boot-1.3.4 all these days . i decide to shift to new u-boot so that i can use some new features . i compiled the latest u-boot-2009.11.1 .but my board doesnt boot at all . My board is based on AT91SAM9261EK. i did a couple of changes to u-boot which i'm listing below 1) I

[U-Boot] Which all boards does C100 support in Mainline works with.

2010-01-31 Thread Naveen Krishna Ch
Hi Folks, I would like to know Which all boards are tested with the C100 support in the Mainline. I have a C100 Single, Pop, EVT1, EVT2, EVT0 boards When i build the Mainline u-boot for "smdkc100_config"; make The u-boot.bin is not working out of the box. Am i missing anything, Any kinda help i

Re: [U-Boot] [PATCH V3 7/8] fec_mxc: add MX25 support

2010-01-31 Thread Ben Warren
Tom, As with the other one, I can't apply this by itself. Please apply to your tree. John Rigby wrote: > Use RMII for MX25 > Add code to init gasket that enables RMII > > Signed-off-by: John Rigby > Acked-by: Ben Warren > --- > drivers/net/fec_mxc.c | 31

Re: [U-Boot] [PATCH V3 5/8] fec_mxc: cleanup and factor out MX27 dependencies

2010-01-31 Thread Ben Warren
Tom, I can't apply this independently of the other patches in this set. Please do so. John Rigby wrote: > general cleanup > move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c > make MX27 specific phy init conditional on CONFIG_MX27 > replace call to imx_get_ahbclk with one to imx_g

Re: [U-Boot] [PATCH 8/9 V3] new at91_emac network driver (NET_MULTI api)

2010-01-31 Thread Ben Warren
Hi Jens, Jens Scharsig wrote: > * add's at91_emac (AT91RM9200) network driver (NET_MULTI api) > * enable driver with CONFIG_DRIVER_AT91EMAC > * generic PHY initialization > * modify AT91RM9200 boards to use NET_MULTI driver > * the drivers has been tested with LXT971 Phy and DM9161 Phy at >

Re: [U-Boot] [PATCH V3 07/11] fec_mxc: add support for MX51 processor

2010-01-31 Thread Ben Warren
Hi Stefano, Sorry for taking so long to provide feedback here. My requests should be pretty quick :) Stefano Babic wrote: > The patch add support for the Freescale mx51 processor > to the FEC ethernet driver. > > Signed-off-by: Stefano Babic > --- > drivers/net/fec_mxc.c | 68 ++

Re: [U-Boot] [PATCH] macb: Fix mii_phy_read and mii_phy_write functions

2010-01-31 Thread Ben Warren
Dear Semih, Semih Hazar wrote: > Enabling CONFIG_CMD_MII in AVR32 boards was not possible due to > compile errors. > > This patch fixes miiphy_read and miiphy_write functions and > registers them properly. > > Signed-off-by: Semih Hazar > --- > drivers/net/macb.c | 110 +++--

Re: [U-Boot] 83xx, uec: split enet_interface in two variables, was: 83xx, uec: adjust enet_interface settings on the fly.

2010-01-31 Thread Ben Warren
Hi Heiko, Heiko Schocher wrote: > There's no sensible reason to unite speed and interface type into > one variable. So split this variable enet_interface into two > vars: enet_interface_type, which hold the interface type and speed. > > Also: add the possibility for switching between 10 and 100 M

Re: [U-Boot] [PATCH 2/3] Add EP93xx ethernet driver

2010-01-31 Thread Ben Warren
Hi Matthias, Matthias Kaehlcke wrote: > Added ethernet driver for EP93xx SoCs > > Signed-off-by: Matthias Kaehlcke > --- > drivers/net/Makefile |1 + > drivers/net/ep93xx_eth.c | 653 > ++ > drivers/net/ep93xx_eth.h | 144 ++ > inclu

Re: [U-Boot] [PATCH v3] TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX

2010-01-31 Thread Ben Warren
Dear Nick, Nick Thompson wrote: > The EMAC IP on DM365, DM646x and DA830 is slightly different > from that on DM644x. This change updates the DaVinci EMAC driver > so that EMAC becomes operational on SOCs with EMAC v2. > > Signed-off-by: Nick Thompson > --- > v2 was messed up, these changes are r

Re: [U-Boot] [PATCH v5 08/12] SPEAr : Support for HW mac id read/write from i2c mem

2010-01-31 Thread Ben Warren
Tom, Vipin KUMAR wrote: > This patch adds the support to read and write mac id from i2c > memory. > For reading: > if (env contains ethaddr) > pick env ethaddr > else > pick ethaddr from i2c memory > For writing: > chip_config ethaddr XX:XX:XX:XX:XX:X

[U-Boot] usb host problem

2010-01-31 Thread wu yufan
hello all I am working on access files from USB disk . The u-boot has implementing a mass storage operation with USB OHCI. I have added the porting code. All things seems right except MMU.When the MMU is closed,the result is right.But if I turn on the MMU,the returned message is not righ

Re: [U-Boot] Please pull u-boot-ti master

2010-01-31 Thread Tom
s-paul...@ti.com wrote: > Tom, > > Please pull u-boot-ti master. Applied. Thanks Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] MX51 Eval board Rev 2.5, CPU Rev 3 Ethernet working, sort of

2010-01-31 Thread Rick Bronson
Hi, The good news is that MX51 Eval board Rev 2.5, CPU Rev 3 Ethernet is working. The bad news is that it's not based on the latest u-boot git. Hopefully that will change soon. Here's how to get it going: wget ftp://ftp.denx.de/pub/u-boot/u-boot-2009.08.tar.bz2 wget http://www.efn.org/~ric

[U-Boot] AR405 build error

2010-01-31 Thread Wolfgang Denk
Dear Matthias, the AR405 board does not build any more: ppc_6xx-ld: u-boot: section .resetvec lma 0xfffc overlaps previous sections Can you please have a look? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office:

[U-Boot] commit eb5eb2b0 breaks EXBITGEN board

2010-01-31 Thread Wolfgang Denk
Dear Stefan, your commit eb5eb2b0f744f0cba405160c5d01335c40f09acf ppc4xx: Cleanup PPC4xx I2C infrastructure breaks the EXBITGEN board: init.S: Assembler messages: init.S:534: Error: unsupported relocation against IICLMADR init.S:535: Error: unsupported relocation against IICHMADR init.S

Re: [U-Boot] [PATCH 3/3] Add support for EDB93xx boards

2010-01-31 Thread Tom
Matthias Kaehlcke wrote: > Added support for the following EDB93xx boards: > > EDB9301 > EDB9302 > EDB9302A > EDB9307 > EDB9307A > EDB93012 > EDB9315 > EDB9315A > > Signed-off-by: Matthias Kaehlcke > --- > MAINTAINERS | 10 ++ > MAKEALL |8 ++ > Makef

Re: [U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs

2010-01-31 Thread Tom
Matthias Kaehlcke wrote: > Add support for the Cirrus EP93xx platform > > Signed-off-by: Matthias Kaehlcke > --- > cpu/arm920t/ep93xx/Makefile | 56 > cpu/arm920t/ep93xx/cpu.c | 51 +++ > cpu/arm920t/ep93xx/led.c | 101 ++ > cpu/arm920t/ep93xx/lowle

Re: [U-Boot] Transfer file using loadb

2010-01-31 Thread Andrew Dyer
On Sun, Jan 31, 2010 at 10:10 AM, Chetan Nanda wrote: > Hi Wolfgang, > > On Sun, Jan 31, 2010 at 9:27 PM, Wolfgang Denk wrote: > >> Dear Chetan Nanda, >> >> In message <7f245da81001310745i8e54f9dr95cb4c0af0a74...@mail.gmail.com> >> you wrote: >> > > Of course chances are that your USB serial ada

[U-Boot] [PATCH 3/3] Add support for EDB93xx boards

2010-01-31 Thread Matthias Kaehlcke
Added support for the following EDB93xx boards: EDB9301 EDB9302 EDB9302A EDB9307 EDB9307A EDB93012 EDB9315 EDB9315A Signed-off-by: Matthias Kaehlcke --- MAINTAINERS | 10 ++ MAKEALL |8 ++ Makefile | 10 ++ board/edb93xx/Makefile

[U-Boot] [PATCH 2/3] Add EP93xx ethernet driver

2010-01-31 Thread Matthias Kaehlcke
Added ethernet driver for EP93xx SoCs Signed-off-by: Matthias Kaehlcke --- drivers/net/Makefile |1 + drivers/net/ep93xx_eth.c | 653 ++ drivers/net/ep93xx_eth.h | 144 ++ include/common.h |5 + include/netdev.h |

[U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs

2010-01-31 Thread Matthias Kaehlcke
Add support for the Cirrus EP93xx platform Signed-off-by: Matthias Kaehlcke --- cpu/arm920t/ep93xx/Makefile | 56 cpu/arm920t/ep93xx/cpu.c | 51 +++ cpu/arm920t/ep93xx/led.c | 101 ++ cpu/arm920t/ep93xx/lowlevel_init.S | 65 cpu/arm920t/ep9

[U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev5]

2010-01-31 Thread Matthias Kaehlcke
5th revision of the patch set for EDB93xx boards --- Changes with respect to rev4: ethernet driver * added parentheses around eth_dev in macro GET_PRIV * declared dump_xxx() functions static instead of inline * use %p for printing pointer values and removed unnecessary casts in dump_xx

Re: [U-Boot] Transfer file using loadb

2010-01-31 Thread Chetan Nanda
Hi Wolfgang, On Sun, Jan 31, 2010 at 9:27 PM, Wolfgang Denk wrote: > Dear Chetan Nanda, > > In message <7f245da81001310745i8e54f9dr95cb4c0af0a74...@mail.gmail.com> > you wrote: > > > > As there is considerable difference between the logs I am getting and > logs > > you have provided in you last

Re: [U-Boot] [PATCH 5/9 V3] convert common files to new SoC access

2010-01-31 Thread Jens Scharsig
Tom wrote: >> * convert common files in cpu/../at91 and a lot of drivers to use chose>> >> #include >> +#ifndef CONFIG_AT91_LEGACY > > This should be > #ifdef CONFIG_AT91_LEGACY > The additions you made to the board configs should take care of this. > Perhaps add an > #ifndef CONFIG_AT91_LEGAC

Re: [U-Boot] Transfer file using loadb

2010-01-31 Thread Wolfgang Denk
Dear Chetan Nanda, In message <7f245da81001310745i8e54f9dr95cb4c0af0a74...@mail.gmail.com> you wrote: > > As there is considerable difference between the logs I am getting and logs > you have provided in you last mail. > > e.g Communication device is /dev/ttyUSB0 (in my logs) > > But in your ca

Re: [U-Boot] Transfer file using loadb

2010-01-31 Thread Chetan Nanda
Hi Wolfgang I tried with kermit again. Following is the console log when file is getting transfered. ### C-Kermit 8.0.211, 10 Apr 2004, chetan-laptop Current Directory: /media/DISK_VOL2/Work/beagleboard/sw/code/testApp Communication Device: /dev/ttyUSB0 Commun

Re: [U-Boot] [PATCH 7/9 V3] prepare joining at91rm9200 into at91

2010-01-31 Thread Jens Scharsig
Tom wrote: > > Many copyrights like this > Please check > >> + * >> + * Copyright (C) 1999 2000 2001 Erik Mouw (j.a.k.m...@its.tudelft.nl) and >> + * Jan-Derk Bakker (j.d.bak...@its.tudelft.nl) >> + * >> + * Modified for the at91rm9200dk board by > > Maybe change to > 'Based on t

Re: [U-Boot] Transfer file using loadb

2010-01-31 Thread Wolfgang Denk
Dear Chetan Nanda, In message <7f245da81001310646x12451ac8s5ac9bda0fd6ac...@mail.gmail.com> you wrote: > > Tried with loady command in u-boot and ymodem option from minicom. > With this combination I am able to transfer and run uImage. I tested this again on OMAP3 systems (including Beagle): OM

Re: [U-Boot] [PATCH v2] at91: Add esd gmbh OTC570 board support

2010-01-31 Thread Tom
Daniel Gorsulowski wrote: > This patch adds support for esd gmbh OTC570 board. > The OTC570 is based on an Atmel AT91SAM9263 SoC. > > Signed-off-by: Daniel Gorsulowski > --- > v2: Applyed suggestions according to > http://lists.denx.de/pipermail/u-boot/2010-January/066948.html > - removed

Re: [U-Boot] Transfer file using loadb

2010-01-31 Thread Chetan Nanda
Tried with loady command in u-boot and ymodem option from minicom. With this combination I am able to transfer and run uImage. ~cnanda On Sat, Jan 30, 2010 at 10:02 PM, Wolfgang Denk wrote: > Dear Chetan Nanda, > > In message <7f245da81001300735x6d0727f8s2f530d6a3540e...@mail.gmail.com> > you w

Re: [U-Boot] [PATCH 6/9 V3] update at91sam9263ek board to new SoC access

2010-01-31 Thread Jens Scharsig
Tom wrote: >> #ifdef CONFIG_SYS_NAND_DBW_16 >> - AT91_SMC_DBW_16 | >> + AT91_SMC_MODE_DBW_16 | > > Name of define should not change > apply globally Some flag names are not refer to hw register (e.g.AT91_SMC_DBW_16). In this case defines with new name are add

Re: [U-Boot] [PATCH 2/9 V3] add c structures for SoC access

2010-01-31 Thread Jens Scharsig
Tom wrote: >> > > I was expecting this patch to convert existing #define's to c struct's > I was not expecting it to add new features. > The features should be broken out into their own patch. > Specifically at91_matrix > > These are significant enough changes that you should > append a copyright

Re: [U-Boot] [PATCH 1/9 V3.1] add new CONFIG_AT91_LEGACY

2010-01-31 Thread Jens Scharsig
* add's the new temporary CONFIG_AT91_LEGACY to all board configs This will need for backward compatiblity, while change the SoC access to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated SoC is used. Signed-off-by: Jens Scharsig --- doc/README.at91-soc| 41 ++