Re: [U-Boot] Adding a composite device, how to structure ?

2009-06-05 Thread Heiko Schocher
Hello Tom, Tom wrote: > I would like to add support for the twl4030, a composite i2c device, > found on the omap3 zoom's. > The header file will be include/twl4030.h. > How do you want the source to be structured ? > 1. A single large file in drivers/i2c/twl4030.c > > or device files added und

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-05 Thread dwh
Hi Kim, The bit setting did not help with our errors at 1Gbit, so the comment: > While not making a difference on the MPC8349EMDS, > changing the output buffer impedance on TSEC1 to > 2.5V has negative effect on other mpc83xx based > boards - they start dropping frame data > consequently promptin

Re: [U-Boot] [PATCH 1/2] 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx

2009-06-05 Thread Kim Phillips
On Sun, 24 May 2009 22:13:27 +0200 Wolfgang Denk wrote: > In message <1243192952.703.7.ca...@ptyser-laptop> you wrote: > > > > > CodingStyle Ch.12 suggests that it's the other fsl arches that are in > > > violation here, not 83XX: > > Agreed... > > > Either way is fine with me, as long as thing

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-05 Thread Kim Phillips
On Fri, 05 Jun 2009 14:45:38 -0400 Paul Gortmaker wrote: > I applied the chunk below onto a checkout of v2009.06-rc2 and it > works fine on sbc8349; tested both TSEC and at both 100 and 1GB. > > Tested-by: Paul Gortmaker Thanks Paul, Ira, and Dave. I've applied the following on u-boot-mpc83xx

Re: [U-Boot] start.S compile error for qemu-mips

2009-06-05 Thread Wolfgang Denk
Dear Utpal Parrikar, In message <657deec70906051403x15273b22jee0b17043e8bc...@mail.gmail.com> you wrote: > After downloading latest u-boot, I did ... > I get following error: Can someone tell me what I am doing wrong ... > linux/egcs-2.91.66 -lgcc egcs-2.91.66 ??? Seems you are using a *really*

[U-Boot] [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT)

2009-06-05 Thread Richard Retanubun
From edb2947e95dc8dc1c91bc952002304267d02639f Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Fri, 5 Jun 2009 15:54:56 -0400 Subject: [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT) This patch adds #defines of EPORT registers as offsets from IPSBAR (MBAR) --- include/asm-m6

[U-Boot] start.S compile error for qemu-mips

2009-06-05 Thread Utpal Parrikar
After downloading latest u-boot, I did make qemu_mips_config make after setting CROSS_COMPILE=mipsel-linux- I get following error: Can someone tell me what I am doing wrong mipsel-linux-ld -g -Ttext 0x8020 -T mips.lds \ -o hello_world -e hello_world hello_world.o

Re: [U-Boot] [PATCH 2/3] Add generic bit operations

2009-06-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:27 Thu 04 Jun , Daniel Mack wrote: > This adds generic bit operations for all platforms and enables includes > the implementations from asm-arm. > > Code taken from Linux kernel. > the __set_bit, __clear_bit, __change_bit & co generic is used on arm ok but be aware that we use it in U-

Re: [U-Boot] Adding a composite device, how to structure ?

2009-06-05 Thread Wolfgang Denk
Dear Tom, In message <4a296b3c.1060...@windriver.com> you wrote: > > I would like to add support for the twl4030, a composite i2c device, > found on the omap3 zoom's. > The header file will be include/twl4030.h. > How do you want the source to be structured ? > 1. A single large file in driver

[U-Boot] U-Boot][PATCH] ARM Clean-up of ARM920T S3C24x0 drivers code

2009-06-05 Thread kevin.morf...@fearnside-systems.co.uk
This re-formats the S3C24x0 drivers code to meet the coding style requirements and to make it always use the proper I/O accessor functions when accessing registers. It was done using 'Lindent -kr -i8 -l80' followed by manual inspection of the output. checkpatch.pl reports no problems with the pa

[U-Boot] Adding a composite device, how to structure ?

2009-06-05 Thread Tom
Wolfgang, I would like to add support for the twl4030, a composite i2c device, found on the omap3 zoom's. The header file will be include/twl4030.h. How do you want the source to be structured ? 1. A single large file in drivers/i2c/twl4030.c or device files added under a directory ? 2. driv

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-05 Thread Paul Gortmaker
Paul Gortmaker wrote: > Kim Phillips wrote: >> On Wed, 3 Jun 2009 10:50:25 -0700 >> Ira Snyder wrote: > > ... > >>> >>> In practice, this doesn't seem to make a difference on the MPC8349EMDS >>> eval board. Both settings work without any errors. For people like me, >>> who are copying an existin

Re: [U-Boot] [PATCH v2] Gbe Controller driver support for kirkwood SOCs

2009-06-05 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message <4a1b8e3f.7030...@gmail.com> you wrote: > >>> http://lists.denx.de/pipermail/u-boot/2009-May/052905.html >>> >>> >> I've pulled this into net/next. Thanks for spinning it so many times. >> > > Can you please send a pull request for

Re: [U-Boot] Ethernet driver( SMC911x) not working with omap3evm

2009-06-05 Thread Dirk Behme
shariff Shardar wrote: > Hi all, > > I have configured SMC911x ethernet driver with OMAP3EVM. > > When I try to download any file using tftpboot ( Timeout happens ) > and > > also when I try to do dhcp ( timeout happens ). > > Iam working with u-boot git from gi

[U-Boot] at91: fix a USB problem for AT91SAM9261

2009-06-05 Thread RONETIX - Ilko Iliev
This patch corrects the missing PLLB initialization in usb_cpu_init() for AT91SAM9261. Because of the missing PLLB initialization, the USB support for all AT91SAM9261 based boards will work only if the PLLB is configured by a precedent bootloader. Signed-off-by: Ilko Iliev diff --git a/driver

