[U-Boot] Ethernet receive issue in PPC440

2009-04-09 Thread prathika
hi all, i am porting uboot in PowerPC 440. i tried using the ping command.i have connected my board to PC via cross cable. When i monitor on the PC side using Network Monitor, the PC receives the ARP request packet and the PC is replying with acknowledgement. I verified reading the receive status

Re: [U-Boot] [PATCH] Add I2C speed and divider formula for ColdFire

2009-04-09 Thread Timur Tabi
On Thu, Apr 9, 2009 at 11:18 AM, Tsi-Chung Liew wrote: > From: TsiChung Liew > > Implement formula to obtain I2C speed and internal bus > divider. This will provide accurate divider than fix table > divider value. Can you prove this statement? I don't think accuracy is that important. The adva

[U-Boot] Question about M29W128G CFI QRY bug

2009-04-09 Thread Richard Retanubun
Hi Stefan, I'm trying to get u-boot 2009.03 on coldfire to boot on flash part M29W128G. I think I am getting hit by this bug in the flash chip http://lists.infradead.org/pipermail/linux-mtd/2008-July/022252.html The debug output is as follows: U-Boot 2009.03dvl-00087-gd53876a-dirty (Apr 09 20

[U-Boot] [PATCH] Add I2C speed and divider formula for ColdFire

