Re: [U-Boot] EABI 4.2

2010-03-11 Thread Martin Krause
Joakim Tjernlund wrote on Wednesday, March 10, 2010 6:29 PM: > "Martin Krause" wrote on 2010/03/10 17:52:40: >> >> Hi Jocke, >> >> Joakim Tjernlund wrote on Wednesday, March 10, 2010 5:36 PM: Andrew Dyer wrote on Wednesday, March 10, 2010 4:50 PM: [SNIP] Hm, on the wikipedia arti

Re: [U-Boot] u-boot-imx51 NAND flash Uncorrectable ECC Error

2010-03-11 Thread Liu Hui-R64343
BR, Jason > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano Babic > Sent: 2010年3月10日 1:51 > To: Navaneethan P > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] u-boot-imx51 NAND flash Uncorrectable ECC Error > > Na

[U-Boot] Support for SMSC Phy LAN8700C

2010-03-11 Thread Nikumbh, Raj (IE10)
I would like to know if there is any version of u-boot that supports SMSC PHY LAN8700C. I have interfaced it with AT91RM9200 (MII interface). If u-boot supports then I will go over to that particular version. Regards Raj Nikumbh ___ U-Boot

Re: [U-Boot] [PATCH] MAINTAINERS: sort the list of ARM Maintainers by last name

2010-03-11 Thread Minkyu Kang
Dear Tom, On 8 March 2010 16:22, Minkyu Kang wrote: > Signed-off-by: Minkyu Kang > --- >  MAINTAINERS |   22 +++--- >  1 files changed, 11 insertions(+), 11 deletions(-) > Please apply this patch to arm tree. Or, please give your opinion. Thanks Minkyu Kang -- from. prom. www.

[U-Boot] Debugging u-boot

2010-03-11 Thread Bjørnar Syverstad
Hello, I am trying to debug the u-boot with help of gdb + eclipse. Useing the phy3250_config. The problem is that when debugging, the listed source code seems to be out of sync. The debugger pointer in the source code, seems not to point to the correct source code. The assembler windows shows

Re: [U-Boot] [PATCH] MAINTAINERS: sort the list of ARM Maintainers by last name

2010-03-11 Thread Tom
Minkyu Kang wrote: > Dear Tom, > > On 8 March 2010 16:22, Minkyu Kang wrote: >> Signed-off-by: Minkyu Kang >> --- >> MAINTAINERS | 22 +++--- >> 1 files changed, 11 insertions(+), 11 deletions(-) >> > > Please apply this patch to arm tree. > Or, please give your opinion. > S

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

2010-03-11 Thread André Schwarz
Hi, is there any reasonable way to reserve some small flash sectors embedded inside U-Boot for other usage ? Example : 2 sectors @ 0-16k U-boot start including initial code @ reset vector. 1 sector @ 16k-24k e.g. environment. 2 sectors @ 24k-40k reserved (small linux mtd partitions). ? sectors @

Re: [U-Boot] Debugging u-boot

2010-03-11 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Bj=F8rnar_Syverstad?=, In message <3f466ddf09a55d46858fc39b22de56f23a30259...@pat.prediktor.no> you wrote: > > I am trying to debug the u-boot with help of gdb + eclipse. Useing the > phy3250_config. > > The problem is that when debugging, the listed source code seems to be o

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

2010-03-11 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1268321602.4803.24.ca...@swa-m460> you wrote: > > is there any reasonable way to reserve some small flash sectors embedded > inside U-Boot for other usage ? Yes, of course there is. For example, in many board configurations we use such small sec

Re: [U-Boot] EABI 4.2

2010-03-11 Thread Praveen G K
On Thu, Mar 11, 2010 at 4:11 AM, Martin Krause wrote: > Joakim Tjernlund wrote on Wednesday, March 10, 2010 6:29 PM: >> "Martin Krause" wrote on 2010/03/10 17:52:40: >>> >>> Hi Jocke, >>> >>> Joakim Tjernlund wrote on Wednesday, March 10, 2010 5:36 PM: > Andrew Dyer wrote on Wednesday, March

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

2010-03-11 Thread André Schwarz
Wolfgang, > Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, > > In message <1268321602.4803.24.ca...@swa-m460> you wrote: > > > > is there any reasonable way to reserve some small flash sectors embedded > > inside U-Boot for other usage ? > > Yes, of course there is. For example, in many board configura

[U-Boot] [PATCH] ARM1176: Coexist with other ARM1176 platforms

2010-03-11 Thread Cyril Chemparathy
The current ARM1176 CPU specific code is too specific to the SMDK6400 architecture. The following changes were necessary prerequisites for the addition of other SoCs based on ARM1176. Existing board's (SMDK6400) configuration has been modified to keep behavior unchanged despite these changes. 1.

