[U-Boot-Users] [GIT PULL] MIPS updates

2008-06-06 Thread Shinya Kuribayashi
Please pull MIPS updates to pick up the following patches. The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088: Wolfgang Denk (1): Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master are available in the git repository at: git://git.denx.de/u-boot

Re: [U-Boot-Users] [PATCH] sh: Renesas Solutions SH7763RDP board support

2008-06-06 Thread Nobuhiro Iwamatsu
Hi, Ben. On Fri, 06 Jun 2008 08:58:21 -0700 Ben Warren <[EMAIL PROTECTED]> wrote: > > > +#define CONFIG_NETMASK 255.255.255.0 > > +#define CONFIG_IPADDR 192.168.0.63 > > +#define CONFIG_SERVERIP192.168.0.1 > > > Please remove default network address parame

Re: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices

2008-06-06 Thread Grant Erickson
On 6/6/08 2:07 PM, Marian Balakowicz wrote: > Global FIT image operations like format check cannot be performed on > a first sector data, defer them to the point when whole FIT image was > uploaded to a system RAM. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > Grant, > > Ple

[U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices

2008-06-06 Thread Marian Balakowicz
Global FIT image operations like format check cannot be performed on a first sector data, defer them to the point when whole FIT image was uploaded to a system RAM. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- Grant, Please give this patch a try on your system and let me know if it h

[U-Boot-Users] [PATCH V8] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-06-06 Thread Hugo Villeneuve
ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister, OpenSDR <[EMAIL PROTECTED]> --- CREDITS |5 + MAKEALL

Re: [U-Boot-Users] [PATCH V7] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-06-06 Thread Hugo Villeneuve
[EMAIL PROTECTED] wrote: > In message > <[EMAIL PROTECTED]> you > wrote: >> ARM: This patch adds support for the Lyrtech SFF-SDR >> board, based on the TI DaVinci architecture (ARM926EJS). > ... >> +int read_mac_address(uint8_t *buf) >> +{ >> +u_int32_t value, mac[2], address; >> + >> +/*

[U-Boot-Users] Booting U-boot from NAND on MX31

2008-06-06 Thread Fabio Estevam
Hi, We can succesfully boot U-boot from NOR on a MX31ADS. Has anyone managed to boot U-boot from NAND in any MX31 board? Thanks, Fabio Estevam - Check out the new SourceForge.net Marketplace. It's the best place t

Re: [U-Boot-Users] [PATCH V7] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-06-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > ARM: This patch adds support for the Lyrtech SFF-SDR > board, based on the TI DaVinci architecture (ARM926EJS). ... > +int read_mac_address(uint8_t *buf) > +{ > + u_int32_t value, mac[2], address; > + > + /* Read Integrity data structure checkwor

[U-Boot-Users] [PATCH] ppc4xx: Unify AMCC's board config files (part 3/3)

2008-06-06 Thread Stefan Roese
This patch series unifies the AMCC eval board ports by introducing a common include header for all AMCC eval boards: include/configs/amcc-common.h This header now includes all common configuration options/defines which are removed from the board specific headers. The reason for this is ease of m

Re: [U-Boot-Users] How to debug u-boot?

2008-06-06 Thread Brian S. Park
I'm sorry to send this the second time. I missed the answer from Jerry Van Baren & Alessandro Rubini. I thought I had problem subscribing to the list. Thank you for the answer. Brian At 07:13 PM 6/5/2008, Brian S. Park wrote: >Hi every one. >I need help with debugging u-boot. If I comple u-Boo

Re: [U-Boot-Users] How to debug u-boot

2008-06-06 Thread Jerry Van Baren
Brian S. Park wrote: > Hi every one. > I need help with debugging u-boot. If I comple u-Boot without -Os > optimization, I get bunch of errors about missing functions. They are > inline functions (in_be32, out_be32, out_8, etc) and I'm not sure how > to make sure they are included when building

[U-Boot-Users] How to debug u-boot

2008-06-06 Thread Brian S. Park
Hi every one. I need help with debugging u-boot. If I comple u-Boot without -Os optimization, I get bunch of errors about missing functions. They are inline functions (in_be32, out_be32, out_8, etc) and I'm not sure how to make sure they are included when building the code without optimization.

Re: [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h

2008-06-06 Thread Kim Phillips
On Fri, 06 Jun 2008 16:02:59 +0200 Wolfgang Grandegger <[EMAIL PROTECTED]> wrote: > Anton Vorontsov wrote: > > - - - - > > From: Anton Vorontsov <[EMAIL PROTECTED]> > > Subject: 83xx/85xx: further localbus cleanups > > > > Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names > > from

Re: [U-Boot-Users] Pull Request for mpc86xx repository

2008-06-06 Thread Jon Loeliger
On Mon, 2008-06-02 at 11:38 -0500, Jon Loeliger wrote: > On Mon, 2008-05-19 at 11:06 -0500, Jon Loeliger wrote: > > The following changes since commit 180a90abdae72587c0f679edf8991455e559440d: > > Wolfgang Denk (1): > > Release v1.3.3 > > > > are available in the git repository at: > >

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This helped, thanks! With your patch I get a clean build: Good. So I will pull in that patch. > But why did I get the warning without the patch and you not (both > build with ELDK4.1 and top-of-U-Boot)? My build environment was Fedora 6 with gcc ver

[U-Boot-Users] [PATCH] ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options

2008-06-06 Thread Stefan Roese
We use upper case letters for the AMCC processor defines (like CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and not CONFIG_440SPe. This patch fixes the last misspelled config options. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_uart.c | 10 +-

[U-Boot-Users] (no subject)

2008-06-06 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康! 我公司可以长期提供:出口报关单,核销单,等等一系列手续;代理:出口 报关,商检,境内外运输..等等;还可以代办:出口欧盟许可证,欧盟产地证; 并且还有(广州国际贸易交易会)的摊位可以转让;价格特别优惠;有意者请来邮件 或来电联系。谢谢合作!   电话:0755-81153047。  

Re: [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h

2008-06-06 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > On Wed, May 28, 2008 at 12:21:26PM -0500, Kim Phillips wrote: >> On Wed, 28 May 2008 18:20:15 +0400 >> Anton Vorontsov <[EMAIL PROTECTED]> wrote: >> >>> This patch moves Freescale Localbus defines out of mpc83xx.h, so we could >>> use it on MPC85xx and MPC86xx processors. >

[U-Boot-Users] [PATCH] ppc4xx: Unify AMCC's board config files (part 1/3)

2008-06-06 Thread Stefan Roese
This patch series unifies the AMCC eval board ports by introducing a common include header for all AMCC eval boards: include/configs/amcc-common.h This header now includes all common configuration options/defines which are removed from the board specific headers. The reason for this is ease of m

[U-Boot-Users] [PATCH V7] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-06-06 Thread Hugo Villeneuve
ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister, OpenSDR <[EMAIL PROTECTED]> --- CREDITS |5 + MAKEALL

Re: [U-Boot-Users] [PATCH V6] ARM: Add support for Lyrtech SFF-SDRboard (ARM926EJS)

2008-06-06 Thread Hugo Villeneuve
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:33 Thu 05 Jun , Hugo Villeneuve wrote: >> ARM: This patch adds support for the Lyrtech SFF-SDR >> board, based on the TI DaVinci architecture (ARM926EJS). >> >> Changes between V5 and V6: >> -New email address for contributor. >> -Init of EMI

[U-Boot-Users] [PATCH] PHY: Add support for the M88E1121R Marvell chip.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- drivers/net/tsec.c | 49 + drivers/net/tsec.h |7 +++ 2 files changed, 56 insertions(+), 0

[U-Boot-Users] [PATCH 07/08] Socrates: NAND support added. Changed the U-Boot base address and

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- board/socrates/Makefile|2 +- board/socrates/config.mk |3 +- board/socrates/nand.c | 218 include/configs/socrates.h |8 ++- 4 f

[U-Boot-Users] [PATCH 06/08] NAND: Added support for 128-bit OOB, adapted

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- drivers/mtd/nand/nand_base.c | 46 ++--- include/linux/mtd/mtd-abi.h |2 +- 2 files changed, 34 insertions(+), 14 deletions(-) diff --git a/drivers/mtd/na

[U-Boot-Users] [PATCH 05/08] Socrates: added missed file with UPMA configuration data.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-of-by: Sergei Poselenov <[EMAIL PROTECTED]> --- board/socrates/upm_table.h | 55 1 files changed, 55 insertions(+), 0 deletions(-) create mode 100644 board/socrates/upm_table.h diff --git a/board/so

[U-Boot-Users] [PATCH 08/08] Socrates: Added FPGA base address update in FDT.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- board/socrates/socrates.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/board/socrates/socrates.c b/board/socrates/socrates.c index 59e8865..76047c5 100644 --- a

[U-Boot-Users] [PATCH 03/08] Added the upmconfig() function for 85xx.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- cpu/mpc85xx/cpu.c | 67 + include/mpc85xx.h |4 +++ 2 files changed, 71 insertions(+), 0 deletions(-) diff --git a/cpu/mpc85xx/cpu.c b/cpu/

[U-Boot-Users] [PATCH 04/08] Socrates: Added FPGA mapping. LAWs and TLBs cleanup.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- board/socrates/law.c | 15 --- board/socrates/socrates.c |8 +++- board/socrates/tlb.c | 25 - include/configs/socrates.h |9

[U-Boot-Users] [PATCH 02/08] Socrates: config file cleanup.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- include/configs/socrates.h | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 6dc9eff..6012a99 100644 -

[U-Boot-Users] [PATCH 01/08] Socrates: Fixed PCI bus frequency report.

2008-06-06 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- board/socrates/socrates.c | 15 +-- include/configs/socrates.h |3 ++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/board/socrates/socrates.c b/board/socrates/s

[U-Boot-Users] [PATCH 0/8] Updates for "socrates" board

2008-06-06 Thread Wolfgang Denk
The following series of patches contain updates for the "socrates" board. Note: most patches are 85xx stuff, but there are also some NAND patches. 0001-Socrates-Fixed-PCI-bus-frequency-report.patch 0002-Socrates-config-file-cleanup.patch 0003-Added-the-upmconfig-function-for-85xx.patch 0004-Socr

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Martin Krause
Hello, [EMAIL PROTECTED] wrote on Friday, June 06, 2008 2:28 PM: > > I don't know, why I get the warnings (they appeared first several > > weeks ago, and I get it for every build, since then). But since the > > resulting U-Boot runs fine, there was no pressure (and no time) > > to dig for the reas

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Wolfgang Denk
Hello, in message <[EMAIL PROTECTED]> you wrote: > > I don't know, why I get the warnings (they appeared first several > weeks ago, and I get it for every build, since then). But since the > resulting U-Boot runs fine, there was no pressure (and no time) > to dig for the reason of the warnings .

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > So what exactly is the difference between your source tree and > > toolchain and mine? > > > I'm running ELDK 4.1 and latest u-boot from git. Me too. Also tried ELDK 4.0 and 4.2, with the same results. > > I don't see why or which changes would b

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Andre Schwarz
Martin, thanks for the info. The misbehaviour surely has its cause on my system setup. I simply don't know why ... it's driving me mad. Just wanted to port another board from my local v1.3.1 and submit a patch during this merge window. But the e1000 driver isn't working anymore. Making a diff gi

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Martin Krause
Hi Andre, [EMAIL PROTECTED] wrote on : > Wolfgang Denk schrieb: > > In message <[EMAIL PROTECTED]> you wrote: > > > > > thanks for your verification. Trying to do it your way gives : > > > > > > nova u-boot-clean # CROSS_COMPILE=ppc_6xx- sh MAKEALL TQM5200 > > > MPC8349ITX Configuring for TQM520

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Andre Schwarz
Wolfgang Denk schrieb: > In message <[EMAIL PROTECTED]> you wrote: > >> thanks for your verification. Trying to do it your way gives : >> >> nova u-boot-clean # CROSS_COMPILE=ppc_6xx- sh MAKEALL TQM5200 MPC8349ITX >> Configuring for TQM5200 board... >> In file included from environment.c:30: >>

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > thanks for your verification. Trying to do it your way gives : > > nova u-boot-clean # CROSS_COMPILE=ppc_6xx- sh MAKEALL TQM5200 MPC8349ITX > Configuring for TQM5200 board... > In file included from environment.c:30: > /home/u-boot-clean/include/envir

Re: [U-Boot-Users] Does u-boot provide SCP or FTP feature?

2008-06-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Not in the main line, although I wouldn't rule out that somebody > somewhere has implemented FTP at least. Can you elaborate on why you > want something less trivial? IBM's Blue Gene port implements not only TCP/IP, but also a HTTP server so you can

Re: [U-Boot-Users] [PATCH V6] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:33 Thu 05 Jun , Hugo Villeneuve wrote: > ARM: This patch adds support for the Lyrtech SFF-SDR > board, based on the TI DaVinci architecture (ARM926EJS). > > Changes between V5 and V6: > -New email address for contributor. > -Init of EMIF-A CS3 address space to load FPGA. > -Dynamic

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Andre Schwarz
Wolfgang, thanks for your verification. Trying to do it your way gives : nova u-boot-clean # CROSS_COMPILE=ppc_6xx- sh MAKEALL TQM5200 MPC8349ITX Configuring for TQM5200 board... In file included from environment.c:30: /home/u-boot-clean/include/environment.h:107: error: 'CFG_ENV_SIZE' undeclared

Re: [U-Boot-Users] [patch] DM9000 fix status check fail 0x6d error for trizeps board

2008-06-06 Thread Stefano Babic
Ben Warren wrote: > Applied to net repo. Thanks! > > Stefano, please test from the net repo if you can on your Trizeps board. > Done, it works, thanks. Kind regards, Stefano -- = DENX Software Engineering GmbH, MD: Wolf

Re: [U-Boot-Users] Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeeds

2008-06-06 Thread Marian Balakowicz
Hi Grant, Grant Erickson wrote: > On 6/5/08 3:30 PM, Grant Erickson wrote: >> I'm following up with you on this since 'git blame cmd_nand.c' seems to >> indicate you added the CONFIG_FIT support to this file. >> >> Based on stepping through with the debugger, my initial guess about hardware >> is

[U-Boot-Users] [PATCH] sh: Renesas Solutions SH7763RDP board support

2008-06-06 Thread Nobuhiro Iwamatsu
SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. In this patch, support SCIF, NOR Flash, and Ethernet. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |1 + Makefile|

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

2008-06-06 Thread Nobuhiro Iwamatsu
Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other. This patch supprts CPU register's header file. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- include/asm-sh/cpu_sh4.h|2 + include/asm-sh/cpu_sh7763.h | 51 +++ 2 files changed,

Re: [U-Boot-Users] LL_TEMAC on Avnet MiniModule-FX12

2008-06-06 Thread llandre
> What repository are you working from? U-Boot 1.3.1 cloned last February. > What ML403 patch are you referencing? http://www.dave.eu/download/misc/mmfx12/ml403.patch This derives directly from this old patch that has been around since 2005: http://www.dave.eu/download/misc/mmfx12/4-ml403.2005-10-

[U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-06 Thread Nobuhiro Iwamatsu
Renesas SH7763 has 2 channel Ethernet device. This is 10/100/1000 Base support. But this patch check 10/100 Base only. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + drivers/net/sh_eth.c | 599 ++ drivers/ne

[U-Boot-Users] [PATCH] sh: SH7763 SCIF support

2008-06-06 Thread Nobuhiro Iwamatsu
SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution, but only SCIF2 is different. This patch work all SCIF channel. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- drivers/serial/serial_sh.c | 128 +--- 1 files changed, 73 inser

Re: [U-Boot-Users] LL_TEMAC on Avnet MiniModule-FX12

2008-06-06 Thread Michal Simek
Hi Llandre, that's why you use opb_emac driver for ll_temac. That's all. Different driver and different ip_core. Regards, Michal > Hi all, > > I ported U-Boot 1.3.1 on Avnet MiniModule-FX12 (the repository I'm > working with has been patched previously with ML403 patch). Here is my > first d

Re: [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support

2008-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:06 Thu 05 Jun , Sergey Lapin wrote: > Some boards based on AT91SAM926X-EK use smaller DF chips to keep > bootstrap, u-boot and its environment, using NAND or other external > storage for kernel and rootfs. This patch adds support for > small 1024x263 chip. > > Signed-off-by: Sergey Lapin

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDRboard (ARM926EJS)

2008-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:32 Thu 05 Jun , Hugo Villeneuve wrote: > Philip Balister wrote: > >>> Is everything fine with the patch now? > >> > >> I did not see any negative reaction to your 5th version[1], so its > >> up to > >> the custodian now. What do you say Jean-Christophe? > >> > >> Cheers > >> Detlev