Re: [U-Boot] UBIFS LZO decompression failure

2009-10-14 Thread Mark Retallack
Simon Kagstrom simon.kagstrom at netinsight.net writes: Hi List! I have a slight problem with UBIFS on the OpenRD base board (an ARM board very similar to sheevaplug). Loading files which have been compressed with LZO by ubifs fails: OpenRD ubifsload 0x800 /boot/primary/uImage

[U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread R Arun Kumar
Hai I am trying to port U-boot 2.0.0 for my custom imx31 board and I am able to boot and load linux etc successfully. I want to add NAND flash support and it is observed that the NAND flash is been detected but with lot of Bad erase block messages Please help Arun

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread Joakim Tjernlund
J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund wrote: Graeme Russ graeme.r...@gmail.com wrote on 13/10/2009 22:06:56: On Tue, Oct 13, 2009 at 10:53 PM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Graeme Russ

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread Juergen Beisert
Arun, On Mittwoch, 14. Oktober 2009, R Arun Kumar wrote: I am trying to port U-boot 2.0.0 for my custom imx31 board and I am able to boot and load linux etc successfully. Does Linux work with your the NAND flash? I want to add NAND flash support and it is observed that the NAND flash is

[U-Boot] Question on EON EN29LV160B Flash Memory

2009-10-14 Thread SETTE AGOSTINO - technolabs
Hi all, I am going to prepare a new U-Boot with a HW which has on board an EON EN29LV160B Flash Memory. As far as I see in the latest U-Boot tree this kind of FLASH is not yet managed but anyhow I found some infos on EON manufacturer into the file u-boot/include/flash.h and more exactly 173

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread R Arun Kumar
Hai, Yes the NAND flash is working fine in linux and i am able to load the filesystem and boot etc. Since our NOR flash is of small size 2MB and the linux kernel needs to be programmed in NAND, I am trying to use the NAND in uboot for saving the kernel and boot the linux kernel from NAND flash

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

2009-10-14 Thread Abdoulaye Walsimou Gaye
Tom Rix a écrit : Minkyu Kang wrote: Dear Tom, The following changes since commit 617da90c1dcf65428ddfb63fef897439950bc915: Tom Rix (1): Merge branch 't-next-marvell' into t-next-at91 are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu

Re: [U-Boot] Question on EON EN29LV160B Flash Memory

2009-10-14 Thread Mike Frysinger
please do not hijack threads. if you want to start a new thread, then write a new e-mail (click on the to address). dont simply hit reply to an existing one and delete the subject/body. -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] Question on EON EN29LV160B Flash Memory

2009-10-14 Thread Stefan Roese
On Wednesday 14 October 2009 11:20:21 SETTE AGOSTINO - technolabs wrote: I am going to prepare a new U-Boot with a HW which has on board an EON EN29LV160B Flash Memory. As far as I see in the latest U-Boot tree this kind of FLASH is not yet managed but anyhow I found some infos on EON

