Re: [U-Boot-Users] AT91 Header File Clarification

2008-04-04 Thread Zac Wheeler
On Fri, Apr 4, 2008 at 3:25 PM, Stelian Pop <[EMAIL PROTECTED]> wrote: > > Le vendredi 04 avril 2008 à 13:32 -0700, Zac Wheeler a écrit : > > > I have a question about the arrangement of include files for the > > at91sam9 family. > > > > Is the intention that asm/arch/at91_xxx.h be applicable f

Re: [U-Boot-Users] AT91 Header File Clarification

2008-04-04 Thread Zac Wheeler
On Fri, Apr 4, 2008 at 3:25 PM, Stelian Pop <[EMAIL PROTECTED]> wrote: > > Le vendredi 04 avril 2008 à 13:32 -0700, Zac Wheeler a écrit : > > > I have a question about the arrangement of include files for the > > at91sam9 family. > > > > Is the intention that asm/arch/at91_xxx.h be applicable f

Re: [U-Boot-Users] AT91 Header File Clarification

2008-04-04 Thread Stelian Pop
Le vendredi 04 avril 2008 à 13:32 -0700, Zac Wheeler a écrit : > I have a question about the arrangement of include files for the > at91sam9 family. > > Is the intention that asm/arch/at91_xxx.h be applicable for all > at91sam9 microcontrollers, or should they be broken down into subarch > folder

