Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-15 Thread Albin Tonnerre
On Mon, 15 Mar 2010 17:40 -0400, Henry Súcart wrote : > Hi Albin, > > First of all thanks for the quick reply. You're welcome. > I tried out what you said about adding #define CONFIG_AT91_MCI1 to the board > config file but although that did got rid of the mmc: command 1 failed > (status: 0x0c10

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-15 Thread Henry Súcart
Hi Albin, First of all thanks for the quick reply. I tried out what you said about adding #define CONFIG_AT91_MCI1 to the board config file but although that did got rid of the mmc: command 1 failed (status: 0x0c100025) error it still doesn't see the SD card. After doing some debugging it seems l

Re: [U-Boot] Environment and SPI drivers

2010-03-15 Thread Albin Tonnerre
On Mon, 15 Mar 2010 21:25 +0100, Wolfgang Denk wrote : > Dear Albin Tonnerre, > > In message <20100315192914.ga14...@pc-ran3241> you wrote: > > > > The SPI framework provided by u-boot (spi_setup_slave, spi_xfer and the > > like) > > cannot currently be used to read the environment from SPI devi

Re: [U-Boot] Environment and SPI drivers

2010-03-15 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <20100315192914.ga14...@pc-ran3241> you wrote: > > The SPI framework provided by u-boot (spi_setup_slave, spi_xfer and the like) > cannot currently be used to read the environment from SPI devices. The reason > is This depends on what sort of SPI devices you are

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-15 Thread Albin Tonnerre
On Mon, 15 Mar 2010 15:51 -0400, Henry Súcart wrote : > Hi, Hi Henry, > I've been trying to get an SD card working with an at91sam9g45ek-es board. I > read a couple of threads in the archive and ended up doing this: > > I applied these patches: > > http://lists.denx.de/pipermail/u-boot/2009-Aug