Re: [U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-10-14 Thread Tom Rix
Remy Bohmer wrote: Hi Tom, Sorry for not responding to this series very fast, because I wanted to look into it carefully. Below my comments on this patch 2009/9/28 Tom Rix tom@windriver.com: The header files usb.h and usbdescriptors.h have the same or similarly named structure

Re: [U-Boot] ARM pull request v3

2009-10-14 Thread Tom Rix
Simon Kagstrom wrote: On Tue, 13 Oct 2009 16:51:14 +0200 Wolfgang Denk w...@denx.de wrote: I want to let you know that there will probably be some compilation warnings. These are patches for these. These have been sent to the list and ACK'ed by Tom and currently in my master. This will be

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

2009-10-14 Thread Stefan Roese
Hi Tom, On Wednesday 14 October 2009 05:31:04 Tom Rix wrote: git://git.denx.de/u-boot-samsung master Minkyu Kang (5): s5pc1xx: support Samsung s5pc1xx SoC s5pc1xx: support onenand driver s5pc1xx: support serial driver s5pc1xx: add support SMDKC100 board

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread Graeme Russ
On Wed, Oct 14, 2009 at 6:25 PM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund wrote: Graeme Russ graeme.r...@gmail.com wrote on 13/10/2009 22:06:56: On Tue, Oct 13, 2009 at 10:53

Re: [U-Boot] ARM pull request v3

2009-10-14 Thread Simon Kagstrom
On Wed, 14 Oct 2009 06:18:30 -0500 Tom Rix t...@bumblecow.com wrote: Tom: Perhaps you could pick up [PATCH v3] arm926ejs: 8-byte align stack to avoid LDRD/STRD problems for the ARM repo as well then? I know it could go via Prafullas tree, but it's not really Marvell-specific, just

[U-Boot] [PATCH v1]ppc/P1_P2_RDB: Data width for eSDHC using I2C device on P1 P2 RDB Platforms

2009-10-14 Thread Dipen Dudhat
On P1 and P2 RDB Platforms read the I2C EEPROM to get various board switch settings like NOR Flash Bank selection, SD Data width etc. Depending on, switch SW5[6] - select width for eSDHC ON - 4-bit [Enable eSPI] OFF - 8-bit [Disable eSPI] Signed-off-by: Dipen Dudhat

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread Juergen Beisert
Arun, On Mittwoch, 14. Oktober 2009, R Arun Kumar wrote: Yes the NAND flash is working fine in linux and i am able to load the filesystem and boot etc. Since our NOR flash is of small size 2MB and the linux kernel needs to be programmed in NAND, I am trying to use the NAND in uboot for saving

[U-Boot] Booting automatically a binary image

2009-10-14 Thread Ivan Llopard
Hi list, I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running. Regards, Ivan Llopard. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread Joakim Tjernlund
Graeme Russ graeme.r...@gmail.com wrote on 14/10/2009 13:48:27: On Wed, Oct 14, 2009 at 6:25 PM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund wrote: Graeme Russ

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

2009-10-14 Thread Tom Rix
Stefan Roese wrote: Hi Tom, On Wednesday 14 October 2009 05:31:04 Tom Rix wrote: git://git.denx.de/u-boot-samsung master Minkyu Kang (5): s5pc1xx: support Samsung s5pc1xx SoC s5pc1xx: support onenand driver s5pc1xx: support serial driver s5pc1xx: add support

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

2009-10-14 Thread s-paulraj
The following changes since commit 5415337f0746123c75b28044ea487171b79a86a2: Simon Kagstrom (1): arm: Correct build with CONFIG_SYS_HUSH_PARSER set are available in the git repository at: git://git.denx.de/u-boot-ti master David Brownell (1): TI OMAP3 SDP3430: Initial Support

[U-Boot] Booting automatically a binary image

2009-10-14 Thread Ivan Llopard
Hi list, I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running. What code is important in order to do it? or where can i get a reference? Regards, Ivan Llopard. ___

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

2009-10-14 Thread Tom Rix
Stefan Roese wrote: Hi Tom, On Wednesday 14 October 2009 05:31:04 Tom Rix wrote: git://git.denx.de/u-boot-samsung master Minkyu Kang (5): s5pc1xx: support Samsung s5pc1xx SoC s5pc1xx: support onenand driver s5pc1xx: support serial driver s5pc1xx: add support

Re: [U-Boot] NET: SDP3430: trouble with shifting from LAN9C916 to SMC91XX driver

2009-10-14 Thread Nishanth Menon
Ben Warren had written, on 10/13/2009 11:36 PM, the following: Nishanth, On Tue, Oct 13, 2009 at 8:13 PM, Nishanth Menon n...@ti.com mailto:n...@ti.com wrote: Hi Folks, While attempting to address the warning for SDP3430 as pointed out by dirk in [1], I did a patch corresponding

[U-Boot] Please pull u-boot-ti master v2

2009-10-14 Thread s-paulraj
Tom, To the best of my knowledge, the final version of patches for new boards were submitted after the merge window ended but the initial versions were submitted before the merge window ended. Also there are fixes for various compilation warnings. This pull request will result in 1 new

Re: [U-Boot] MPC85xx UPM NAND

2009-10-14 Thread Alemao
On Mon, Oct 12, 2009 at 4:24 AM, Jens Gehrlein se...@tqs.de wrote: Hi Alemao, Alemao schrieb: Hi all, I have used UPM in a MPC83xx with LBC running at 64MHz. Now I have a MPC85xx, with LBC at 41MHz. It only works if I put a delay in drivers/mtd/nand/fsl_upm.c : nand_write_buf(),

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

2009-10-14 Thread Minkyu Kang
Dear Tom 2009/10/14 Tom Rix t...@bumblecow.com: Stefan Roese wrote: Hi Tom, On Wednesday 14 October 2009 05:31:04 Tom Rix wrote:   git://git.denx.de/u-boot-samsung master Minkyu Kang (5):       s5pc1xx: support Samsung s5pc1xx SoC       s5pc1xx: support onenand driver       s5pc1xx:

Re: [U-Boot] Booting automatically a binary image

2009-10-14 Thread Wolfgang Denk
Dear Ivan Llopard, In message fb3fdbe90910140546w1863aee2obf48ec8ed1438...@mail.gmail.com you wrote: I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running. What code is important in order to do it? or

Re: [U-Boot] [PATCH] galaxy5200: change cs1 configuration

2009-10-14 Thread Eric Millbrandt
Hello Wolfgang, This patch, from Sept. 25, seems to have gotten lost in the din. Could you please pick up this patch? Thanks Eric On Wed, 14 Oct 2009 09:31:45 -0400, Eric Millbrandt wrote -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On

[U-Boot] Relocating u-boot console

2009-10-14 Thread Matthias Weißer
Hello Is it possible to relocate the u-boot console depending on the state of some GPIO pins (e.g. in board_init or board_late_init)? Currently I have the following serial configuration for my board: #define CONFIG_SERIAL_MULTI #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL

Re: [U-Boot] Relocating u-boot console

2009-10-14 Thread Mike Frysinger
On Wednesday 14 October 2009 09:47:27 Matthias Weißer wrote: Is it possible to relocate the u-boot console depending on the state of some GPIO pins (e.g. in board_init or board_late_init)? Currently I have the following serial configuration for my board: #define CONFIG_SERIAL_MULTI #define

Re: [U-Boot] u-boot next - rc

2009-10-14 Thread Aggrwal Poonam-B10812
Hello Still waiting for an answer on this. We are about to make a BSP release for P2020RDB platform, and hence waiting for the next u-boot rc baselined, so that the P2020RDB support can be pulled. Kind Regards Poonam -Original Message- From: u-boot-boun...@lists.denx.de

Re: [U-Boot] Booting automatically a binary image

2009-10-14 Thread Ivan Llopard
Thanks Wolfgang, i'll take a look. 2009/10/14 Wolfgang Denk w...@denx.de Dear Ivan Llopard, In message fb3fdbe90910140546w1863aee2obf48ec8ed1438...@mail.gmail.com you wrote: I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my

Re: [U-Boot] Relocating u-boot console

2009-10-14 Thread Matthias Weißer
Mike Frysinger schrieb: On Wednesday 14 October 2009 09:47:27 Matthias Weißer wrote: This results in a console on COM4. Now I would like to have the console on COM1 under some circumstances for maintanance reasons. if your devices fit into the stdio framework, simply change the

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread J. William Campbell
Joakim Tjernlund wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund wrote: Graeme Russ graeme.r...@gmail.com wrote on 13/10/2009 22:06:56: On Tue, Oct 13, 2009 at 10:53 PM, Joakim Tjernlund joakim.tjernl...@transmode.se

[U-Boot] NFS file system mounting problem

2009-10-14 Thread Heyendal, Carl
Hi, First post, and also a U-Boot newbie. I'm working with a U-Boot configuration that I did not build myself. I'm having trouble getting U-Boot to mount an NFS root file system on my target platform. I have read the U-Boot manual regarding setting up 'bootargs' with all the necessary NFS

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread Joakim Tjernlund
J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 17:35:44: Joakim Tjernlund wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund wrote: Graeme Russ graeme.r...@gmail.com wrote on 13/10/2009 22:06:56: On

[U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-14 Thread Mike Frysinger
From: Cliff Cai cliff@analog.com Signed-off-by: Cliff Cai cliff@analog.com Signed-off-by: Mike Frysinger vap...@gentoo.org CC: Wolfgang Wegner wolfg...@leila.ping.de --- note: this isnt really suitable for merging. it needs cleaning up, porting to the generic mmc framework, fixing of

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread J. William Campbell
Joakim Tjernlund wrote: Graeme Russ graeme.r...@gmail.com wrote on 14/10/2009 13:48:27: On Wed, Oct 14, 2009 at 6:25 PM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund

Re: [U-Boot] Relocation size penalty calculation

2009-10-14 Thread J. William Campbell
Joakim Tjernlund wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 17:35:44: Joakim Tjernlund wrote: J. William Campbell jwilliamcampb...@comcast.net wrote on 14/10/2009 01:48:52: Joakim Tjernlund wrote: Graeme Russ

Re: [U-Boot] NET: SDP3430: trouble with shifting from LAN9C916 to SMC91XX driver

2009-10-14 Thread Ben Warren
Hi Nishanth, Nishanth Menon wrote: Ben Warren had written, on 10/13/2009 11:36 PM, the following: Nishanth, On Tue, Oct 13, 2009 at 8:13 PM, Nishanth Menon n...@ti.com mailto:n...@ti.com wrote: Hi Folks, While attempting to address the warning for SDP3430 as pointed out by

Re: [U-Boot] NFS file system mounting problem

2009-10-14 Thread Wolfgang Denk
Dear Heyendal, Carl, In message 1d6034426110564da0dea9ee9793b38357c8a9a...@nbe-mbx01.americas.swk.pri you wrote: First post, and also a U-Boot newbie. Welcome, but... I'm working with a U-Boot configuration that I did not build myself. I'm ha= ving trouble getting U-Boot to mount an NFS

Re: [U-Boot] u-boot next - rc

2009-10-14 Thread Wolfgang Denk
Dear Poonam, In message 1bd5cfc378ed0946b688e0c9ba2ef0952bd...@zin33exm24.fsl.freescale.net you wrote: Still waiting for an answer on this. Um.. so what? Ther eis no rule whn rc's have to be issued. We do this when they are reasy. That's all. We are about to make a BSP release for P2020RDB

Re: [U-Boot] NFS file system mounting problem

2009-10-14 Thread Heyendal, Carl
Wolfgang, Line lengths noted. I understand that it's not U-Boot that mounts the root file system. But, it is U-Boot that passes along the appropriate args to engage Linux to mount the NFS file system. Right now, as unfamiliar as I am, I'm just trying to determine if the args being passed

Re: [U-Boot] NFS file system mounting problem

2009-10-14 Thread Wolfgang Denk
Dear Heyendal, Carl, In message 1d6034426110564da0dea9ee9793b38357c8a9b...@nbe-mbx01.americas.swk.pri you wrote: I understand that it's not U-Boot that mounts the root file system. But, it is U-Boot that passes along the appropriate args to engage Linux to mount the NFS file system.

Re: [U-Boot] Unable to boot Linux Kernel on Media5200

2009-10-14 Thread Christopher Beley
Hi, Thanks for getting back to me (sorry for the late response, I've had a lot going on). To be honest though, a lot of this is a little over my head. I was looking at some of your old patches and taking a look at the source for the total5200, which I think is pretty similar to the

[U-Boot] [PATCH 1/2] Blackfin: TWI/I2C: add timeout to transfer

2009-10-14 Thread Mike Frysinger
The current transfer code relies on ctrlc() to abort transfers, but this requires user interactivity. Naturalize the process with a timeout. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/i2c/bfin-twi_i2c.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-)

[U-Boot] [PATCH 2/2] Blackfin: TWI/I2C: implement bus speed get/set functions

2009-10-14 Thread Mike Frysinger
While we're here, improve the speed calculation a bit to match the HRM. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/i2c/bfin-twi_i2c.c | 59 +++ 1 files changed, 48 insertions(+), 11 deletions(-) diff --git a/drivers/i2c/bfin-twi_i2c.c

[U-Boot] [PATCH] sf: fix stmicro offset setup while erasing

2009-10-14 Thread Mike Frysinger
Reported-by: Peter Gombos gom...@protecta.hu Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/stmicro.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index 9b910c1..ae0d047 100644 ---

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-14 Thread Mike Frysinger
On Wednesday 14 October 2009 12:27:49 Mike Frysinger wrote: From: Cliff Cai cliff@analog.com Signed-off-by: Cliff Cai cliff@analog.com Signed-off-by: Mike Frysinger vap...@gentoo.org CC: Wolfgang Wegner wolfg...@leila.ping.de --- note: this isnt really suitable for merging. it

[U-Boot] uboot MPC5200B DDR memsize hangs

2009-10-14 Thread Chris Alfred (Internode)
Hm... U-Boot 1.2.0 is very old. Please consider it obsolelte and unsupported. Is there any special reason for not using current code? No reason, UBoot 1.2.0 is in ELDK4.1. Will seek and download latest uboot UBoot starts and we see serial output; but UBoot hangs on the very first read from

[U-Boot] [PATCH] TI DaVinci DM646x: Enable NAND on DM6467 EVM

2009-10-14 Thread s-paulraj
From: Sandeep Paulraj s-paul...@ti.com This patch enables NAND on the DM6467 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- board/davinci/dm6467evm/dm6467evm.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/board/davinci/dm6467evm/dm6467evm.c

Re: [U-Boot] Unable to boot Linux Kernel on Media5200

2009-10-14 Thread Grant Likely
On Wed, Oct 14, 2009 at 5:04 PM, Christopher Beley cbe...@wisc.edu wrote: Hi, Thanks for getting back to me (sorry for the late response, I've had a lot going on).   To be honest though, a lot of this is a little over my head.  I was looking at some of your old patches and  taking a look at

Re: [U-Boot] NFS file system mounting problem

2009-10-14 Thread Jerry Van Baren
Wolfgang Denk wrote: Dear Heyendal, Carl, [snip] ... Kernel command line: console=ttyS0,115200 root=/dev/nfs rw nfsroot=10 .10.1.16:/home/heyendal/buildroot/buildroot-2009.08/project_build_arm/ILS_C M/root ip=10.10.1.8:10.10.1.16:10.10.1.1:255.255.252.0:cm_carlh::off So this looks OK.

Re: [U-Boot] [PATCH v1]ppc/P1_P2_RDB: Data width for eSDHC using I2C device on P1 P2 RDB Platforms

2009-10-14 Thread Kumar Gala
On Oct 14, 2009, at 7:10 AM, Dipen Dudhat wrote: On P1 and P2 RDB Platforms read the I2C EEPROM to get various board switch settings like NOR Flash Bank selection, SD Data width etc. Depending on, switch SW5[6] - select width for eSDHC ON - 4-bit [Enable eSPI] OFF - 8-bit

[U-Boot] [PATCH] s5pc1xx: SMDKC100: fix compile warnings

2009-10-14 Thread Minkyu Kang
fix the following compile warnings warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- drivers/serial/serial_s5pc1xx.c |2 +- include/asm-arm/arch-s5pc1xx/clock.h | 88 +-

Re: [U-Boot] [PATCH] s5pc1xx: SMDKC100: fix compile warnings

2009-10-14 Thread Minkyu Kang
Dear Tom 2009/10/15 Minkyu Kang mk7.k...@samsung.com: fix the following compile warnings warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Minkyu Kang mk7.k...@samsung.com ---  drivers/serial/serial_s5pc1xx.c      |    2 +-  

Re: [U-Boot] NET: SDP3430: trouble with shifting from LAN9C916 to SMC91XX driver

2009-10-14 Thread Ben Warren
Nishanth Menon wrote: On Wed, Oct 14, 2009 at 2:00 PM, Ben Warren biggerbadder...@gmail.com wrote: [...] The SMC911x chips all contain the magic value 0x87654321 @ offset 0x64. Your board has something else there (it's obviously not an endianness issue, so ignore the error message text).