Re: [U-Boot-Users] FPGA mess

2008-03-05 Thread Stefan Roese
Andre, On Wednesday 05 March 2008, Andre Schwarz wrote: > you're listed as maintainer for the alpr board. Correct. But I didn't use this board for quite some time. > It's the only board that uses the ACEX1K.c file for FPGA loading... Does it? To use this file you have to define CONFIG_FPGA_ACEX

Re: [U-Boot-Users] Question (for help): setup crosstool-0.43 inRedHat8.1 Enterprise ----failed!!

2008-03-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I setup the crosstools last night , but I failed. And what has this to do with U-Boot? You are completely off topic here. > --_55cb0a7d-a4ce-46e8-83d8-b5e91e606ad4_ > Content-Type: text/html; charset="gb2312" > Content-Transfer-Encoding: 8bit > >

[U-Boot-Users] Question (for help): setup crosstool-0.43 inRedHat8.1 Enterprise ----failed!!

2008-03-05 Thread A A
I setup the crosstools last night , but I failed. Environment : RedHat8.1 Enterprise + crosstool-0.43. After I enter " sh demo-powerpc-750.sh " command, with its dat file is gcc-4.1.0-glibc-2.3.6-tls.dat. It faild to setup , the information notice me that

Re: [U-Boot-Users] Question about NAND-Flash Support on MPC831x

2008-03-05 Thread Stefan Roese
On Wednesday 05 March 2008, Scott Wood wrote: > > Scott, whats the current status? Has this support now been included to > > Linux meanwhile? How should we continue here? Do you plan on resubmitting > > patches for FSL NAND support? Please keep in mind that we still plan to > > switch to the new U-

Re: [U-Boot-Users] [PATCH] Add flash programming counter]

2008-03-05 Thread Stefan Roese
On Wednesday 05 March 2008, York Sun wrote: > Add flash programming counter. It prints how many KB has been programmed > in case you suspect it hangs when programming large files. I do like such a progress output. But printing each KB seems a little too much from my point of view. Could even slow

Re: [U-Boot-Users] RTL-8169/8167 issues

2008-03-05 Thread Nobuhiro Iwamatsu
Hi, Øyvind. 2008/3/5, Øyvind Repvik <[EMAIL PROTECTED]>: > Hi, > I'm trying to get a recent u-boot running properly on a QNAP > TurboStation TS-101/TS-201, and I'm having problems with the network > driver. When powered on, the device refuses to send anything to the > network on the fir

[U-Boot-Users] [PATCH] FSL: Move board/mpc8266ads under board/freescale

2008-03-05 Thread Jon Loeliger
Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- Makefile |2 +- board/{ => freescale}/mpc8266ads/Makefile |0 board/{ => freescale}/mpc8266ads/config.mk|0 board/{ => freescale}/mpc8266ads/flash.c |0 board/{ => freescale}/mp

[U-Boot-Users] [PATCH] FSL: Move board/mpc7448hpc2 under board/freescale

