Re: [U-Boot] Auto-booting problem

2009-05-22 Thread paras
Thank you Sir for your response. As per your instruction I set "bootdelay" variable. log is given below, But the problem is not solve. I run command "run bootcmd" for booting the kernel. -- LOG - r

[U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board

2009-05-22 Thread kevin.morf...@fearnside-systems.co.uk
Implementation based on the existing u-boot support for S3C2410-based boards. u-boot programmed into NOR flash. Tested on an SBC2440-II Board using tftp to copy the files from a server and programming them into NAND flash. MAKEALL used to build all LIST_ARM9 targets only - no other architectur

Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> + */ > + > +#include > +#include > +#include > +#include > +#include "mv88f6281gtw_ge.h" please move the mv88f6281gtw_ge.h to include/asm-arm/arch-kirkwood/ > + > +DECLARE_GLOBAL_DATA_PTR; > + > +int board_init(void) > +{ > + /* > + * default gpio configuration > + * There are m

Re: [U-Boot] [PATCH 6/7] arm: add support for CONFIG_GENERIC_MMC

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 03:56 Wed 20 May , Ilya Yanok wrote: > Signed-off-by: Ilya Yanok > --- > lib_arm/board.c |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/lib_arm/board.c b/lib_arm/board.c > index 5d05d9b..268532f 100644 > --- a/lib_arm/board.c > +++ b/lib_arm/board.c >

Re: [U-Boot] [PATCH 2/7] serial_mx31: allow it to work with mx27 too and rename to serial_mxc

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 03:55 Wed 20 May , Ilya Yanok wrote: > UART hardware on i.MX27 is the same as on the i.MX31 so we just > need to provide the driver with correct address of the registers. > > Signed-off-by: Ilya Yanok > --- could you use git format-patch -M -B -C to generate this in order to show only the

Re: [U-Boot] [PATCH 1/7] mx27: basic cpu support

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> diff --git a/cpu/arm926ejs/mx27/interrupt.c b/cpu/arm926ejs/mx27/interrupt.c please rename it timer.c > new file mode 100644 > index 000..8f3e809 > --- /dev/null > +++ b/cpu/arm926ejs/mx27/interrupt.c > @@ -0,0 +1,201 @@ > +/* > + * (C) Copyright 2002 > + * Sysgo Real-Time Solutions, GmbH >

Re: [U-Boot] [PATCH][u-boot arm/next] ARM DaVinci DM365 Support

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> + > +#ifdef CONFIG_NAND_DAVINCI > + > +static void nand_dm365evm_select_chip(struct mtd_info *mtd, int chip) > +{ > + struct nand_chip*this = mtd->priv; > + u32 wbase = (u32) this->IO_ADDR_W; > + u32 rbase = (u32) this->IO_ADDR_R; > + >

Re: [U-Boot] [PATCH] at91: Extended soft_i2c driver for AT91SAM9263 SoC

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:20 Mon 18 May , Daniel Gorsulowski wrote: > While hard_i2c support is not available > (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html), > this patch enables soft_i2c on AT91SAM9263 SoC. > > Signed-off-by: Daniel Gorsulowski > --- where do you use it? Best Regards, J.

Re: [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> + > +static void meesc_ethercat_hw_init(void) > +{ > + /* Configure SMC EBI1_CS0 for EtherCAT */ > + at91_sys_write(AT91_SMC1_SETUP(0), > + AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) | > + AT91_SMC_NRDSETUP_(0) | AT91_SMC_NCS_RDSETUP_(0)); > + at91_sys_wr

Re: [U-Boot] *** PROBABLY SPAM *** Re: [PATCH 1/1] mips: unify lds

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> > Background is, we're going to have a single, unified u-boot.lds, hence > OUTPUT_FORMAT(default, big, little) command would be applied across all > supported targets as well. Then, we'd like to pass -EL specifier to the > linker so that some little-endian builds are processed properly. > > Th

Re: [U-Boot] [PATCH V2] make MODEM SUPPORT generic instead of duplicate it

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:57 Sat 25 Apr , Jean-Christophe PLAGNIOL-VILLARD wrote: > and fix comment > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- ping Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-bo

Re: [U-Boot] [PATCH] at91: Add command to control GPIO LEDs from the console

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:51 Thu 14 May , Daniel Gorsulowski wrote: > This patch allows any at91 board implementing the GPIO LED API > to control vendor specific LEDs from the console. > > Adding configuration items CONFIG_AT91_LED and CONFIG_CMD_LED > enables the command. > Moreover the GPIO Pins have to be defi