Re: [U-Boot] [PATCH] mmc: fix SD card SCR register decoding on little endian systems

2009-06-05 Thread Rabin Vincent
On Tue, Jun 02, 2009 at 05:47:09PM +0200, Herrmann Ulrich wrote: > Rabin Vincent's fix for little endian systems fixes only the issues > regarding responses received on the command line. > However the SD card's SCR register is received on the DAT0 line > - therefore it must be handled in an endi

Re: [U-Boot] PULL into "next": u-boot-mpc5xxx.git#next

2009-06-05 Thread Wolfgang Denk
In message <20090605122633.10fc28246...@gemini.denx.de> you wrote: > > The following changes since commit 4867b82efe3e6c04b44a13daef0abb7891533d2a: > Wolfgang Denk (1): > General help message cleanup > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc5xxx.git

[U-Boot] PULL into "next": u-boot-mpc5xxx.git#next

2009-06-05 Thread Wolfgang Denk
The following changes since commit 4867b82efe3e6c04b44a13daef0abb7891533d2a: Wolfgang Denk (1): General help message cleanup are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git next Stefan Roese (2): mpc512x: Fix PSC divisor calculation for baudrate se

Re: [U-Boot] [PATCH 2/2] mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code

2009-06-05 Thread Wolfgang Denk
Dear Stefan Roese, In message <1243954396-24775-2-git-send-email...@denx.de> you wrote: > This patch removes the duplicated code for baudrate generator configuration > in the PSC serial_init() implementation by calling serial_setbrg() instead > of duplicating the code. > > Signed-off-by: Stefan R

Re: [U-Boot] [PATCH 1/2] mpc512x: Fix PSC divisor calculation for baudrate setting

2009-06-05 Thread Wolfgang Denk
Dear Stefan Roese, In message <1243954396-24775-1-git-send-email...@denx.de> you wrote: > The wrong input frequency was used in serial_setbrg(). This patch fixes > this by using ips_clk as input frequency for the PSC baudrate generator. > > Signed-off-by: Stefan Roese > --- > cpu/mpc512x/serial

Re: [U-Boot] [PATCH V4] board support patch for phyCORE-MPC5200B-tiny

2009-06-05 Thread Jon Smirl
Is this patch ready for merge? On Mon, Jun 1, 2009 at 2:51 PM, Jon Smirl wrote: > Add support for the Phytec phyCORE-MPC5200B-tiny. Code originally from > Pengutronix.de. > Added MAKEALL and MAINTAINER entry per last posting. > > Signed-off-by: Jon Smirl > --- >  MAINTAINERS                    

Re: [U-Boot] [PATCH v2 10/10] MPC512x: add support for ARIA board

2009-06-05 Thread Wolfgang Denk
Dear Stefan, In message <200906021112.05109...@denx.de> you wrote: > > On Saturday 16 May 2009 10:47:46 Wolfgang Denk wrote: > > ARIA is a MPC5121E based COM Express module by Dave/DENX. > > > > Signed-off-by: Wolfgang Denk > > Cc: John Rigby > > Please find some mostly nitpicking comments bel

Re: [U-Boot] [PATCH 2/5] 74xx_7xx: CPCI750: Add loadpci command

2009-06-05 Thread Matthias Fuchs
Hi Stefan, please leave the code as is. It is already used in a project and so modifying the parameter type may no change. On Friday 05 June 2009 05:39, Stefan Roese wrote: > Hi Matthias, > > On Thursday 04 June 2009 19:40:19 Matthias Fuchs wrote: > > doen't it make sense to use/extend the code

Re: [U-Boot] Support in u-boot for PCI-Express NIC

2009-06-05 Thread Wolfgang Denk
Dear "Zang Roy-R61911", In message <7df0af56456b8f4081e3c44ccce311de34e...@zch01exm23.fsl.freescale.net> you wrote: > > > > > At least the e1000 has been successfully tested not so long ago. > > > > > > Thanks Wolfgang. That's good news. > > > Can you pl point me to the pci-express card/device

Re: [U-Boot] [PATCH v2] Gbe Controller driver support for kirkwood SOCs

2009-06-05 Thread Wolfgang Denk
Dear Ben, In message <4a1b8e3f.7030...@gmail.com> you wrote: > > > http://lists.denx.de/pipermail/u-boot/2009-May/052905.html > > > I've pulled this into net/next. Thanks for spinning it so many times. Can you please send a pull request for next soon? Thanks in advance. Best regards, Wolfg

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-06-05 Thread Wolfgang Denk
Dear Ben, In message <4a14e0ab.7010...@googlemail.com> Dirk Behme wrote: > > >> If the MAX address is given by the environment, write it back to the > >> hardware. > >> > >> Signed-off-by: Daniel Mack > >> Cc: Sascha Hauer ... > > Applied to net/next branch. > > Could we get this asap into main

Re: [U-Boot] [PATCH] kgdb: unify kgdb on serial

2009-06-05 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1242487402-11170-1-git-send-email-plagn...@jcrosoft.com> you wrote: > unify kgdb serial implementatin when we kgdb over the main serial > interface (serial_{getc,putc,puts}) > > introduce CONFIG_KGDB_ON_SERIAL for this purpose > otherwise use as

Re: [U-Boot] [PATCH 2/2] General help message cleanup

2009-06-05 Thread Wolfgang Denk
Hello, In message <1243185450-20518-2-git-send-email...@denx.de> you wrote: > Many of the help messages were not really helpful; for example, many > commands that take no arguments would not print a correct synopsis > line, but "No additional help available." which is not exactly wrong, > but not