Re: [U-Boot-Users] Regarding Dcache Flush in MPC85xx

2008-02-26 Thread Kumar Gala
On Feb 26, 2008, at 11:30 AM, s.balamurugan wrote: > Hi, > We are using MPC8555 processor and uboot 1.1.4 both the uboot and > linux > was up. Now we plan to port QNX, we are facing following issues. > > 1. Qnx is not jumping to the startup location. After giving go > command > control is st

Re: [U-Boot-Users] MPC8541CDS board PHY interface

2008-02-26 Thread Jerry Van Baren
M Ravi Prakash Reddy wrote: > Hi, Hi Ravi, [snip] > As per MPC8555ERM.pdf document TX_CLK for the PHY will be supplied by > the powerPC in RGMII mode . In our case we are not getting this clock. > We are not able to ping our board. Be aware that u-boot has a "ping" command that you can us

Re: [U-Boot-Users] Quick booting

2008-02-26 Thread Jerry Van Baren
conn intel wrote: > Dear Friends, > > I am using u-boot and it is first loading into the ram from flash and > then starts booting. The problem is its taking a lot of time in loading > the image from flash to ram and then starts booting from it. Following > is the output for printenv variables.

[U-Boot-Users] [PATCH] Fix mpc8360emds board hang on second network operation

2008-02-26 Thread Jerry Van Baren
The changeset that causes my problems is ee62ed32 The original code calls init_phy(dev) followed by phy_change(dev) *once* during PHY initialization. The part of changeset that appears to cause my problems is calling phy_change(dev) every time uec_init() is called. On my mpc8360emds board, witho

Re: [U-Boot-Users] [PATCH/review] Blackfin: BF537-stamp: cleanup spi flash driver

2008-02-26 Thread Mike Frysinger
On Tuesday 26 February 2008, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 03:09 Mon 25 Feb , Mike Frysinger wrote: > > This punts the old spi flash driver for a new/generalized one. > > > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > > As I said before, it will be good to merge the SPI

Re: [U-Boot-Users] [PATCH/review] Blackfin: BF537-stamp: cleanup spi flash driver

2008-02-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 03:09 Mon 25 Feb , Mike Frysinger wrote: > This punts the old spi flash driver for a new/generalized one. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> As I said before, it will be good to merge the SPI flash to the common drivers/mtd and allow it to be usable on other architectures

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Joakim Tjernlund wrote: [snip] > Maybe you suffer from something I noticed, sometimes the master for MDIO gets > out of sync. Try this patch and see if it helps, not sure if it still applies > but that should be easy to fix up. It applied cleanly with some line offsets, but didn't fix my problem

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Joakim Tjernlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Joakim Tjernlund > Sent: den 26 februari 2008 20:56 > To: 'Jerry Van Baren'; 'Kim Phillips' > Cc: 'U-Boot Users' > Subject: Re: [U-Boot-Users] Problems with new ethernet init on mpc8360 > > > -Origi

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Joakim Tjernlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Jerry Van Baren > Sent: den 26 februari 2008 19:41 > To: Kim Phillips > Cc: U-Boot Users > Subject: Re: [U-Boot-Users] Problems with new ethernet init on mpc8360 > > Jerry Van Baren wrote: > > Jerry Van

Re: [U-Boot-Users] Regarding Dcache Flush in MPC85xx

2008-02-26 Thread Fowley, Douglas G (GE Infra, Energy)
> Date: Tue, 26 Feb 2008 23:00:17 +0530 > From: "s.balamurugan" <[EMAIL PROTECTED]> > Subject: [U-Boot-Users] Regarding Dcache Flush in MPC85xx > To: u-boot-users@lists.sourceforge.net > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > We are

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Jerry Van Baren wrote: > Jerry Van Baren wrote: >> Kim Phillips wrote: >>> On Mon, 25 Feb 2008 22:55:37 -0500 >>> Jerry Van Baren <[EMAIL PROTECTED]> wrote: >>> Hi Kim, I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the start up (good), but seems to cause

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Jerry Van Baren wrote: > Kim Phillips wrote: >> On Mon, 25 Feb 2008 22:55:37 -0500 >> Jerry Van Baren <[EMAIL PROTECTED]> wrote: >> >>> Hi Kim, >>> >>> I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the >>> start up (good), but seems to cause the board to hang on the *second*

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Kim Phillips wrote: > On Mon, 25 Feb 2008 22:55:37 -0500 > Jerry Van Baren <[EMAIL PROTECTED]> wrote: > >> Hi Kim, >> >> I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the >> start up (good), but seems to cause the board to hang on the *second* >> ethernet operation. >> >>

