Re: [U-Boot] [PATCH 1/1] ppc4xx: add support for alternate format for ndfc

2010-02-18 Thread Stefan Roese
Hi Feng, On Thursday 18 February 2010 23:25:13 f...@amcc.com wrote: > From: Feng Kan > > This is to lock down the ordering in the correction routine against > the calculate routine. Otherwise, incorrect define would cause ECC errors. It was my impression that we (finally) had done this ordering

[U-Boot] Problem with programming UPM

2010-02-18 Thread Lasse Skov
Hey I had tried to program the UPM on my MPC8377 cpu. When I run the upmconfig function in the /cpu/mpc83xx/cpu.c And when I try to do the dummy write then the target is resetting. *dummy = 0; /* Write the value to memory and increment MAD */ Why this happens, anyone had an idea? /Lasse

Re: [U-Boot] please unsubscribe me

2010-02-18 Thread Daniel Gorsulowski
Mike Norrix wrote: > This is way too much email, please unsubsubscribe me Thanks Visit http://lists.denx.de/mailman/listinfo/u-boot and unsubsubscribe yourself. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] please unsubscribe me

2010-02-18 Thread Mike Norrix
This is way too much email, please unsubsubscribe me Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] AmigaOneG3SE

2010-02-18 Thread Peter Tyser
Bill Toner wrote: > There's a small group forming to work on updating the MAI/AmigaOneG3SE board > build for u-boot. > > http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=30736&forum=15&start=0&viewmode=flat&order=0 > > I'm so far unable to get a complete make run through. S

[U-Boot] [PATCH] mpc83xx: remove hardcoded network addresses from config files

2010-02-18 Thread Kim Phillips
and avoid e.g., two identical boards from causing random networking conflicts when hooked up to the same network. Signed-off-by: Kim Phillips --- include/configs/MPC8313ERDB.h |7 --- include/configs/MPC8315ERDB.h |2 -- include/configs/MPC8323ERDB.h |6 -- include/configs/MP

Re: [U-Boot] [PATCH] Bug: do_reset issued via netconsole does not reset mpc83xx cpu.

2010-02-18 Thread Kim Phillips
On Mon, 15 Feb 2010 18:18:34 +0100 Detlev Zundel wrote: > Michael Zaidman writes: > > > The do_reset routine in the cpu/mpc83xx/cpu.c file does not reset > > the mpc83xx cpu when issued via netconsole. > > > > Moving the console output "resetting the board." to the beginning of > > the routine

Re: [U-Boot] [PATCH 1/1] ppc4xx: add support for alternate format for ndfc

2010-02-18 Thread Feng Kan
Dear Wolfgang: The problem goes back a bit. The ordering you see in the ndfc file has been changed a few times, back and forth and cause quite a bit of problem. The define we speak of is in the driver/mtd/nand/nand_ecc.c file. The nand_correct_data function uses two ways of check ECC correctnes

[U-Boot] extracting u-boot version from Linux

2010-02-18 Thread Parks, Derek
Hello all, Newbie to u-boot here! I have read basic user and command manuals and could not find a solution: I have an c++ application that needs to display various versions of system components; u-boot, kernel, O/S flavor, hardware and software versions. I'm struggling with getting the u-

Re: [U-Boot] Boot based on I2C EEPROM value

2010-02-18 Thread Wolfgang Denk
Dear "Canchivaram, Srivatsan", In message you wrote: > > Thanks for the response. I was able to use the 'eeprom' command to read > from the I2C device and copy to memory. > With the itest.b command, the comparison always resulted in false even > when the condition itself was true i.e. > > mw.

Re: [U-Boot] [PATCH 1/1] ppc4xx: add support for alternate format for ndfc

2010-02-18 Thread Wolfgang Denk
Dear f...@amcc.com, In message <1266531913-20756-1-git-send-email-f...@amcc.com> you wrote: > From: Feng Kan > > This is to lock down the ordering in the correction routine against > the calculate routine. Otherwise, incorrect define would cause ECC errors. > > Signed-off-by: Feng Kan > Acked-

Re: [U-Boot] Boot based on I2C EEPROM value

2010-02-18 Thread Canchivaram, Srivatsan
Hi Detlev, Thanks for the response. I was able to use the 'eeprom' command to read from the I2C device and copy to memory. With the itest.b command, the comparison always resulted in false even when the condition itself was true i.e. mw.b 0x20 1 if itest.b *0x20 -eq 1 This would result a

[U-Boot] [PATCH 1/1] ppc4xx: add support for alternate format for ndfc

2010-02-18 Thread fkan
From: Feng Kan This is to lock down the ordering in the correction routine against the calculate routine. Otherwise, incorrect define would cause ECC errors. Signed-off-by: Feng Kan Acked-by: Victor Gallardo --- drivers/mtd/nand/ndfc.c |6 ++ 1 files changed, 6 insertions(+), 0 deleti

Re: [U-Boot] iMX51 - help on running u-boot out of SPI NOR flash

2010-02-18 Thread Stefano Babic
Carlo McKee wrote: > Hello, > > I would like to know if someone knows if it is possible to run u-boot out of > SPI NOR flash on the iMX51. If so, how to do it? I am pretty much a > beginner. Yes, it works. The patchset I sent to the ML for the mx51evk supports u-boot loaded on SPI NOR or SD card

[U-Boot] Taskit Portux920T port - Some issues