2008-03-05 Thread Jon Loeliger
Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- Makefile|2 +- board/{ => freescale}/mpc7448hpc2/Makefile |0 board/{ => freescale}/mpc7448hpc2/asm_init.S|0 board/{ => freescale}/mpc7448hpc2/config.mk |0 board/{ => frees

[U-Boot-Users] [PATCH] FSL: Move board/mpc8260ads under board/freescale

2008-03-05 Thread Jon Loeliger
Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- Makefile |6 +++--- board/{ => freescale}/mpc8260ads/Makefile |0 board/{ => freescale}/mpc8260ads/config.mk|0 board/{ => freescale}/mpc8260ads/flash.c |0 board/{ => freescale

Re: [U-Boot-Users] Hi, friends, could you tell me how to use the Flat Devie Tree for linux?

2008-03-05 Thread Jerry Van Baren
郭劲 wrote: > Hi,friends, > > I was wondering that how to use the Flat Device Tree? Could you give me an > example? I used the MPC8360E and the linux is 2.6.11, I want to update to > 2.6.22. Asked and answered: If you need a more de

[U-Boot-Users] [PATCH] fix taihu soft spi_read

2008-03-05 Thread Markus Brunner
The taihu board used gpio_read_out_bit which reads the output register and not the pin state. Signed-off-by: Markus Brunner <[EMAIL PROTECTED]> --- The function gpio_read_out_bit didn't exist in u-boot <= 1.3.1 so every usage of gpio_read_out_bit deserves a closer look. diff --git a/board/amcc

[U-Boot-Users] [PATCH] Add flash programming counter]

2008-03-05 Thread York Sun
Add flash programming counter. It prints how many KB has been programmed in case you suspect it hangs when programming large files. Signed-off-by: York Sun <[EMAIL PROTECTED]> --- drivers/mtd/cfi_flash.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/

[U-Boot-Users] Penetrating deeper and harder

2008-03-05 Thread Eszter kantrowitz
With a longer tool, you'll be able to reach much deeper inside her.- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

[U-Boot-Users] [PATCH] [new uImage] Fix build issue on ARM

2008-03-05 Thread Kumar Gala
ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Let's see if this fixes the issue on ARM. common/image.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/common/image.c b/common/image.

[U-Boot-Users] FPGA mess

2008-03-05 Thread Andre Schwarz
Stefan, you're listed as maintainer for the alpr board. It's the only board that uses the ACEX1K.c file for FPGA loading... I'm quite sure there are many boards with Altera FPGAs outside and can't believe they have all mounted platform flashes and therefore don't use u-boot for loading the FPGA.

Re: [U-Boot-Users] Question about NAND-Flash Support on MPC831x

2008-03-05 Thread Scott Wood
Stefan Roese wrote: > On Wednesday 05 March 2008, Jens Gehrlein wrote: >> on 2007-05-16 16:28:05 GMT, Scott Wood submitted a patch with the subject: >> "[PATCH 2/2] NAND: Add mpc831x support." >> >> I can't find this patch in any repository. Even, there wasn't any reply >> to his e-mail. >> >> Was

[U-Boot-Users] Hi, friends, could you tell me how to use the Flat Devie Tree for linux?

2008-03-05 Thread 郭劲
Hi,friends, I was wondering that how to use the Flat Device Tree? Could you give me an example? I used the MPC8360E and the linux is 2.6.11, I want to update to 2.6.22. - This SF.net email is sponsored by: Microsoft Defy

[U-Boot-Users] RTL-8169/8167 issues

2008-03-05 Thread Øyvind Repvik
Hi, I'm trying to get a recent u-boot running properly on a QNAP TurboStation TS-101/TS-201, and I'm having problems with the network driver. When powered on, the device refuses to send anything to the network on the first attempt (eg. first ping fails). The second and subsequent attempts how

Re: [U-Boot-Users] Question about NAND-Flash Support on MPC831x

2008-03-05 Thread Stefan Roese
On Wednesday 05 March 2008, Jens Gehrlein wrote: > on 2007-05-16 16:28:05 GMT, Scott Wood submitted a patch with the subject: > "[PATCH 2/2] NAND: Add mpc831x support." > > I can't find this patch in any repository. Even, there wasn't any reply > to his e-mail. > > Was the patch rejected? Yes it w

[U-Boot-Users] Question about NAND-Flash Support on MPC831x

2008-03-05 Thread Jens Gehrlein
Hi, on 2007-05-16 16:28:05 GMT, Scott Wood submitted a patch with the subject: "[PATCH 2/2] NAND: Add mpc831x support." I can't find this patch in any repository. Even, there wasn't any reply to his e-mail. Was the patch rejected? What's about the current state of NAND-Flash Support for MPC831x

Re: [U-Boot-Users] [PATCH] Makefile: fix problem with out-of-tree builds introduced by 5013c09f

2008-03-05 Thread Detlev Zundel
Hi Wolfgang, > Commit 5013c09f (Makefile: cleanup "clean" target) introduced a > problem for out-of-tree builds which caused "make clean" to fail. This patch mixes whitespace cleanup with the actual logical change making it unneccessary hard to read. Can you please separate cosmetic from logical

Re: [U-Boot-Users] Cortex-M1 support

2008-03-05 Thread Peter Pearse
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 03 March 2008 11:51 > To: Peter Pearse > Cc: 'Vishal Oliyil Kunnil'; u-boot-users@lists.sourceforge.net > Subject: Re: [U-Boot-Users] Cortex-M1 support > --snip-- > > Do we really need all these directori

Re: [U-Boot-Users] Ramdisk larger than 8M causes problem

2008-03-05 Thread Detlev Zundel
Hi Robert, > I am facing a problem that ,I built a ramdisk(16M) larger than 8M, > the kernel couldn't start up correctly with this ramdisk , the filesystem > couln't be mounted and "kernel panic" happened. But if the ramdisk is > smaller > than or equal to 8M , it works fine. I tried the tw

Re: [U-Boot-Users] the question about the Flat Device Tree on MPC8360?

2008-03-05 Thread André Schwarz
Jerry, everybody running an MPC83xx should habe this problem with the latest kernel. "FSL_EMB_PERFMON" will be selected automatically as soon as you chose a mpc83xx platform. It's a "select FSL_EMB_PERFMON" in arch/powerpc/platforms/Kconfig ... mtpmr is not a valid instruction on MPC834x. ht

[U-Boot-Users] [PATCH] net: Add support AX88796L ethernet deivice

2008-03-05 Thread goda.yusuke
AX88796L is device of NE2000 compatible. This patch support AX88796L ethernet device. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- drivers/net/ax88796.h | 217 + drivers/net/ne2000.c |6 ++ 2 files changed, 223 insertions(+), 0 deletions

[U-Boot-Users] [PATCH] net: Divided code of NE2000 ethernet driver

2008-03-05 Thread goda.yusuke
There are more devices of the NE2000 base. A present code is difficult for us to support more devices. To support more NE2000 clone devices, separated the function. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- drivers/net/ne2000.c | 213 +- drivers/net/ne20

[U-Boot-Users] [PATCH] sh: Add support Renesas Solutions R7780MP

2008-03-05 Thread goda.yusuke
Renesas Solutions R7780MP is a reference board on SH7780. This board has serial, 10/100 base Ethernet deivice, CF slot and VGA devices. This board can set extension board. Extension board has 10/100/1000 base Ethernet device, PCI slot, S-ATA, iDVR slot. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED

[U-Boot-Users] [PATCH] sh: Add support PCI of SuperH and SH7780

2008-03-05 Thread goda.yusuke
This patch add support PCI of SuperH base code and SH7780 specific code. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- cpu/sh4/Makefile|3 +- cpu/sh4/pci-sh4.c | 81 ++ cpu/sh4/pci-sh7780.c| 111

[U-Boot-Users] [PATCH] sh: Add support SH7780

2008-03-05 Thread goda.yusuke
SH7780 is CPU of Renesas Technology. This CPU has - CPU clock 400MHz - PCI support - DDR-SDRAM controller - etc ... Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- drivers/serial/serial_sh.c | 14 +- include/asm-sh/cpu_sh4.h|4 +- include/asm-sh/cpu_sh7780.h | 503 +