[U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-15 Thread Henry Súcart
Hi, I've been trying to get an SD card working with an at91sam9g45ek-es board. I read a couple of threads in the archive and ended up doing this: I applied these patches: http://lists.denx.de/pipermail/u-boot/2009-August/059595.html http://lists.denx.de/pipermail/u-boot/2009-September/060053.htm

[U-Boot] Environment and SPI drivers

2010-03-15 Thread Albin Tonnerre
Hello, The SPI framework provided by u-boot (spi_setup_slave, spi_xfer and the like) cannot currently be used to read the environment from SPI devices. The reason is that all the drivers implement spi_setup_slave using malloc(), and malloc() cannot be used when env_init is called - this happens be

Re: [U-Boot] [PATCH] TI: Davinci: NAND Driver Cleanup

2010-03-15 Thread Scott Wood
On Sun, Mar 14, 2010 at 05:14:31PM -0400, s-paul...@ti.com wrote: > - emif_regs->AB1CR = acfg1; /* CS2 */ > + __raw_writel(acfg1, &emif_regs->AB1CR); /* CS2 */ Configuring for davinci_schmoogie board... davinci_nand.c: In function ‘nand_flash_init’: davinci_nand.c:586: error: ‘struct davin

Re: [U-Boot] [PATCH v2] mpc5xxx: Remove all references to MGT5100

2010-03-15 Thread Wolfgang Denk
Dear Detlev Zundel, In message you wrote: > > > Well, guess we should give the board maintainers a few days to > > respond - and maybe explicit notice, to the extend possible. > > Actually I do not believe that thre removed code has had a lot of > testing lately, so I would also be inclined to

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Wolfgang Denk
Dear Siddarth Gore, In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: > GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 > GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot > > References: > http://www.globalscaletechnologies.com/t-guruplugdetails.aspx > http://plu

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Wolfgang Denk
Dear Siddarth Gore, In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: ... > diff --git a/MAINTAINERS b/MAINTAINERS > index 80057ce..f102cd8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -765,6 +765,10 @@ Prafulla Wadaskar > rd6281a ARM926EJS (Kirkwood

[U-Boot] Use of deprecated CONFIG_CMD_AUTOSCRIPT

2010-03-15 Thread Wolfgang Denk
Hello, the following boards maintained by you stioll reference the deprecated (and non-existing) CONFIG_CMD_AUTOSCRIPT. Please submit clean-up patches to extinguish all references to AUTOSCR: at91sam9m10g45ek meesc mv88f6281gtw_ge openrd_base otc570

Re: [U-Boot] [PATCH v2] mpc5xxx: Remove all references to MGT5100

2010-03-15 Thread Detlev Zundel
Hi Wolfgang, > Dear Detlev Zundel, > > In message <1268384472-30152-1-git-send-email-...@denx.de> you wrote: >> We do not support a processor that never reached a real customer. >> >> Signed-off-by: Detlev Zundel [...] > Actually this fixes a build warnings in the current code (Total5100 > boa

Re: [U-Boot] net: Kirkwood_egiga.c: fixed build warnings

2010-03-15 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > Below patch is not integrated in latest u-boot > http://lists.denx.de/pipermail/u-boot/2010-March/068201.html > > Can you pls kindly make it part of your pull request for next? If this patch is fixing build warnings (= errors), then it shallno

[U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot References: http://www.globalscaletechnologies.com/t-guruplugdetails.aspx http://plugcomputer.org This patch is for GuruPlug Plus, but it supports Standard version as well. Signed-off-by: Sid

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
On Mon, 2010-03-15 at 05:13 -0700, Prafulla Wadaskar wrote: > > > -Original Message- > > From: Siddarth Gore [mailto:go...@marvell.com] > > Sent: Monday, March 15, 2010 4:36 PM > > To: u-boot@lists.denx.de > > Cc: Prafulla Wadaskar; Siddarth Gore > > Subject: [PATCH] Marvell GuruPlug Board

[U-Boot] [PATCH] video: cfb_console.c: add support for RLE8 bitmaps

2010-03-15 Thread Anatolij Gustschin
Allow displaying 8-bit RLE BMP images. Signed-off-by: Anatolij Gustschin --- README |6 ++ drivers/video/cfb_console.c | 200 ++- 2 files changed, 204 insertions(+), 2 deletions(-) diff --git a/README b/README index 1158e24..f469

[U-Boot] [PATCH] ppc4xx fix unstable 440EPX boostrap options

2010-03-15 Thread Rupjyoti Sarmah
440EPx fixed bootstrap options A, B, D, and E sets PLL FWDVA to a value = 1. This results in the PLLOUTB being greater than the CPU clock frequency resulting unstable 440EPx operation resulting in various software hang conditions. Signed-off-by: Rupjyoti Sarmah Acked-by : Victor Gallardo --- cp

[U-Boot] net: Kirkwood_egiga.c: fixed build warnings

2010-03-15 Thread Prafulla Wadaskar
Hi Ben Below patch is not integrated in latest u-boot http://lists.denx.de/pipermail/u-boot/2010-March/068201.html Can you pls kindly make it part of your pull request for next? Regards. Prafulla . . ___ U-Boot mailing list U-Boot@lists.denx.de http://

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Prafulla Wadaskar
> -Original Message- > From: Siddarth Gore [mailto:go...@marvell.com] > Sent: Monday, March 15, 2010 4:36 PM > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Siddarth Gore > Subject: [PATCH] Marvell GuruPlug Board Support > > GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 > GuruPlug Pl

[U-Boot] i2c pull request (next)

2010-03-15 Thread Heiko Schocher
Hello Wolfgang, please pull for next branch the following changes for i2c: The following changes since commit a143441472e1e422b0ff36ec4c99e36dd0f0358b: Detlev Zundel (1): mpc5xxx: Remove all references to MGT5100 are available in the git repository at: git://git.denx.de/u-boot-i2c.g

[U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot Reference: http://plugcomputer.org This patch is for GuruPlug Plus, but it supports Standard version as well. Signed-off-by: Siddarth Gore --- MAINTAINERS |4 +

Re: [U-Boot] MPC5200: possible to "reserve" embedded flash sectors ?

2010-03-15 Thread André Schwarz
Wolfgang, ... > > This is because all boards used the same script anyway, so there was > > no use in keeping multiple copies of the same file. But please note > > that nothing prevents you to use a local, customized linker script. > > All you need to do is set it's name in you config.mk (add a lin