2010-02-18 Thread Luca Lazzarin
Hi, we are Enrico & Luca. We have tried to port u-boot to a Portux920T MiniPC. It seems we are successful, in fact u-boot brings up the device with no error and can boot a linux kernel. Ethernet driver works, dhcp works and major problems are present. The only thing we can't get right is flash pr

[U-Boot] iMX51 - help on running u-boot out of SPI NOR flash

2010-02-18 Thread Carlo McKee
Hello, I would like to know if someone knows if it is possible to run u-boot out of SPI NOR flash on the iMX51. If so, how to do it? I am pretty much a beginner. Thanks for the help carlo ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] AmigaOneG3SE

2010-02-18 Thread Bill Toner
There's a small group forming to work on updating the MAI/AmigaOneG3SE board build for u-boot. http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=30736&forum=15&start=0&viewmode=flat&order=0 I'm so far unable to get a complete make run through. Strangely, I'm getting an err

Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2010-02-18 Thread Remy Bohmer
Hi, >  I want to know if the cdc branch of the uboot-usb is a working one It is a working one, I use it myself already a long time, but it needs some rework to make it mainline ready/clean, I have not put much time in it lately... > or still in development. there were some compilation error when

[U-Boot] [PATCH v6] arm: add support for the suen3 board from keymile

2010-02-18 Thread Heiko Schocher
Add support for the ARM part of the mgcoge2, named suen3. This board is based on the Marvell Kirkwood (88F6281) SoC. As there come more board variants, common config options are collected in include/configs/km_arm.h. Also, this board use common code for all keymile boards, which is stored in board/

Re: [U-Boot] Boot based on I2C EEPROM value

2010-02-18 Thread Detlev Zundel
Hi again, > Ah, this is interesting. I was about to tell you to use the "standard" > i2c commands to transfer data from the chip into memory and then use the > hush shell and the standard "itest *addr = 1" facility. Unfortunately, > the "i2c" subsystem does not implement such functionality. So

Re: [U-Boot] Boot based on I2C EEPROM value

2010-02-18 Thread Detlev Zundel
Hi Srivatsan, > The modem I am working on contains two software images in flash memory: > > 1.Default image > 2.Backup image > > > > Typically, the Default image will get loaded. If the application > software determines that the Default image is causing issues, it will > set a value of 1

Re: [U-Boot] [PATCH 1/1 v5] arm: add support for the suen3 board from keymile

2010-02-18 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Thursday, February 18, 2010 6:12 PM > To: h...@denx.de > Cc: Prafulla Wadaskar; U-Boot user list; Scott Wood; Stefan Roese > Subject: Re: [PATCH 1/1 v5] arm: add support for the suen3 > board from keymile > > Dea

Re: [U-Boot] [PATCH 1/1 v5] arm: add support for the suen3 board from keymile

2010-02-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b7d06dc.8020...@denx.de> you wrote: ... > >> create mode 100644 include/configs/km_arm.h > >> create mode 100644 include/configs/suen3.h > > > > It would be good if you can merge these two files since single board board > > support > > For additional board tha

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-18 Thread Detlev Zundel
Hi Achim, > Signed-off-by: Achim Ehrlich > --- > Makefile |9 ++ > board/taskit/stamp9G20/Makefile| 56 ++ > board/taskit/stamp9G20/config.mk |1 + > board/taskit/stamp9G20/led.c | 35 ++ > board/taskit/stamp9G20/partition.c | 40 ++

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-18 Thread Wolfgang Denk
Dear Achim Ehrlich, In message <4b7c14ec.7050...@taskit.de> you wrote: > Signed-off-by: Achim Ehrlich > --- ... > --- a/Makefile > +++ b/Makefile > @@ -2906,6 +2906,15 @@ TNY_A9260_config : unconfig > @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h > @$(MKCO

Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2010-02-18 Thread Krishna Pattabiraman
2010/2/16 Remy Bohmer > Hi, > > 2010/2/15 Krishna Pattabiraman : > > Hi All, > > > > I am currently developing a USB DFU feature for at91sam9263 board. I have > to > > develop the driver for USB device port. I looked the uboot-usb git cdc > > branch it has a at91_udc.c driver it doesnt contain t

Re: [U-Boot] [PATCH 1/1 v5] arm: add support for the suen3 board from keymile

2010-02-18 Thread Heiko Schocher
Hello Prafulla, Prafulla Wadaskar wrote: >> -Original Message- >> From: Heiko Schocher [mailto:h...@denx.de] >> Sent: Thursday, February 18, 2010 1:54 PM >> To: U-Boot user list >> Cc: Prafulla Wadaskar; Wolfgang Denk; Scott Wood; Stefan Roese >> Subject: [PATCH 1/1 v5] arm: add support f

Re: [U-Boot] [PATCH 1/1 v5] arm: add support for the suen3 board from keymile

2010-02-18 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Thursday, February 18, 2010 1:54 PM > To: U-Boot user list > Cc: Prafulla Wadaskar; Wolfgang Denk; Scott Wood; Stefan Roese > Subject: [PATCH 1/1 v5] arm: add support for the suen3 board > from keymile > > Add s

[U-Boot] [PATCH 1/1 v5] arm: add support for the suen3 board from keymile

2010-02-18 Thread Heiko Schocher
Add support for the ARM part of the mgcoge2, named suen3. This board is based on the Marvell Kirkwood (88F6281) SoC. As there come more board variants, common code is stored in board/keymile/km_arm/km_arm.c Signed-off-by: Holger Brunck Signed-off-by: Stefan Roese Signed-off-by: Heiko Schocher -