Re: [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_ Makefiles

2008-02-26 Thread Jon Loeliger
Jean-Christophe PLAGNIOL-VILLARD wrote: > It will be nice if you could split it in 1 line for 1 file as it > > -SOBJS = memcpy.o memcmp.o memset.o memmove.o > +SOBJS += memcmp.o > +SOBJS += mmemcpy.o > +SOBJS += memmove.o > +SOBJS += memset.o > . >> SRCS

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Kim Phillips wrote: > On Mon, 25 Feb 2008 22:55:37 -0500 > Jerry Van Baren <[EMAIL PROTECTED]> wrote: > >> Hi Kim, >> >> I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the >> start up (good), but seems to cause the board to hang on the *second* >> ethernet operation. >> >>

[U-Boot-Users] Regarding Dcache Flush in MPC85xx

2008-02-26 Thread s.balamurugan
Hi, We are using MPC8555 processor and uboot 1.1.4 both the uboot and linux was up. Now we plan to port QNX, we are facing following issues. 1. Qnx is not jumping to the startup location. After giving go command control is still in the uboot only. 2. When searching in the mailling list we cam

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Kim Phillips
On Mon, 25 Feb 2008 22:55:37 -0500 Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Hi Kim, > > I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the > start up (good), but seems to cause the board to hang on the *second* > ethernet operation. > > I can cause this by doing two p

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support take 3

2008-02-26 Thread John Rigby
Adds PCI support for MPC5121 Tested with drivers/net/rtl8139.c Support is conditional since pci on old silicon does not work. ads5121_PCI_config turns on PCI In this version, condition compilation of PCI code has been moved from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as suggeste

Re: [U-Boot-Users] update new-image branch of u-boot-testing

2008-02-26 Thread Kumar Gala
On Feb 26, 2008, at 3:14 AM, Marian Balakowicz wrote: > Kumar Gala wrote: >> Can we get 1.3.2-rc2 pulled into the 'new-image' branch of u-boot- >> testing. > > Will do this along with preparing new commits for > u-boot-testing#new-image branch pull end of this week. Do you have a git tree w/the

Re: [U-Boot-Users] [PATCH 7/8] [new uImage] POWERPC: Add image_get_fdt() routine

2008-02-26 Thread Kumar Gala
On Feb 25, 2008, at 11:35 AM, Marian Balakowicz wrote: > FDT blob may be passed either: (1) raw (2) or embedded in the legacy > uImage > (3) or embedded in the new uImage. For the (2) case embedding image > must be > verified before we get FDT from it. This patch factors out legacy > image

Re: [U-Boot-Users] [PATCH 6/8] [new uImage] Add image_get_kernel() routine

2008-02-26 Thread Kumar Gala
On Feb 25, 2008, at 11:35 AM, Marian Balakowicz wrote: > Legacy image specific verification is factored out to a separate > helper > routine to keep get_kernel() generic and simple. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > common/cmd_bootm.c | 86

Re: [U-Boot-Users] [PATCH 5/8] [new uImage] Move image verify flag to bootm_headers structure

2008-02-26 Thread Kumar Gala
On Feb 25, 2008, at 11:35 AM, Marian Balakowicz wrote: > Do not pass image verification flag directly to related routines. > Simplify argument passing and move it to the bootm_header structure > which > contains curently processed image specific data and is already being > passed > on the arg

Re: [U-Boot-Users] [PATCH 3/8] [new uImage] Optimize gen_get_image() flow control

2008-02-26 Thread Kumar Gala
On Feb 25, 2008, at 11:35 AM, Marian Balakowicz wrote: > When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has > nothing > to do, update its control flow to better reflect that simple case. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > common/image.c | 64 +

Re: [U-Boot-Users] [PATCH 2/8] [new uImage] POWERPC: Split get_fdt() into get and relocate routines

2008-02-26 Thread Kumar Gala
On Feb 25, 2008, at 11:34 AM, Marian Balakowicz wrote: > PPC specific FDT blob handling code is divided into two separate > routines: > > get_fdt() - find and verify a FDT blob (either raw or image embedded) > fdt_relocate()- move FDT blob to within BOOTMAP if needed > > Signed-off-

Re: [U-Boot-Users] MPC8541CDS board PHY interface

2008-02-26 Thread Manish Jaggi
> > Today's Topics: > > 1. MPC8541CDS board PHY interface (M Ravi Prakash Reddy) > -- > > Message: 1 > Date: Tue, 26 Feb 2008 15:39:05 +0530 (IST) > From: M Ravi Prakash Reddy <[EMAIL PROTECTED]> > Subject: [U-Boot-Users] MPC8541

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-26 Thread Kumar Gala
On Feb 26, 2008, at 3:11 AM, Marian Balakowicz wrote: > Kumar Gala wrote: >> >> On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote: > ... >>> >>> If we add LMB and rework bootm memory allocation, putting things >>> (kernel, cmdline, kdb, initrd (optionally), fdt) in sequence >>> starting >>>

[U-Boot-Users] Quick booting

2008-02-26 Thread conn intel
Dear Friends, I am using u-boot and it is first loading into the ram from flash and then starts booting. The problem is its taking a lot of time in loading the image from flash to ram and then starts booting from it. Following is the output for printenv variables. I am new to u-boot and thus not m

[U-Boot-Users] [PATCH][ARM] Rationalize ARM compiler options

2008-02-26 Thread Peter Pearse
Patch revised in light of list comments. This patch completely replaces BOTH:- " Rationalize ARM compiler options Date: 2008-02-18 14:50:39 GMT " AND " Rationalize ARM compiler options Date: 2008-02-13 15:55:00 GMT " --- Signed-off-by: Peter Pearse <[EMAIL PROTECTED]> --- diff --git a/cpu/arm1136/c

[U-Boot-Users] MPC8541CDS board PHY interface

2008-02-26 Thread M Ravi Prakash Reddy
Hi, We have designed a MPC8541 based card taking MPC8541CDS card as reference . In our card we have provided marvell Gigabit Dual PHY chip "MV88E1121" on the Tsec RGMII interface. We are using U-Boot as firmware . We have changed the value of first two elements of structure "phy_info " from

Re: [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_ Makefiles

2008-02-26 Thread Marian Balakowicz
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 18:35 Mon 25 Feb , Marian Balakowicz wrote: >> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> >> --- >> >> lib_avr32/Makefile |2 +- >> lib_blackfin/Makefile |4 ++-- >> lib_i386/Makefile |4 ++-- >> lib_m68k/Makefile

Re: [U-Boot-Users] update new-image branch of u-boot-testing

2008-02-26 Thread Marian Balakowicz
Kumar Gala wrote: > Can we get 1.3.2-rc2 pulled into the 'new-image' branch of u-boot-testing. Will do this along with preparing new commits for u-boot-testing#new-image branch pull end of this week. m. - This SF.net email i

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-26 Thread Marian Balakowicz
Kumar Gala wrote: > > On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote: ... >> >> If we add LMB and rework bootm memory allocation, putting things >> (kernel, cmdline, kdb, initrd (optionally), fdt) in sequence starting >> from bootm_low then we may want to always relocate fdt to avoid >> ove

Re: [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework

2008-02-26 Thread Marian Balakowicz
Marian Balakowicz wrote: > Kumar Gala wrote: >> On Feb 25, 2008, at 11:34 AM, Marian Balakowicz wrote: >> >> Is it just me or did patch [1/8 - add dual format..] not make it to >> the list? > > It did not make it, the reason is that it's bigger than allowed 40K, > so it awaits Wolfgang's approva

Re: [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework

2008-02-26 Thread Marian Balakowicz
Kumar Gala wrote: > On Feb 25, 2008, at 11:34 AM, Marian Balakowicz wrote: > > Is it just me or did patch [1/8 - add dual format..] not make it to > the list? It did not make it, the reason is that it's bigger than allowed 40K, so it awaits Wolfgang's approval. As there is a show in Nurnberg at