Re: [U-Boot] ARM next Pull Request

2009-05-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090522230704.gb19...@game.jcrosoft.org> you wrote: > Hi Wolfgang, > > Please pull > The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f: > Wolfgang Denk (1): > TQM834x: use buffered writes to accelerate writing

Re: [U-Boot] [RFC PATCH 1/2] sh: make lds more generic

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:58 Thu 14 May , Jean-Christophe PLAGNIOL-VILLARD wrote: > currently the sh lds need to sync the lds enty and TEXT_BASE manualy > and the reloc_dst is based on it > > instead provide it now from the ldflags > > tested on r2dplus > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc:

[U-Boot] ARM next Pull Request

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f: Wolfgang Denk (1): TQM834x: use buffered writes to accelerate writing to flash are available in the git repository at: git://git.denx.de/u-boot-arm.git next Dirk Behme (2): OM

[U-Boot] [PATCH 1/2] 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx

2009-05-22 Thread Peter Tyser
Use the standard lowercase "xx" capitalization that other Freescale architectures use for CPU defines to prevent confusion and errors Signed-off-by: Peter Tyser --- api/api_platform-ppc.c|2 +- board/freescale/mpc8349emds/mpc8349emds.c |2 +- board/sbc8349/sbc8349.c

[U-Boot] [PATCH 2/2] 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x

2009-05-22 Thread Peter Tyser
Use the standard lowercase "x" capitalization that other Freescale architectures use for CPU defines to prevent confusion and errors Signed-off-by: Peter Tyser --- cpu/mpc83xx/cpu_init.c|2 +- cpu/mpc83xx/speed.c | 66 doc/README.m

[U-Boot] [RFC/PATCH] 83xx: Add support for using the fsl_dma driver

2009-05-22 Thread Peter Tyser
Signed-off-by: Peter Tyser --- I don't have any 83xx boards to try this on, but I verified the dma code still works on an 86xx board. An easy way to test this change (Ira?) would be to enable CONFIG_FSL_DMA and CONFIG_SYS_DMA_MEMTEST after the "85xx/86xx dma updates" and "Add optional dma transf

[U-Boot] [PATCH] at91/cpu.c: add missing Copyright & GPL header

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm926ejs/at91/cpu.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/cpu/arm926ejs/at91/cpu.c b/cpu/arm926ejs/at91/cpu.c index 677fa51..6bb88cf 100644 --- a/cpu/arm926ejs/at91/cpu.c +++ b/cpu/a

[U-Boot] [PATCH v2] at91: move cpu info print to cpu

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Fix a typo board/ronetix/pm9263/pm9263.c |7 --- cpu/arm926ejs/at91/cpu.c | 17 + include/configs/pm9263.h |1 + 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/board/ronetix/pm9263/pm9263.

[U-Boot] [PATCH] config.mk: remove un-needed REMOTE_BUILD check

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
as $(obj) is empty when in tree build %.s:%.S $(CPP) $(AFLAGS) -o $@ $< and $(obj)%.s: %.S $(CPP) $(AFLAGS) -o $@ $< are the same Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- config.mk | 12 1 files changed, 0 insertions(+), 12 deletions(-) dif

[U-Boot] [PATCH] at91: move cpu name define to arm/arch/ cpu header

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/asm-arm/arch-at91/at91cap9.h|5 + include/asm-arm/arch-at91/at91sam9260.h |9 + include/asm-arm/arch-at91/at91sam9261.h |4 include/asm-arm/arch-at91/at91sam9263.h |4 include/asm-arm/arch-at91/a

[U-Boot] [PATCH] omap24xx: rename reset file

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm1136/omap24xx/Makefile |2 +- cpu/arm1136/omap24xx/{start.S => reset.S} |0 2 files changed, 1 insertions(+), 1 deletions(-) rename cpu/arm1136/omap24xx/{start.S => reset.S} (100%) diff --git a/cpu/arm1136/omap24xx/M

[U-Boot] [PATCH] at91: extract reset from timer

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm926ejs/at91/Makefile |1 + cpu/arm926ejs/at91/reset.c | 42 ++ cpu/arm926ejs/at91/timer.c | 15 --- 3 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 cpu/a

[U-Boot] [PATCH] at91: move cpu info print to cpu