2009-04-09 Thread Tsi-Chung Liew
From: TsiChung Liew Implement formula to obtain I2C speed and internal bus divider. This will provide accurate divider than fix table divider value. Signed-off-by: TsiChung Liew --- drivers/i2c/fsl_i2c.c | 76 + 1 files changed, 51 insertions(+

Re: [U-Boot] Toolchain for 0map35xx

2009-04-09 Thread Wolfgang Denk
Dear "Ing.G.Morandi \(Portatile\)", In message you wrote: > > Few weeks ago, I've followed a thread on this list regarding the toolchain > should be used to compile code for omap 35xx. > Surfing on the net, I've also found a msg of Koen Kooi where he described a > patch to be applied on /arch/

Re: [U-Boot] Nios2: bootm command bugs (lead to Kernel guzip "crc error" or "ran out of input data") and cfi_flash timeout error

2009-04-09 Thread Wolfgang Denk
Dear Renato Andreola, In message <49de1434.2070...@imagos.it> you wrote: > I've tested u-boot 2009/03 with the last nios2 uClinux kernel and I've > found 2 bugs (or things that can be changed to improve performance). Can you please submit proper patches? Please use git tools (git-format-patch an

[U-Boot] DBCR0 reset problem in MPC8548CDS

2009-04-09 Thread Werner Nedel
Hi, I'm trying to update my u-boot version (1.2) to the last one (2009.03). My board is very similar to MPC8548CDS. Everything was working fine till I tried to use the reset command. It hangs the processor in cpu_init_early_f, when it realocates ccsbar. I'd always used the hard reset in DBCR0 regi

Re: [U-Boot] Uboot md crash on PDK

2009-04-09 Thread Magnus Lilja
Hi 2009/4/9 alfred steele : > Hi all, > I started with trying to tftpload uImage to RAM address 0x1. > > It was getting stuck. Hence i thought of doing a memory dump on it. > md 0x1 > > It too crashed or got stuck. > > But when i do a md 0x8001, it works. > > I checked my linker script

[U-Boot] Uboot md crash on PDK

2009-04-09 Thread alfred steele
Hi all, I started with trying to tftpload uImage to RAM address 0x1. It was getting stuck. Hence i thought of doing a memory dump on it. md 0x1 It too crashed or got stuck. But when i do a md 0x8001, it works. I checked my linker script to double check on the memory layout. What co

Re: [U-Boot] [U-boot] U-Boot 2009.03 booting problem

2009-04-09 Thread Kim Phillips
On Thu, 9 Apr 2009 05:32:29 -0700 (PDT) rudresh wrote: > > Hi All, > > I am try to use the u-boot version 2009 for MPC8313ERB broad, when i load > the u-boot.bin to board using JTAG and restart the board at that time its > not booting properly . its generated following error what may be the > p

Re: [U-Boot] Ping on Coldfire patch status

2009-04-09 Thread Richard Retanubun
Liew Tsi Chung-R5AAHP wrote: > Richard, > > Sorry for the late reply. I was time off last week .. mandatory. I'm ok Hi TC, Thanks for the reply, sorry If I made you reply from vacation :( > with three out of four patches (Activate timer, watchdog and compiler > warning patches). I can place thes

Re: [U-Boot] Toolchain for 0map35xx

2009-04-09 Thread Dirk Behme
Hi Gianfranco, Ing.G.Morandi (Portatile) wrote: > Hello to everyone, > > Few weeks ago, I've followed a thread on this list regarding the toolchain > should be used to compile code for omap 35xx. > Surfing on the net, I've also found a msg of Koen Kooi where he described a > patch to be applied

[U-Boot] Toolchain for 0map35xx

2009-04-09 Thread Ing.G.Morandi (Portatile)
Hello to everyone, Few weeks ago, I've followed a thread on this list regarding the toolchain should be used to compile code for omap 35xx. Surfing on the net, I've also found a msg of Koen Kooi where he described a patch to be applied on /arch/arm/Makefile in order to let gcc 4.3.x work. Now I

[U-Boot] Nios2: bootm command bugs (lead to Kernel guzip "crc error" or "ran out of input data") and cfi_flash timeout error

2009-04-09 Thread Renato Andreola
I've tested u-boot 2009/03 with the last nios2 uClinux kernel and I've found 2 bugs (or things that can be changed to improve performance). => CFI "bug" The first bug is related to the Common Flash Interface handling code: the write/clear/etc.. timeout is calculated assuming a 1kHz timer tick

[U-Boot] [PATCH] net: fix ULI 526x macro usage in netdev.h

2009-04-09 Thread Timur Tabi
Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X is used everywhere else, so that's the correct macro name. Without this fix, Ethernet will not work on the Freescale MPC8610 HPCD. Signed-off-by: Timur Tabi --- include/netdev.h |2 +- 1 files changed, 1 inserti

[U-Boot] smiLynxEM.c question..

2009-04-09 Thread Mark Skuse
Looking at the driver for the sm712 graphics chip and noticed something that I just can get my head wrapped around... Why is isaBase added to the index in smiWrite() when it is already added to each index when it is defined (i.e. #define SMI_INDX_C4 (pGD->isaBase + 0x03c4)) ? I figure I have to b

Re: [U-Boot] use of C99

2009-04-09 Thread Larry Johnson
Wolfgang Denk wrote: > Dear Pink Boy, > > In message <139940.41801...@web31807.mail.mud.yahoo.com> you wrote: >> Um... my feeling is that if one is going to declare a variable >> inside a #ifdef then that variable ought to be called something >> like >> >> int indx_CONFIG_COOL_FEATURE >> >> and

[U-Boot] [U-boot] U-Boot 2009.03 booting problem

2009-04-09 Thread rudresh
Hi All, I am try to use the u-boot version 2009 for MPC8313ERB broad, when i load the u-boot.bin to board using JTAG and restart the board at that time its not booting properly . its generated following error what may be the problem. U-Boot 2009.03 (Apr 22 2009 - 04:59:44) MPC83XX Reset Status:

[U-Boot] [PATCH v3] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
Chips supported:- 1. 88E6161 6 port gbe swtich with 5 integrated PHYs 2. 88E6165 6 port gbe swtich with 5 integrated PHYs 2. 88E6132 3 port gbe swtich with 2 integrated PHYs Note: This driver is supported and tested against kirkwood egiga interface Contributors: Yotam Admon Michael Blostein Sig

Re: [U-Boot] use of C99

2009-04-09 Thread Jerry Van Baren
Kumar Gala wrote: > I'm glad to see I started this week's flame thread :) > > - k Wolfgang will have to add a new stat to his releases statistics: originator of the longest threads (top 10, sorted by length). :-P gvb ___ U-Boot mailing list U-Boot@li

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
> -Original Message- > From: Ben Warren [mailto:biggerbadder...@gmail.com] > Sent: Thursday, April 09, 2009 4:46 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch > Driver support > > Hi Pra

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
> -Original Message- > From: Andy Fleming [mailto:aflem...@gmail.com] > Sent: Thursday, April 09, 2009 4:43 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch > Driver support > > On Wed, Apr

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
> -Original Message- > From: Andrew Dyer [mailto:amd...@gmail.com] > Sent: Thursday, April 09, 2009 4:03 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch > Driver support > > On Wed, Apr 8, 200

Re: [U-Boot] : Bus Fault issue in MPC8313ERDB Custom board

2009-04-09 Thread Liu Dave-R63238
> I am using u-boot 1.1.6 in MPC8313ERDB custom board. when i'm doing > Ethernet(tftp) test after 10th iteration "Bus Fault" error > occur and restart > the board. The error message is as follows. > > ##Bus Fault @ > 0x0900, fixup > 0x >

[U-Boot] : Bus Fault issue in MPC8313ERDB Custom board

2009-04-09 Thread rudresh
Hi All, I am using u-boot 1.1.6 in MPC8313ERDB custom board. when i'm doing Ethernet(tftp) test after 10th iteration "Bus Fault" error occur and restart the board. The error message is as follows. ##Bus Fault @ 0x0900, fixup 0x Machine ch

Re: [U-Boot] Interrupt handlers in u-boot

2009-04-09 Thread prathika
i am using PPC 440 EP. i used mtdcr definitions available in uboot. i understand the UIC dcr registers are directly accessable. I have configured IRQ0 as interrupt by writing to the following registers=> GPIO1_TCR[8]=0 GPIO1_TSRL[16:17]=00 GPIO1_ISR1L[16:17]=01 And when thought it could a hardwar

Re: [U-Boot] Interrupt handlers in u-boot

2009-04-09 Thread Stefan Roese
On Thursday 09 April 2009, prathika wrote: > i got the interrupt handler working for SPI Receive in PPC 440 using > install_hdlr(). > Now i am trying to enable the External IRQ0 in my stand alone > application. I am trying to detect the positive of the interrupt pulse, > so i wrote corresponding bi