Re: [U-Boot-Users] [PATCH 3/5] AT91CAP9 support : cpu/ files

2008-01-31 Thread Ulf Samuelsson
> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > cpu/arm926ejs/at91cap9/Makefile| 46 ++ > cpu/arm926ejs/at91cap9/config.mk |2 + > cpu/arm926ejs/at91cap9/ether.c | 35 > cpu/arm926ejs/at91cap9/lowlevel_init.S | 43 + > cpu/arm926ejs/at91

[U-Boot-Users] Sandeep Prabhu added you as a friend on WAYN...

2008-01-31 Thread Sandeep Prabhu
Dear u-boot-users, Sandeep Prabhu (http://www.wayn.com/waynfx.html?wci=link&id=909&m=11994177&c=384251485&fm_token=D357C6D457AB4182E31A7C2EB591AF71<@@VIP_UPGRADE>&pro=1) has added you as a friend on WAYN (http://www.wayn.com/waynfx.html?wci=link&id=910&m=11994177&c=384251485&fm_token=D357C6D457

Re: [U-Boot-Users] [PATCH 4/5] AT91CAP9 support : board/ files

2008-01-31 Thread Stelian Pop
Le jeudi 31 janvier 2008 à 11:13 +0100, Ladislav Michl a écrit : > What is this board specific extension for bd_info used for? You already know the answer. Removed. Thanks ! Stelian. -- Stelian Pop <[EMAIL PROTECTED]>

Re: [U-Boot-Users] [PATCH 2/5] AT91CAP9 support : include/ files

2008-01-31 Thread Stelian Pop
Le jeudi 31 janvier 2008 à 08:26 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 20:49 Tue 29 Jan , Stelian Pop wrote: > > +#define AT91C_SMC_PS (0x3 << 28) /* Page Size */ > > +#defineAT91C_SMC_PS_SIZE_FOUR_BYTES(0x0 << 28) > > +#defineAT91

[U-Boot-Users] [PATCH 5/5] AT91CAP9 support : MACB changes

2008-01-31 Thread Stelian Pop
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Acked-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- drivers/net/macb.c |8 drivers/net/macb.h |6 ++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 6657d22..9c98338 1

[U-Boot-Users] [PATCH 4/5] AT91CAP9 support : board/ files

2008-01-31 Thread Stelian Pop
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- board/at91cap9adk/Makefile | 50 +++ board/at91cap9adk/at91cap9adk.c | 283 +++ board/at91cap9adk/config.mk |1 + board/at91cap9adk/led.c | 80 +++ board/at91cap9adk/nand.c

[U-Boot-Users] [PATCH 2/5] AT91CAP9 support : include/ files

2008-01-31 Thread Stelian Pop
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- include/asm-arm/arch-at91cap9/AT91CAP9.h | 518 include/asm-arm/arch-at91cap9/clk.h| 39 ++ include/asm-arm/arch-at91cap9/hardware.h | 38 ++ include/asm-arm/arch-at91cap9/memory-map.h | 34 ++ inclu

[U-Boot-Users] [PATCH 3/5] AT91CAP9 support : cpu/ files

2008-01-31 Thread Stelian Pop
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- cpu/arm926ejs/at91cap9/Makefile| 46 ++ cpu/arm926ejs/at91cap9/config.mk |2 + cpu/arm926ejs/at91cap9/ether.c | 35 cpu/arm926ejs/at91cap9/lowlevel_init.S | 43 + cpu/arm926ejs/at91cap9/spi.

[U-Boot-Users] [PATCH ARM 0/5] AT91CAP9 support

2008-01-31 Thread Stelian Pop
Hi, This series of patches adds support for Atmel's AT91CAP9 Customizable Microcontrollers family: http://www.atmel.com/products/AT91CAP/Default.asp and more specifically for the AT91CAP9A-DK development kit: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138 The suppor

[U-Boot-Users] [PATCH 1/5] AT91CAP9 support : build integration

2008-01-31 Thread Stelian Pop
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- CREDITS |4 MAKEALL |1 + Makefile|3 +++ drivers/mtd/dataflash.c |4 ++-- net/eth.c |4 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CR

[U-Boot-Users] [PATCH] 86xx: Add the concept of CFG_CCSRBAR_PHYS

2008-01-31 Thread Kumar Gala
When we go to 36-bit physical addresses we need to keep the concept of the physical CCSRBAR address seperate from the virtual one. For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc86xx/start.S |8 include/co

Re: [U-Boot-Users] [PATCH] [ADS5121] Device tree updates

2008-01-31 Thread Scott Wood
On Wed, Jan 30, 2008 at 01:36:57PM -0700, John Rigby wrote: > diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h > index ce458ae..973f348 100644 > --- a/include/configs/ads5121.h > +++ b/include/configs/ads5121.h > @@ -415,8 +415,9 @@ > #define CONFIG_OF_BOARD_SETUP1 > >

Re: [U-Boot-Users] sprintf in standalone

2008-01-31 Thread trigga
I checked the entry point by using nm, and found it set to 40004. So it's not that. Martin Krause wrote: > > Hi, > > [EMAIL PROTECTED] wrote on Wednesday, January > 30, 2008 2:56 PM: >> Hi! >> Having problem with the sprintf function, I did the exporting and >> updating >> of the files acco

Re: [U-Boot-Users] Standalone hello_world, data abort error on ARM926 (AP)

2008-01-31 Thread Rune Torgersen
[EMAIL PROTECTED] wrote: > Hi Peter, > > Thanks again for your quick reponse, > No matter what address i choose it is not working; below is > my memory map > > 03000148 T app_startup This looks more like an entry point (I'm not too familiar with ARM, so I'm probably wrong) > VersatileAB # go

Re: [U-Boot-Users] Standalone hello_world, data abort error on ARM926 (AP)

2008-01-31 Thread Peter Pearse
Idris > No matter what address i choose it is not working; below is my memory map I guess it isn't a u-boot problem then. I suggest you contact [EMAIL PROTECTED], mentioning this correspondence Regards Peter --

Re: [U-Boot-Users] Standalone hello_world, data abort error on ARM926 (AP)

2008-01-31 Thread idris ismail
Hi Peter, Thanks again for your quick reponse, No matter what address i choose it is not working; below is my memory map [EMAIL PROTECTED]:~/seda/u-boot/u-bootARMPatched$ arm-none-linux-gnueabi-nm examples/hello_world 030081fa A __bss_end__ 030081fa A __bss_start 030081fa A __bss_start__ 030

Re: [U-Boot-Users] [PATCH 0/6] [new uImage] patchset2 - cleanup cont.

2008-01-31 Thread Marian Balakowicz
Kumar Gala wrote: >> >> This is a second patchset for new uImage, it includes architecture file >> renames, removals of OF_FLAT_TREE and standalone application support and >> further code refactoring. >> >> This patchset is based on patchset1. MAKEALL was run for >> ppc/arm/mips/coldfire, >> archit

[U-Boot-Users] u-boot 1.3.1 no memory commands

2008-01-31 Thread Yurii
Hello all. I make u-boot 1.3.1 for blackfin board. My config file has next string: "#define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */" But u-boot.bin hasn`t cmd_mem.o library. No md ... mtest commands. What about it? Thanks a lot for any kind of help. Yurii Ukrai

Re: [U-Boot-Users] FW: CUSTODIANS: List of open issues / not appliedpatches

2008-01-31 Thread Peter Pearse
Wolfgang Here's the status of the unapplied ARM patches (in your list), sorry it took so long. 10810 10/25 Johannes Stezenba [U-Boot-Users] [patch 0/3] KB9202 CodeSourcery ARM EABI toolchain bu Declined - compiler specific plus code change required, rather than

Re: [U-Boot-Users] Standalone hello_world, data abort error on ARM926 (AP)

2008-01-31 Thread idris ismail
On Jan 31, 2008 7:01 AM, Peter Pearse <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of iismail > > Sent: 31 January 2008 03:00 > > To: u-boot-users@lists.sourceforge.net > > Subject: [U-Boot-Users] Standalone h

Re: [U-Boot-Users] [PATCH 1/3 RESEND] ppc4xx: Add initial esd PMC440 board files

2008-01-31 Thread Detlev Zundel
Hi Jon, > Which failure mode? I missed the description of a failure > anywhere in this discussion. Is there a repeatable bug setup > that duplicates this failure? Yes indeed, it seems you missed the description, although I clearly cited it now multiple times: >> This option you used to make th

Re: [U-Boot-Users] Fix interrupt sub mask on S3C2410, Fix clock calculation for S3C2410 cpu.

2008-01-31 Thread Peter Pearse
> -Original Message- > From: Martin Krause [mailto:[EMAIL PROTECTED] > Sent: 31 January 2008 12:12 > To: Peter Pearse > Cc: u-boot-users@lists.sourceforge.net > Subject: RE: [U-Boot-Users] Fix interrupt sub mask on > S3C2410,Fix clock calculation for S3C2410 cpu. > > Hi Peter, > > [E

Re: [U-Boot-Users] Fix interrupt sub mask on S3C2410, Fix clock calculation for S3C2410 cpu.

2008-01-31 Thread Martin Krause
Hi Peter, [EMAIL PROTECTED] wrote on : > Martin > > Your patches (slightly amended as per Wolfgangs comments) are > available for test from > > git://linux-arm.org/u-boot-armdev.git#S3C2410 > > Please confirm that the code runs on whatever S3C boards you have > available. I take a look a

Re: [U-Boot-Users] build errors on DMA or SPI driver

2008-01-31 Thread Shinya Kuribayashi
Vlad Lungu wrote: > Shinya Kuribayashi wrote: >> Current DMA or SPI driver breaks MIPS builds. >> > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35887/ for DMA > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35888/ for SPI, > but use Ben's later patch > > > Vlad Thanks y

Re: [U-Boot-Users] Standalone hello_world, data abort error on ARM926 (AP)

2008-01-31 Thread Peter Pearse
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of iismail > Sent: 31 January 2008 03:00 > To: u-boot-users@lists.sourceforge.net > Subject: [U-Boot-Users] Standalone hello_world, data abort > error on ARM926 (AP) > > > Hi all, > > I am having

Re: [U-Boot-Users] Standalone hello_world, data abort error on ARM926 (AP)

2008-01-31 Thread iismail
iismail wrote: > > Hi all, > > I am having problem running the "hello_world" examples that comes with > u-boot on ARM926 board. > > Board: ARM926 (AB) application baseboard > Tools: CodeSourcery (arm-none-linux-gnueabi-) > > I manage to build u-boot successfully as follow > 1. make v

Re: [U-Boot-Users] ARM[] voiceblue update

2008-01-31 Thread Peter Pearse
> -Original Message- > From: Ladislav Michl [mailto:[EMAIL PROTECTED] > Sent: 30 January 2008 21:24 > To: Peter Pearse > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: ARM[] voiceblue update > > On Tue, Jan 29, 2008 at 08:22:20AM +, Peter Pearse wrote: > > I get one warn

Re: [U-Boot-Users] u-boot gitweb has broken links for forked repos

2008-01-31 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > thanks ... i dont suppose i could get the metadata for the blackfin repo > updated (maintainer). i couldnt seem to find a way for me to update it > myself. Indeed, this is part of the global configuration which you cannot access. Fixed. But why don

Re: [U-Boot-Users] [ARM] Patches available for test

2008-01-31 Thread Ladislav Michl
Peter, On Tue, Jan 29, 2008 at 05:21:49PM -, Peter Pearse wrote: > Fix at91rm9200dk base address > is available for test from > git://linux-arm.org/u-boot-armdev.git#071206_at91_base > > AT91RM9200 based boards config cleanup > is available for test from > git://linux-arm.org/u-boot-armd

Re: [U-Boot-Users] [PATCH 4/5] AT91CAP9 support : board/ files

2008-01-31 Thread Ladislav Michl
On Tue, Jan 29, 2008 at 08:49:24PM +0100, Stelian Pop wrote: > --- /dev/null > +++ b/include/configs/at91cap9adk.h [snip] > +#ifndef __ASSEMBLY__ > +/*--- > + * Board specific extension for bd_info > + * > + * This structure is emb

Re: [U-Boot-Users] build errors on DMA or SPI driver

2008-01-31 Thread Vlad Lungu
Shinya Kuribayashi wrote: > Current DMA or SPI driver breaks MIPS builds. > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35887/ for DMA http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35888/ for SPI, but use Ben's later patch Vlad -

Re: [U-Boot-Users] [PATCH 0/4] [ARM] Support for Artila M-501 starter kit

2008-01-31 Thread Ladislav Michl
On Thu, Jan 31, 2008 at 10:15:15AM +0200, Timo Tuunainen wrote: > This series of patches adds support for Artila M-501 starter kit: > http://www.artila.com/p_matrix.html#m_501 Whole patch serie was trashed by your mailer (line wrapped). You didn't follow coding style - http://www.denx.de/wiki/

[U-Boot-Users] [PATCH] NFS Timeout with large files.

2008-01-31 Thread Hiroshi Ito
Retry to send NFS packet before reaching timeout. Signed-off-by: Hiroshi Ito <[EMAIL PROTECTED]> --- diff --git a/net/nfs.c b/net/nfs.c index de789e1..4385e07 100644 --- a/net/nfs.c +++ b/net/nfs.c @@ -34,7 +34,8 @@ #if ((CONFIG_COMMANDS & CFG_CMD_NET) && (CONFIG_COMMANDS & CFG_CMD_NFS)) #def

Re: [U-Boot-Users] [PATCH] make the machid configurable via theenvironment (Was: [PATCH] Changed load address and entrypoint for uImage to ZRELADDR + 6MB)

2008-01-31 Thread Russell King - ARM Linux
On Thu, Jan 31, 2008 at 01:05:44AM +0100, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > > I proposed this patch for a long time, but it was rejected by Wolfgang. > > > > One solution to that problem is to have someone who maintains a separate > > tree for uboot which doe

[U-Boot-Users] [PATCH 4/4] [ARM] Artila M-501 support CREDITS file

2008-01-31 Thread Timo Tuunainen
Signed-off-by: Timo Tuunainen <[EMAIL PROTECTED]> --- CREDITS | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 57a82d2..b3c55ae 100644 --- a/CREDITS +++ b/CREDITS @@ -509,3 +509,19 @@ N: Nobuhiro Iwamatsu E: [EMAIL PROTECTED] D: Support f

[U-Boot-Users] [PATCH 3/4] [ARM] Added Artila M-501 board files

2008-01-31 Thread Timo Tuunainen
Signed-off-by: Timo Tuunainen <[EMAIL PROTECTED]> --- board/m501sk/Makefile | 48 +++ board/m501sk/config.mk | 1 + board/m501sk/eeprom.c | 88 + board/m501sk/m501sk.c | 189 board/m501sk/m501sk.h | 168 +++

[U-Boot-Users] [PATCH 2/4] [ARM] Added Artila M-501 config file

2008-01-31 Thread Timo Tuunainen
Signed-off-by: Timo Tuunainen <[EMAIL PROTECTED]> --- include/configs/m501sk.h | 220 ++ 1 files changed, 220 insertions(+), 0 deletions(-) create mode 100644 include/configs/m501sk.h diff --git a/include/configs/m501sk.h b/include/configs/m501sk.h new f

[U-Boot-Users] [PATCH 1/4] [ARM] Added Artila M-501 common files

2008-01-31 Thread Timo Tuunainen
Signed-off-by: Timo Tuunainen <[EMAIL PROTECTED]> --- MAKEALL | 1 + Makefile | 2 ++ lib_arm/armlinux.c | 2 +- 3 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index d66a5fa..655e100 100755 --- a/MAKEALL +++ b/MAKEALL @@ -459,6 +459,7 @@ LIST_ARM9=" \ cp946es \ cp966

[U-Boot-Users] [PATCH 0/4] [ARM] Support for Artila M-501 starter kit

2008-01-31 Thread Timo Tuunainen
Hi, This series of patches adds support for Artila M-501 starter kit: http://www.artila.com/p_matrix.html#m_501 The supported features include: - Atmel AT91RM9200 - SDRAM (32MB on the V02 processor card) - Serial port DBGU - LEDs - Buzzer - NOR