2009-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/ronetix/pm9263/pm9263.c |7 --- cpu/arm926ejs/at91/cpu.c | 17 + include/configs/pm9263.h |1 + 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/board/ronetix/pm9263/pm9263.c b/board/r

Re: [U-Boot] my u-boot freezing at Uncompress Linux...

2009-05-22 Thread Detlev Zundel
Hi SlinceArm, > i rebuild a new kernel-2.6.24 and my console freezes at "Starting > kernel..." and i will search this issue in forum . Good luck. > but i still confuse in my case , it mean my u-boot setting is > "correct" and my kernel cause this issue ?? I'm not sure what you mean by "U-Boot

[U-Boot] [PATCH 7/7] XPedite5170 board support

2009-05-22 Thread Peter Tyser
Initial support for Extreme Engineering Solutions XPedite5170 - a MPC8640-based 3U VPX single board computer with a PMC/XMC site. Signed-off-by: Peter Tyser --- MAINTAINERS |1 + MAKEALL |1 + Makefile|3

[U-Boot] [PATCH 4/7] xes: Update Freescale PCI code to work with 86xx processors

2009-05-22 Thread Peter Tyser
Signed-off-by: Peter Tyser --- board/xes/common/Makefile |2 +- .../xes/common/{fsl_85xx_pci.c => fsl_8xxx_pci.c} | 81 +-- 2 files changed, 73 insertions(+), 10 deletions(-) rename board/xes/common/{fsl_85xx_pci.c => fsl_8xxx_pci.c} (79%) diff --

[U-Boot] [PATCH 6/7] xes: Update Freescale clock code to work with 86xx processors

2009-05-22 Thread Peter Tyser
Signed-off-by: Peter Tyser --- board/xes/common/Makefile |3 ++- .../xes/common/{fsl_8572_clk.c => fsl_8xxx_clk.c} |8 2 files changed, 10 insertions(+), 1 deletions(-) rename board/xes/common/{fsl_8572_clk.c => fsl_8xxx_clk.c} (86%) diff --git a/board

[U-Boot] [PATCH 2/7] tsec: Add support for BCM5482S PHY

2009-05-22 Thread Peter Tyser
From: Zach LeRoy Signed-off-by: Zach LeRoy --- drivers/net/tsec.c | 41 + include/tsec.h |2 ++ 2 files changed, 43 insertions(+), 0 deletions(-) diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index 399116f..63fc02e 100644 --- a/drivers/n

[U-Boot] [PATCH 5/7] xes: Update Freescale DDR code to work with 86xx processors

2009-05-22 Thread Peter Tyser
Signed-off-by: Peter Tyser --- board/xes/common/Makefile |2 +- .../xes/common/{fsl_85xx_ddr.c => fsl_8xxx_ddr.c} |8 +++- 2 files changed, 8 insertions(+), 2 deletions(-) rename board/xes/common/{fsl_85xx_ddr.c => fsl_8xxx_ddr.c} (92%) diff --git a/board/x

[U-Boot] [PATCH 3/7] 86xx: Unlock l1 cache unconditionally

2009-05-22 Thread Peter Tyser
Previously, it was only unlocked when Linux was executed using the "bootm" command. Unlocking it unconditionally improves U-Boot performance and provides a common cache state when booting OSes. Signed-off-by: Peter Tyser --- lib_ppc/board.c |8 +--- lib_ppc/bootm.c |3 ++- 2 files c

[U-Boot] [PATCH 1/7] 85xx: Add PORBMSR and PORDEVSR shift defines

2009-05-22 Thread Peter Tyser
Add defines similar to those already used for the the 86xx architecture. This will ease sharing of PCI code between the 85xx and 86xx architectures. Signed-off-by: Peter Tyser --- include/asm-ppc/immap_85xx.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/asm-p

[U-Boot] [PATCH 0/7] Initial support for the XPedite5170

2009-05-22 Thread Peter Tyser
Initial support for Extreme Engineering Solutions XPedite5170 - a MPC8640-based 3U VPX single board computer with a PMC/XMC site. http://www.xes-inc.com/Products/XPedite5170/XPedite5170.html Peter Tyser (6): 85xx: Add PORBMSR and PORDEVSR shift defines 86xx: Unlock l1 cache unconditionally