Re: [U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite driver to Makefile

2008-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:52 Fri 04 Apr , [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > drivers/net/Makefile |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/Makefile b/drivers/net/Makefile >

Re: [U-Boot-Users] [PATCH 06/13] microblaze: Add Emac driver to Makefile

2008-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:52 Fri 04 Apr , [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > drivers/net/Makefile |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/Makefile b/drivers/net/Makefile >

[U-Boot-Users] AT91 Header File Clarification

2008-04-04 Thread Zac Wheeler
I have a question about the arrangement of include files for the at91sam9 family. Is the intention that asm/arch/at91_xxx.h be applicable for all at91sam9 microcontrollers, or should they be broken down into subarch folders (e.g. asm/arch/at91sam9261/at91_pmc.h)? I am trying to bring up the at91s

[U-Boot-Users] Davinci Ethernet Problems

2008-04-04 Thread Eric Palmer
I am running uBoot on a DM6646 DSP and am not able to see an ARP Response from the network. When using the Davinci EVM board, I send out a ping and while monitoring the Ethernet traffic. I see an ARP Request from the DSP, Arp Response from my PC, and then an Echo Request from the DSP. When I try th

[U-Boot-Users] [PATCH] Fix calculation of I2C clock for some 86xx chips

2008-04-04 Thread Timur Tabi
Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2. There is no pattern that can be used to determine which chips use which frequency, so the only way to determine is to look up the actual SOC designation and use the right value for that SOC. Signed-off-by: Timur Tabi <[E

[U-Boot-Users] [PATCH] Fix calculation of I2C clock for some 85xx chips

2008-04-04 Thread Timur Tabi
Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and some use CCB/3. There is no pattern that can be used to determine which chips use which frequency, so the only way to determine is to look up the actual SOC designation and use the right value for that SOC. Update immap_8

Re: [U-Boot-Users] s3c2440 -- serial_init

2008-04-04 Thread Tiju
Hi Vishal, I am stuck with the Kernel load address and entry point. It keeps on resetting. Output as shown below. My ram range is from 3000 to 3800. U-Boot 1.3.2 (Apr 4 2008 - 18:02:03) DRAM: 128 MB Flash: 32 MB Using default environment In:serial Out: serial Err: serial Hit

Re: [U-Boot-Users] [PATCH] cfi_flash: Support buffered writes on non-standard Spansion NOR flash

2008-04-04 Thread Guennadi Liakhovetski
On Thu, 3 Apr 2008, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:36 Thu 03 Apr , Guennadi Liakhovetski wrote: > > Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit > > series require different addresses for buffered write commands. Define a > > configuration option to

[U-Boot-Users] [PATCH v2] IDE: fix bug in reset sequence

2008-04-04 Thread Martin Krause
According to the ata (ata5) specification the RESET- signal shall be asserted for at least 25 us. Without this patch, the RESET- signal is asserted on some boards for only < 1 us (e. g. on the TQM5200). This patch adds a general delay of 25 us to the RESET- signal. Without this patch a Platinum 4

Re: [U-Boot-Users] [PATCH] Clean up smsc911x driver

2008-04-04 Thread Peter Pearse
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Josh Boyer > Sent: 04 April 2008 03:49 > To: Wolfgang Denk > Cc: u-boot-users@lists.sourceforge.net; Ben Warren > Subject: Re: [U-Boot-Users] [PATCH] Clean up smsc911x driver > > On Fri, 2008-04-

Re: [U-Boot-Users] MPC8343 PCI setup

2008-04-04 Thread Andre Schwarz
Tor Krill schrieb: On 4/3/2008, "Andre Schwarz" <[EMAIL PROTECTED]> wrote: All, Hi Andre and others, currently I'm trying to bring up a mpc8343 based system. Latest u-boot v1.3.2 is running fine. The MPC8343 has a single 32-Bit PCI Bus running at 66MHz. Connected are a FPGA (ID

[U-Boot-Users] Keeping time is never so fun

2008-04-04 Thread marinangeli HALAUKO
Royal blue collection now ready for advanced ordering I missed my plane because my real Omega watch died on me http://www.juetieat.com/ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell ser

[U-Boot-Users] [PATCH 12/13] microblaze: clean microblaze_config.mk

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> FLAGS are generated by U-BOOT generator. Board specific FLAGS are in board directory Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- microblaze_config.mk | 16 +++- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/microblaze

[U-Boot-Users] [PATCH 11/13] microblaze: xupv2p fix config file for supporting FDT

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/configs/xupv2p.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h index f86b3b9..30fb303 100644 --- a/include/config

[U-Boot-Users] [PATCH 13/13] microblaze: Sort microblaze boards in MAKEALL script

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- MAKEALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 01573da..8b1dc39 100755 --- a/MAKEALL +++ b/MAKEALL @@ -640,8 +640,8 @@ LIST_nios2="

[U-Boot-Users] [PATCH 09/13] microblaze: ml401 - add ifdef for GPIO

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/configs/ml401.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/ml401.h b/include/configs/ml401.h index 1a2cb0a..b167cb2 100644 --- a/include/configs/ml401.

[U-Boot-Users] Regarding exception in UBOOT

2008-04-04 Thread Dileep Kumar
Hi, I am analyzing code for uboot -1.1.6 . I have some doubts related to exception. In the file "start.S" there is a term , TRAP FRAME , and stack pointer. Could you please tell me what is trap frame? and where stack pointer points ? If the stack pointer pointer points to a stack ( different from T

Re: [U-Boot-Users] help

2008-04-04 Thread Jerry Van Baren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> I am working with u =96 boot integration of ARM based board for various tes= >> ts >> >> I am able to add the different commands but unable to run them >> simultaneously > > It is considerd highly impolite to post the same questio

[U-Boot-Users] [PATCH 08/13] microblaze: clean uart16550 and uartlite handling

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- board/xilinx/ml401/xparameters.h |4 ++-- board/xilinx/xupv2p/xparameters.h |4 ++-- include/configs/ml401.h | 17 +++-- include/configs/xupv2p.h | 17 +++

[U-Boot-Users] [PATCH 10/13] microblaze: ml401 fix config file for supporting FDT

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/configs/ml401.h | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/include/configs/ml401.h b/include/configs/ml401.h index b167cb2..360e2e1 100644 --- a/include/con

Re: [U-Boot-Users] regarding u-boot porting

2008-04-04 Thread michael
Hi, what kind of problems? Regards Michael - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w

[U-Boot-Users] Window closed (was Clean up smsc911x driver)

2008-04-04 Thread Jerry Van Baren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >>> Topic for #u-boot: Merge Window for 1.3.3 is over - only bug fixes accepted >>> now. >>> Topic for #u-boot set by wdenk at 2008-04-01 10:27:53 >>> >>> >> OK, where do you announce these things, so I can be sure to notice next

Re: [U-Boot-Users] [PATCH 4/7] add SMSC LAN9x1x Network driver

2008-04-04 Thread Mark Jonas
Hi Ben, > We really appreciate the hard work you put into this. Would you be able to > try out the patch that Guennadi just posted and add your 'Acked-by'? My schedule is pretty tight right now so I cannot make a promise. Anyhow, it was on my list to give the driver a try. I'll give feedback on

[U-Boot-Users] regarding u-boot porting

2008-04-04 Thread Lohith B
Hi, i here by Lohith B i have some problem in loading u-boot to the AtlasIII navigation processor can anyone help me out please . that AtlasIII is having wince we need to remove that and we meed to put u-boot on to it to port linux . please help me outthanks lohith Get the freedom to save

[U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite driver to Makefile

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/Makefile b/drivers/net/Makefile index e6b0543..1ae517d 100644 --- a/drivers/net/Makefile +++ b/drive

[U-Boot-Users] [PATCH 05/13] microblaze: add Emac ethernet driver

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- drivers/net/xilinx_emac.c | 462 + 1 files changed, 462 insertions(+), 0 deletions(-) create mode 100644 drivers/net/xilinx_emac.c diff --git a/drivers/net/xi

[U-Boot-Users] [PATCH 06/13] microblaze: Add Emac driver to Makefile

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 320dc3e..e6b0543 100644 --- a/drivers/net/Makefile +++ b/drive

[U-Boot-Users] Microblaze updates

2008-04-04 Thread monstr
Hi everybody, I update microblaze repository. Every changes are in testing branch. Thanks for your review, Michal Simek www.monstr.eu The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two are availa

[U-Boot-Users] [PATCH 04/13] microblaze: add Emaclite ethernet driver

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- drivers/net/xilinx_emaclite.c | 351 + 1 files changed, 351 insertions(+), 0 deletions(-) create mode 100644 drivers/net/xilinx_emaclite.c diff --git a/drivers/ne

[U-Boot-Users] [PATCH 03/13] microblaze: ML401 and XUPV2P remove emac and emaclite reference

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/configs/ml401.h | 10 -- include/configs/xupv2p.h | 14 ++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/include/configs/ml401.h b/include/configs/ml401.h

[U-Boot-Users] [PATCH 01/13] microblaze: Clean Makefile from ancient emac driver

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- board/xilinx/ml401/Makefile | 17 + board/xilinx/xupv2p/Makefile | 17 + 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/board/xilinx/ml401/Makefile b/bo

[U-Boot-Users] [PATCH 02/13] microblaze: remove old setting for emac driver

2008-04-04 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- board/xilinx/ml401/xparameters.h |8 +--- board/xilinx/xupv2p/xparameters.h |8 +--- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/board/xilinx/ml401/xparameters.h b/board

Re: [U-Boot-Users] [PATCH] get_vfatname

2008-04-04 Thread michael
Hi, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >>> Like some script to create the needed directories / files in a VFAT >>> file system which provokes the error? >>> > ... > >> I can give you an image that you can write on ide disk or on a Compact >> Flash. >> I

Re: [U-Boot-Users] Build u-boot for at91sam9260ek

2008-04-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > In case you didn't find it already, the AT91 repository is at: > http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-at91.git;a=summary That's the old (still working, but deprecated) URI. Please use: http://git.denx.de/?p=u-boot/u-boot-at91.git;a=s

Re: [U-Boot-Users] Build u-boot for at91sam9260ek

2008-04-04 Thread Stelian Pop
Le vendredi 04 avril 2008 à 01:15 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 20:40 Thu 03 Apr , Norman wrote: > > I have downloaded the 1.3.2 source and wonder where can I locate the latest > > stable patches for this platform? I saw an AT91 fork in the source tree, > > would > >

Re: [U-Boot-Users] "huge" (6 second) delay when booting linux kernel (coldfire)

2008-04-04 Thread w . wegner
On 4 Apr 2008 at 8:36, [EMAIL PROTECTED] wrote: > Hi, > > On 4 Apr 2008 at 8:13, [EMAIL PROTECTED] wrote: > > > Hi, > > > > I have a problem on startup on my Coldfire MCF5373L board. > > > > When the flash is empty, something before booting the linux kernel > > takes too long such that the wat