[U-Boot] PATCH: Fixed PPC4xx debug compilation error in uic.c

2009-06-17 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpatin {AT} yahoo {DOT} com diff

Re: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-17 Thread Nobuhiro Iwamatsu
Hi, all. 2009/6/17 Timur Tabi ti...@freescale.com Kim Phillips wrote: based on the content of the patch: -/* This macro is used by RTL8139 but not defined in PPC architecture */ I'd say 2, all ppc boards. rd2plus.h, which is an SH board, has this: /*  * Network device (RTL8139)

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Michele De Candia (VT)
Scott Wood wrote: Wolfgang Denk wrote: Dear Michele De Candia (VT), In message 4a37f7bf.2090...@valueteam.com you wrote: this patch fixes a bug for 'nand erase' command: when bad blocks are present into erasing area, they were skipped but the erased size was updated anyway. And what

[U-Boot] Pull request u-boot-blackfin.git

2009-06-17 Thread Mike Frysinger
The following changes since commit 57fe30194d3c15c37d9ff06dbd2a4c1ffccda018: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (4): Blackfin:

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Michele De Candia (VT)
Michele De Candia (VT) wrote: Scott Wood wrote: Wolfgang Denk wrote: Dear Michele De Candia (VT), In message 4a37f7bf.2090...@valueteam.com you wrote: this patch fixes a bug for 'nand erase' command: when bad blocks are present into erasing area, they were skipped but the

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Michele De Candia (VT)
Michele De Candia (VT) wrote: Scott Wood wrote: Wolfgang Denk wrote: Dear Michele De Candia (VT), In message 4a37f7bf.2090...@valueteam.com you wrote: this patch fixes a bug for 'nand erase' command: when bad blocks are present into erasing area, they were skipped but the

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Wolfgang Denk
Dear Scott, In message 4a37fe47.3030...@freescale.com you wrote: I see - thanks for the explanation. Hm... actually I think the write should fail in such a case... Scott, what do you think? I think the current behavior is reasonable. You're erasing a specific region of flash,

[U-Boot] MX31 NAND Boot Patch - u-boot/next branch

