[U-Boot-Users] Amazing lovemaking is now possible

2008-03-29 Thread harbir Bardell
Important information on love making When I look back at 6 months of my life, it is well worth it http://www.nooguui.com/ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

Re: [U-Boot-Users] Release status - open patches, pull requests etc.

2008-03-29 Thread David Saada
> David, I ran into difficulties applying your QE IO patch, due to > mailer mangling again, I'm afraid. It looked like there weren't *too* > many, so I may manage to do it by hand, but if you can find some way > to send me the 85xx-related patches in a non-mangled format, I would > definitely get

[U-Boot-Users] ENV in NAND and in EEPROM ?

2008-03-29 Thread Manuel Sahm
Hello, I want to use an eeprom AND an NANDFLASH for storing the Enviroment Data. First: The EEPROM should be connected via SPI, so I have to make a c file within the function for spi_write and spi_readÂ…to use it with the CFG_CMD_EEPROM. right ? Now my second question: I want to achiev

Re: [U-Boot-Users] [PATCH] ixp: Support for NSLU2

2008-03-29 Thread Peter Pearse
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Rod Whitby > Sent: 27 March 2008 04:51 > To: u-boot-users@lists.sourceforge.net > Subject: [U-Boot-Users] [PATCH] ixp: Support for NSLU2 > > This patch adds support for the Linksys NSLU2. Rod I

[U-Boot-Users] [PATCH] ixp: Support for NSLU2

2008-03-29 Thread Rod Whitby
This patch adds support for the Linksys NSLU2. Signed-off-by: Rod Whitby <[EMAIL PROTECTED]> --- MAINTAINERS |4 + MAKEALL |1 + Makefile |3 + board/nslu2/Makefile | 53 + board/nslu2/con

Re: [U-Boot-Users] [PATCH] ixp: Support for NSLU2

2008-03-29 Thread Peter Pearse
> -Original Message- > From: Rod Whitby [mailto:[EMAIL PROTECTED] > Sent: 29 March 2008 15:01 > To: Peter Pearse > Subject: Re: [U-Boot-Users] [PATCH] ixp: Support for NSLU2 > > Peter Pearse wrote: > > I just need a Signed-off-by line. Example: > > Sorry about that. I've resent the p

Re: [U-Boot-Users] [PATCH v2 1/7] Separate omap24xx specific code from arm1136

2008-03-29 Thread Peter Pearse
> -Original Message- > From: Guennadi Liakhovetski [mailto:[EMAIL PROTECTED] > Sent: 26 March 2008 19:41 > To: u-boot-users@lists.sourceforge.net > Cc: Wolfgang Denk; Sascha Hauer; Peter Pearse > Subject: [PATCH v2 1/7] Separate omap24xx specific code from arm1136 > > From: Sascha Haue

Re: [U-Boot-Users] [PATCH] ixp: Support for NSLU2

2008-03-29 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Subject: [U-Boot-Users] [PATCH] ixp: Support for NSLU2 > > > > This patch adds support for the Linksys NSLU2. ... > I just need a Signed-off-by line. Example: Peter, please avoid duplicating efforts: IXP stuff is supposed to be handled by the

Re: [U-Boot-Users] LZMA support (patch)

2008-03-29 Thread Luigi 'Comio' Mantellini
Hi All, I will rework the patch in order to include all files from LZMA SDK and some fix. I'll send the patch on Tuesday (I'm in vacation). These are the implemented features: - LZMA SDK 4.57 Decode code (vanilla) - A Buff2Buff wrapper to decode the image (LZMA_Alone format) - Fixes for mkimage (

Re: [U-Boot-Users] [PATCH v2 1/7] Separate omap24xx specific code from arm1136

2008-03-29 Thread Guennadi Liakhovetski
On Sat, 29 Mar 2008, Peter Pearse wrote: > > -Original Message- > > From: Guennadi Liakhovetski [mailto:[EMAIL PROTECTED] > > + > > +/* macro to read the 32 bit timer */ > > +#define READ_TIMER (*(volatile ulong *)(CFG_TIMERBASE+TCRR)) > > I'm assuming you have no objection to me patchin

[U-Boot-Users] [GIT PULL][SH] Please pull git://www.denx.de/git/u-boot-sh.git/

2008-03-29 Thread Nobuhiro Iwamatsu
Dear Wolfgang, Please pull git://www.denx.de/git/u-boot-sh.git/. The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two are available in the git repository at: git://www.denx.de/git/u-boot-sh master

[U-Boot-Users] [PATCH] Fix 8xx build to conditionally compile fdt.o

2008-03-29 Thread Jerry Van Baren
Change to COBJS-y method so that the fdt.o library can be properly conditionally compiled. Without this change, the mpc8xx boards that don't use CONFIG_OF_LIBFDT still build the fdt.o, causing code bloat and compile warnings. Signed-off-by: Gerald Van Baren <[EMAIL PROTECTED]> --- Hi Wolfgang,

Re: [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003

2008-03-29 Thread Ben Warren
Aras Vaichas wrote: > Aras Vaichas wrote: > >> This patch fixes a problem I had with a client who was getting DHCP >> request retries with our network device and their DHCP server. >> >> It turns out that their Windows Server 2003 DHCP server couldn't handle >> fast DHCP transactions and it just

Re: [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c

2008-03-29 Thread Ben Warren
Tsi-Chung Liew wrote: > Provide common configuration in do_mii() to execute mii_init() > for all cpu architectures > > Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> > --- > common/cmd_mii.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/common/cmd_mii.c b/common/

Re: [U-Boot-Users] [PATCH] ColdFire: Fix FEC transmit issue for MCF5275

2008-03-29 Thread Ben Warren
Tsi-Chung Liew wrote: > Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> > --- > drivers/net/mcffec.c |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c > index 3b81258..71d1960 100644 > --- a/drivers/net/mcffec.c > +++ b

Re: [U-Boot-Users] [PATCH 08/13] SPARC: added SMC91111 driver in and out macros for LEON processors.

2008-03-29 Thread Ben Warren
Daniel Hellstrom wrote: > Hello Wolfgang, > > This patch makes SPARC/LEON processors able to read and write > to the SMC9 chip using the chip external I/O bus of the memory > controller. This patchs defines the standard in and out macros > expected by the SMC9111 driver. > > To access that I/O

Re: [U-Boot-Users] [PATCH 07/13] SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.

2008-03-29 Thread Ben Warren
Daniel Hellstrom wrote: > Hello Wolfgang, > > GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without > a debug link (EDCL). The GRETH core is documented in GRIP.pdf > available at www.gaisler.com. > > If the GRETH has GigaBit support (GBIT, Scatter gather, checksum > offloading etc.) can b

[U-Boot-Users] [PATCH] Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards

2008-03-29 Thread Tsi-Chung Liew
From: TsiChung Liew <[EMAIL PROTECTED]> Remove CONFIG_MPC5200 and define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files. Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> --- drivers/pci/pci_auto.c |2 +- include/configs/BC3450.h|1 + include/configs/IceCube

[U-Boot-Users] [PATCH] Add CONFIG_MII_INIT support to related boards

2008-03-29 Thread Tsi-Chung Liew
From: TsiChung Liew <[EMAIL PROTECTED]> Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in cmd_init.c. Add CONFIG_MII_INIT to board configuration files that use mii_init() in cmd_init.c. Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> --- board/fads/fads.h |1 + common