Re: [U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com> you wrote: > > > > > +#define CONFIG_MTDPARTS > > "orion_nand:512k(uboot)," \ > > > + "1...@4m(psm), 3...@1m(kernel),1...@5m(rootfs) rw\0" > > > > This will not work. The em

Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com> you wrote: > > > As mentioned before, this makes no sense. Either Marvell > > holds the copyright, or you do. > Marvell holds copyright, I will remove "prafu...@marvell.com" > This is there fro

Re: [U-Boot] Please help for Data TLB Error in MPC8544

2009-05-22 Thread duckycool
>EELADR - 0XF401, it is INIT_RAM address, why the transaction >with address(0xF401) go to system bus? >It should keep in the cache due to cache lock, never out to system bus. I don't know why... and it just happened shall I allocate a entry of tlb for it?? or cover it in some space ?

Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-22 Thread Prafulla Wadaskar
> > > > As mentioned before, this makes no sense. Either Marvell holds the > > copyright, or you do. > Marvell holds copyright, I will remove "prafu...@marvell.com" > This is there from first submission in all the patches such > comments in early feedback is more helpful > I will correct and

[U-Boot] [PATCH v11] Marvell MV88F6281GTW_GE Board support

2009-05-22 Thread Prafulla Wadaskar
This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS from SPI flash Reviewed-by: Ronen Shitrit Sign

[U-Boot] [PATCH v1] Marvell Sheevaplug Board support

2009-05-22 Thread Prafulla Wadaskar
From: Written-by: Prafulla Wadaskar References: http://plugcomputer.org/ Serial console Setup http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux OpenOCD Setup http://openplug.org/plugwiki/index.php/Setting_Up_OpenOCD_Under_Linux This patch is tested for- 1. Boot from DRAM/NAND

Re: [U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-22 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Prafulla Wadaskar > Sent: Friday, May 22, 2009 5:38 PM > To: Wolfgang Denk > Cc: Manas Saksena; Ronen Shitrit; Nicolas Pitre; > u-boot@lists.denx.de; Ashish Karkare; Prabhanja

Re: [U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-22 Thread Prafulla Wadaskar
> > > +#define CONFIG_MTDPARTS > "orion_nand:512k(uboot)," \ > > + "1...@4m(psm), 3...@1m(kernel),1...@5m(rootfs) rw\0" > > This will not work. The embedded space is not allowed. These are the parameters will be passed to the kernel I didn't understand what will not work

Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-22 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Friday, May 22, 2009 4:37 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; > Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE > Board support >

Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1242865967-7179-1-git-send-email-prafu...@marvell.com> you wrote: > > This is Marvell's 88F6281_A0 based custom board developed > for wireless access point product > --- /dev/null > +++ b/board/Marvell/mv88f6281gtw_ge/Makefile > @@ -0,0 +1,51 @@ > +# > +# (C)

Re: [U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1242937472-30778-2-git-send-email-prafu...@marvell.com> you wrote: > References: http://plugcomputer.org/ > Serial console Setup > http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux > OpenOCD Setup > http://openplug.org/plugwiki/index.php/Setti

Re: [U-Boot] Auto-booting problem

2009-05-22 Thread Wolfgang Denk
Dear paras, In message <8136f0210905220236o93ab0a0gbf8ff5e15192e...@mail.gmail.com> you wrote: > > I am working on MPC8313erdb board. I configure U-Boot 1.3.0 for my board, U-Boot 1.3.0 is very old. Why don't you use current code? > But the problem is on auto-boot. > When I start the board it s

[U-Boot] Auto-booting problem

2009-05-22 Thread paras
Hi all, I am working on MPC8313erdb board. I configure U-Boot 1.3.0 for my board, But the problem is on auto-boot. When I start the board it stop on command prompt of u-boot. Please help me to solve this problem. The list of environment variables are given below. --

Re: [U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-22 Thread Stefan Roese
Hi Prafulla, On Thursday 21 May 2009 22:24:30 Prafulla Wadaskar wrote: > References: http://plugcomputer.org/ > Serial console Setup > http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux > OpenOCD Setup > http://openplug.org/plugwiki/index.php/Setting_Up_OpenOCD_Under_Linux > > Th

Re: [U-Boot] [PATCH 00/11] 85xx/86xx dma updates

2009-05-22 Thread Ira Snyder
On Thu, May 21, 2009 at 03:49:29PM -0500, Peter Tyser wrote: > On Thu, 2009-05-21 at 12:37 -0700, Ira Snyder wrote: > > On Thu, May 21, 2009 at 12:09:58PM -0500, Peter Tyser wrote: > > > This patch series attempts to clean up the DMA implementation for the > > > 85xx and 86xx architectures. The ch