Re: [U-Boot] u-boot-imx51 NAND flash Uncorrectable ECC Error

2010-03-11 Thread Navaneethan P
Hi all! Thanks a lot for all. Finally it happens to be a hardware problem. It is working fine with the new hardware board. We don't have any reason why it was not working with the older board. Perhaps, the chip might have gone bad. Thank you very much to all! :) Now, we have written some sma

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

2010-03-11 Thread Wolfgang Denk
Dear André Schwarz, In message <1268325452.4803.34.ca...@swa-m460> you wrote: > > hmm - I'm not *that* familiar with all that abbreviations ... have to > ask someone : http://www.abbreviations.com/YMMV > > Hopefully you didn't mean the worst one ;-) The common (and intended) interpretation is You

Re: [U-Boot] Issue in drivers/mmc/mmc.c

2010-03-11 Thread Wolfgang Denk
Dear Quentin Armitage, In message <1262480450.2820.140.ca...@samson.armitage.org.uk> you wrote: > There appears to be a path through mmc_read in drivers/mmc/mmc.c where > malloc'd memory is not freed before exiting mmc_read, although this may > be a hypothetical situation. It occurs if mmc_set_blo

Re: [U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-03-11 Thread Wolfgang Denk
Dear Scott, In message <1263145126-23165-1-git-send-email-liwenha...@gmail.com> Li Wenha wrote: > > Signed-off-by: Li Wenhao > --- > common/cmd_nand.c | 21 + > 1 files changed, 21 insertions(+), 0 deletions(-) > > diff --git a/common/cmd_nand.c b/common/cmd_nand.c > ind

Re: [U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-03-11 Thread Wolfgang Denk
Dear Anatolij, In message <1263294391-15715-1-git-send-email-matthias.weis...@graf-syteco.de> Matthias Weisser wrote: > If a splashscreen is used the console scrolling used the > scroll size as needed when a logo was displayd. This > patch sets the scroll size to the whole screen if > a splashscr

Re: [U-Boot] [PATCH] TFTP: allow for adjustable retransmission timout

2010-03-11 Thread Wolfgang Denk
Dear Ben, In message <1263768953-18819-1-git-send-email...@denx.de> I wrote: > So far, TFTP negotiated a fixed retransmission timeout of 5 seconds. > In some cases (busy networks, slow TFTP servers) this caused very > slow transfers. Add new environment variable "tftptimeout" allows to > set this

Re: [U-Boot] Issue in drivers/mmc/mmc.c

2010-03-11 Thread Wolfgang Denk
Dear Quentin Armitage, In message <1263812183.2553.104.ca...@samson.armitage.org.uk> you wrote: > > Herewith patch resubmitted with Signed-off-by line added: Ah. Found it. I just wish you had used the required standard format for patches (i. e. git based). Thanks anyway. Best regards, Wolfgang

Re: [U-Boot] [PATCH V3] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-03-11 Thread Wolfgang Denk
Dear richardretanu...@ruggedcom.com, In message <20100125183120.ga11...@richardretanubun.eng.lan> you wrote: > From 58e9529fa466ef79232398aeda69373125eb2aac Mon Sep 17 00:00:00 2001 > From: Richard Retanubun > Date: Fri, 15 Jan 2010 10:06:06 -0500 > Subject: [PATCH] PPC: Record uboot's relocated

Re: [U-Boot] [PATCH] mkimage: dont force entry point with xip

2010-03-11 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1264463411-30105-1-git-send-email-vap...@gentoo.org> you wrote: > Some people boot images with the entry point in the middle of the blob > (like Linux with the head code in discardable .init.text), and there is no > no real requirement that the entry point be right

Re: [U-Boot] auto-update and DHCP

2010-03-11 Thread Wolfgang Denk
Dear "Beaman, Thomas", In message <561e05732443a84a9bb3a75519c098f60b5a9...@usa0300ms03.na.xerox.net> you wrote: > > This patch and running dhcp from preboot does work as expected. Is this > a change that should be put back? Done. Best regards, Wolfgang Denk -- DENX Software Engineering Gmb

Re: [U-Boot] [PATCH 1/2] TQM8xx: add device tree support for TQM8xx based boards.

2010-03-11 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b71762d.8070...@denx.de> you wrote: > also use hwconfig feature for configuring, if this hardware > has an fec or not. So we can adjust the DTS, if there is a fec > or not. > > syntax: > > hwconfig=fec:on if hardware has an fec > hwconfig=fec:off if hardware

Re: [U-Boot] [PATCH 2/2] TQM8xx: enable device tree support on all TQM8xx based boards.

2010-03-11 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b717633@denx.de> you wrote: > also enable support for CONFIG_HWCONFIG, because we use this > feature for configuring, if this hardware has an fec or not. > So we can adjust the DTS, if there is a fec or not. > > syntax: > > hwconfig=fec:on if hardware has

Re: [U-Boot] [PATCH] TFTP: allow for adjustable retransmission timout

2010-03-11 Thread Ben Warren
Hi Wolfgang, On 3/11/2010 2:44 PM, Wolfgang Denk wrote: > Dear Ben, > > In message<1263768953-18819-1-git-send-email...@denx.de> I wrote: > >> So far, TFTP negotiated a fixed retransmission timeout of 5 seconds. >> In some cases (busy networks, slow TFTP servers) this caused very >> slow tran

Re: [U-Boot] [PATCH v2] [PATCH] doc: add README for CONFIG_HWCONFIG option

2010-03-11 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b725a39.4040...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > --- > changes since v1: > - spelling check from Mike Frysinger, thanks! > > doc/README.hwconfig | 51 > +++ > 1 files changed, 51 insertions

Re: [U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-03-11 Thread Scott Wood
Wolfgang Denk wrote: > Dear Scott, > > In message <1263145126-23165-1-git-send-email-liwenha...@gmail.com> Li Wenha > wrote: >> Signed-off-by: Li Wenhao >> --- >> common/cmd_nand.c | 21 + >> 1 files changed, 21 insertions(+), 0 deletions(-) >> >> diff --git a/common/cmd_n

Re: [U-Boot] small but important doc patch

2010-03-11 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message you wrote: > Dear all, > > Attached a patch for doc/README.mpc8536ds. > This patch corrects small mistake in the register list. > These registers are 32 bits and this one starts at c not e > > When using the ...c address I can boot from sd, when usin

Re: [U-Boot] [PATCH] README.mpc8536ds corrected address

2010-03-11 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message <123960-18553-1-git-send-email-fransmeulenbro...@gmail.com> you wrote: > This patch corrects small mistake in the register list. > These registers are 32 bits and this one starts at c not e > > When using the ...c address I can boot from sd, when u

Re: [U-Boot] [PATCH v3] cmd_mtdparts.c: prevent printbuffer overflows

2010-03-11 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1266967784-12611-1-git-send-email-ag...@denx.de> you wrote: > The length of configured MTDPARTS_DEFAULT string > could be greater than console printbuffer size. > Replace printf() by puts() to avoid potential buffer > overflows. > > Signed-off-by: Anatolij Gus

Re: [U-Boot] [PATCH] Cosmetic change - indentation correction.

2010-03-11 Thread Wolfgang Denk
Dear Michael Zaidman, In message <1267367305-19064-1-git-send-email-michael.zaid...@gmail.com> you wrote: > Signed-off-by: Michael Zaidman > --- > common/miiphyutil.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Softwa

Re: [U-Boot] [PATCH] mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.

2010-03-11 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1268054661-25699-1-git-send-email-...@denx.de> you wrote: > This code has compile problems and the company does not even exist any > more. So we take the liberty to drop support for it. > > Signed-off-by: Detlev Zundel > CC: Wolfgang Denk > CC: Ben Warren > ---

Re: [U-Boot] [PATCH] 85xx: Drop FIT support to allow u-boot image to fit in 512k

2010-03-11 Thread Wolfgang Denk
Dear Kumar Gala, In message <1268263008-31505-1-git-send-email-ga...@kernel.crashing.org> you wrote: > The 36-bit build exceeds the 512k size we have. Removing FIT type image > support allows us to fit and we dont really use it. > > Signed-off-by: Kumar Gala > --- > include/configs/P2020DS.h

Re: [U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-03-11 Thread Anatolij Gustschin
Dear Wolfgang, On Thu, 11 Mar 2010 23:43:13 +0100 Wolfgang Denk wrote: > In message > <1263294391-15715-1-git-send-email-matthias.weis...@graf-syteco.de> Matthias > Weisser wrote: > > If a splashscreen is used the console scrolling used the > > scroll size as needed when a logo was displayd. T

Re: [U-Boot] [PATCH] 85xx: Drop FIT support to allow u-boot image to fit in 512k

2010-03-11 Thread Kumar Gala
On Mar 11, 2010, at 5:27 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1268263008-31505-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> The 36-bit build exceeds the 512k size we have. Removing FIT type image >> support allows us to fit and we dont really use it. >> >

[U-Boot] U-boot for Atmel AT91SAM9G20 problem

2010-03-11 Thread Zhong Li
We have a strange problem running U-boot on an AT91SAM9G20 board. The board uses single 16 bit data bus SDRAM chip. Everything works fine when using 32MB SDRAM chip but U-boot seems to hang when putting in a 64MB SDRAM chip. The Atmel boot strap code was modified to have the correct row and colum