2009-06-17 Thread Ulrich Gerster
Hello all, I like to use u-boot to boot from NAND flash on a board with the i.MX31. I found your posings about the patch series ([U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards.) which I gladly like to test for my board. You wrote that the patches apply to u-boot/next. My problem is

Re: [U-Boot] MX31 NAND Boot Patch - u-boot/next branch

2009-06-17 Thread Wolfgang Denk
Dear Ulrich Gerster, In message 4a38dceb024d00014...@hochblauen.ba-loerrach.de you wrote: I found your posings about the patch series ([U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards.) which I gladly like to test for my board. You wrote that the patches apply to u-boot/next. My

Re: [U-Boot] 83xx 85xx: UEC: Implicit declaration of function 'uec_standard_init'

2009-06-17 Thread Richard Retanubun
Kumar Gala wrote: On Jun 16, 2009, at 3:50 PM, Richard Retanubun wrote: [snip] How about removing the include netdev.h and adding: extern int uec_standard_init(bd_t *bis); D'oh! diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index c4331ae..f29b848 100644 --- a/cpu/mpc83xx/cpu.c

Re: [U-Boot] 83xx 85xx: UEC: Implicit declaration of function 'uec_standard_init'

2009-06-17 Thread Kumar Gala
On Jun 17, 2009, at 7:27 AM, Richard Retanubun wrote: Kumar Gala wrote: On Jun 16, 2009, at 3:50 PM, Richard Retanubun wrote: [snip] How about removing the include netdev.h and adding: extern int uec_standard_init(bd_t *bis); D'oh! diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c

[U-Boot] [PATCH] uec: Fix compile warning

2009-06-17 Thread Kumar Gala
cpu.c: In function 'cpu_eth_init': cpu.c:371: warning: implicit declaration of function 'uec_standard_init' Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/netdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/netdev.h b/include/netdev.h index

Re: [U-Boot] 83xx 85xx: UEC: Implicit declaration of function 'uec_standard_init'

2009-06-17 Thread Kumar Gala
On Jun 16, 2009, at 3:50 PM, Richard Retanubun wrote: [snip] How about removing the include netdev.h and adding: extern int uec_standard_init(bd_t *bis); D'oh! diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index c4331ae..f29b848 100644 --- a/cpu/mpc83xx/cpu.c +++

Re: [U-Boot] [PATCH] uec: Fix compile warning

2009-06-17 Thread Kumar Gala
On Jun 17, 2009, at 8:22 AM, Kumar Gala wrote: cpu.c: In function 'cpu_eth_init': cpu.c:371: warning: implicit declaration of function 'uec_standard_init' Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/netdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

Re: [U-Boot] Comfortable U-boot debug in CodeWarrior

2009-06-17 Thread Kysilka Radek
Does anyone have experience with uboot debugging in CodeWarrior through USB TAP Controller (Freescale)? Best Regards R.K. -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, June 16, 2009 8:14 PM To: Kysilka Radek Cc: u-boot@lists.denx.de Subject: Re: [U-Boot]

Re: [U-Boot] BDIxxxx and others...

2009-06-17 Thread Jerry Van Baren
David Hawkins wrote: I see you guys talking about BDI3000 and I decided to ask a related question. Those who happen to own MPC8548CDS or something like this know it comes with a small box called CodeWarrior USB TAP. It is supposed to work with their software one has to pay for. I never used

[U-Boot] [PATCH] digsy mtc: Enable command line history.

2009-06-17 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- include/configs/digsy_mtc.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 558010f..6ccebfa 100644 --- a/include/configs/digsy_mtc.h +++

[U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-17 Thread Timur Tabi
The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver, but the code that used that macro was removed over a year ago, so board configuration files no longer need to define it. The _IO_BASE macro is also automatically defined to 0 if it isn't already set, so there's no need to

Re: [U-Boot] BDIxxxx and others...

2009-06-17 Thread ksi
On Wed, 17 Jun 2009, Wolfgang Denk wrote: Dear David Hawkins, In message 4a382998.4010...@ovro.caltech.edu you wrote: The USB-TAP has a PowerPC processor in it ... so even if you had to blow away the original firmware, I'm sure it wouldn't be too hard to figure out what code would be

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Scott Wood
On Wed, Jun 17, 2009 at 09:44:41AM +0200, Michele De Candia (VT) wrote: Moreover, I think that if you want to erase a specific NAND area, the correct way to use 'nand erase' command would be: 'nand erase start end' If you want to erase an area but you want to be sure that 'size' bytes

Re: [U-Boot] BDIxxxx and others...

2009-06-17 Thread David Hawkins
Hi Jerry, That being said, a weekend with a logic analyzer on a BDI2000 JTAG connection would probably give you all the info you need to figure out the appropriate JTAG commands. The problem is that it is going to be different for every processor family and it may even change between

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Michele De Candia (VT)
Scott Wood wrote: On Wed, Jun 17, 2009 at 09:44:41AM +0200, Michele De Candia (VT) wrote: Moreover, I think that if you want to erase a specific NAND area, the correct way to use 'nand erase' command would be: 'nand erase start end' If you want to erase an area but you want to be

[U-Boot] PATCH: Fixed PPC4xx compilation warning in 4xx_enet.c

2009-06-17 Thread Alessio Centazzo
This patch fixes a compilation warning for some Ethernet PHY-less PPC4xx platforms (440SPE based ones) and a potential compilation error for 440SP platforms (use of undefined 'ethgroup' variable). In the original code and in case of 440SPE platforms, 'ethgroup' is initialized to -1 and never

Re: [U-Boot] onenand_ipl : need to cpu/arm_cortexa8/start.S

2009-06-17 Thread Dirk Behme
Hi Riverful, HeungJun Kim wrote: Dear all, The cpu/arm_cortexa8/start.S dosen't have the code about onenand_ipl. But, If the new ARM CortexA8 specific code is addad and the new code needs to be used the onenand_ipl features, it's hard to be implemented this new code. So, I wonder whether

[U-Boot] Add WATCHDOG_REFRESH() inside nand write and read

2009-06-17 Thread Giulio Benetti
Add WATCHDOG_REFRESH() inside nand write and read -- Giulio Benetti RD Micronova srl diff -urpN u-boot-2009.03.orig/drivers/mtd/nand/nand_util.c u-boot-2009.03/drivers/mtd/nand/nand_util.c --- u-boot-2009.03.orig/drivers/mtd/nand/nand_util.c 2009-03-21 22:04:41.0 +0100 +++

Re: [U-Boot] MX31 NAND Boot Patch - u-boot/next branch

2009-06-17 Thread Magnus Lilja
2009/6/17 Wolfgang Denk w...@denx.de: Dear Ulrich Gerster, In message 4a38dceb024d00014...@hochblauen.ba-loerrach.de you wrote: I found your posings about the patch series ([U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards.) which I gladly like to test for my board. You wrote

[U-Boot] Failure to compile sa1100 boards

2009-06-17 Thread Kristoffer Ericson
Greetings, Trying to make the hp jornada 700 flashboard u-boot friendly. Anyhow, the compilation goes well until the last step where it spits out an : arm-linux-ld:/home/kristoffer/work/projects/u-boot.git/cpu/sa1100/u-boot.lds:42:

[U-Boot] [RFC] 83xx: uec: miiphybb: Added support for bitBang SMI and uec SMI enabled at the same time.

2009-06-17 Thread Richard Retanubun
Greetings, Our board have one PHY's SMI attached via GPIO (bitBang SMI) and the other network device (a switch) connected to the 8360e's real SMI controller. This patch aims to make u-boot able to use both at the same time. I am checking if I am on the right track and if I have missed

Re: [U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-17 Thread Nobuhiro Iwamatsu
On Wed, 17 Jun 2009 10:34:55 -0500 Timur Tabi ti...@freescale.com wrote: The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver, but the code that used that macro was removed over a year ago, so board configuration files no longer need to define it. The _IO_BASE macro is

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Wolfgang Denk
Dear Scott, In message 20090617155421.gb6...@loki.buserror.net you wrote: If you want to erase an area but you want to be sure that 'size' bytes were erased, you should use: 'nand erase off size' How would the nand erase command reliably distinguish between the two alternatives?

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Wolfgang Denk
Dear Scott, In message 4a39685f.6030...@freescale.com you wrote: Hmm... perhaps check the alignment? If end is supposed to be the last to-be-erased byte, not the first not-to-be-erased byte, then if the low bits are 0 it's a size (and gets a warning) and if they're 1 it's an end? Stop

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-06-17 Thread Ilya Yanok
Hi Johan, Seems like that was the trick. After removing the breakout board it works much better. I still got some problems which I don't know if its software related. Sometimes when I power on the board the ethernet LEDs does not turn green and the network does not work. If I power cycle

[U-Boot] RFC Re: [PATCH 1/4] OMAP3 I2C Fix the sampling clock.

2009-06-17 Thread Tom
How about something like this ? It is all done in #define's and follows what the kernel does. The clocks are I2C_IP_CLK I2C_INTERNAL_SAMPLING_CLK The scll and sclh can be modifed by I2C_SCLL_TRIM I2C_SCLH_TRIM Tom Jean-Christophe PLAGNIOL-VILLARD wrote: On 09:02 Thu 11 Jun , Tom wrote:

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-17 Thread Scott Wood
Wolfgang Denk wrote: Dear Scott, In message 4a39685f.6030...@freescale.com you wrote: Hmm... perhaps check the alignment? If end is supposed to be the last to-be-erased byte, not the first not-to-be-erased byte, then if the low bits are 0 it's a size (and gets a warning) and if they're 1

[U-Boot] [PATCH] omap3: moved reset_cpu function to omap3

2009-06-17 Thread Minkyu Kang
Because this function is soc specific, it should be moved to omap3 Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- cpu/arm_cortexa8/omap3/interrupts.c | 14 ++ cpu/arm_cortexa8/start.S| 14 -- 2 files changed, 14 insertions(+), 14 deletions(-) diff

[U-Boot] Ristrutturazione, Imbiancature, Controsoffittature, Parquet...

2009-06-17 Thread ristrutturazione
Richiesta di autorizzazione all'invio dell'email L'Altra Dimensione esegue lavori di Ristrutturazione, imbiancature, controsoffittature, decorazione, coibentazioni termoacustici, trattamenti antimuffa, canne fumarie ecc... Fornitura e posa di parquet, porte,finestre, zanzariere, sanitari,

[U-Boot] Physician Mailing List in the USA

2009-06-17 Thread Stern | Debora
Current MDs in the United States Physicians in many different specialties Over a dozen sortable fields Price for this week only = $393 {}{}{} A gift to you when you purchase, receive these 4 databases below !!! ++ Alternative Medicine ** Psychologists - Physical Therapists --

Re: [U-Boot] [PATCH] uec: Fix compile warning

2009-06-17 Thread Ben Warren
Kumar Gala wrote: cpu.c: In function 'cpu_eth_init': cpu.c:371: warning: implicit declaration of function 'uec_standard_init' Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/netdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/netdev.h

Re: [U-Boot] [PATCH] net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning

2009-06-17 Thread Ben Warren
Kim Phillips wrote: fix this gcc 4.4 warning: tsec.c: In function 'tsec_init': tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Kim Phillips kim.phill...@freescale.com --- drivers/net/tsec.c |5 - 1 files changed, 4

Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-17 Thread Ben Warren
David, David Brownell wrote: CSB337 boards originally shipped with MicroMonitor, not U-Boot; and with a version using a different convention for recording Ethernet addresses than anyone else. To avoid breaking Linux when it uses U-Boot, have it use the same convention on that hardware.