Re: [U-Boot] [PATCH] sh: r7780mp: Update config

2009-10-16 Thread Nobuhiro Iwamatsu
Hi Ben. Ben Warren wrote: Hi Nobuhiro, On Wed, Oct 14, 2009 at 11:26 PM, Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com mailto:iwamatsu.nobuh...@renesas.com wrote: Enabled CONFIG_NET_MULTI. Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com

[U-Boot] [PATCH] ppc4xx: Update flash size in reg property of the NOR flash node

2009-10-16 Thread Stefan Roese
Till now only the ranges in the ebc node are updated with the values currently configured in the PPC4xx EBC controller. With this patch now the NOR flash size is updated in the device tree blob as well. Signed-off-by: Stefan Roese s...@denx.de Cc: Wolfgang Denk w...@denx.de --- cpu/ppc4xx/fdt.c

[U-Boot] [PATCH 1/5] add TI da8xx support: new cpu directory

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Create initial contents of the cpu/arm926ejs/da8xx directory: Low level initilisation. Support for SoC clock, timer and reset functions. Signed-off-by: Nick Thompson nick.thomp...@gefanuc.com --- Applies to u-boot-ti cpu/arm926ejs/da8xx/Makefile| 53 +

[U-Boot] [PATCH 2/5] add TI da8xx support: new arch directory

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Create initial contents of the include/asm-arm/arch-da8xx directory: General hardware definitions. Signed-off-by: Nick Thompson nick.thomp...@gefanuc.com --- Applies to u-boot-ti include/asm-arm/arch-da8xx/clock.h | 24 +++ include/asm-arm/arch-da8xx/emac_defs.h | 328

[U-Boot] [PATCH 3/5] add TI da8xx support: new board directory for spectrum digital EVM

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Create initial contents of the board/da8xx/da8xx-evm directory: Low level board initialisation. Board level initilisation. Linker control. Signed-off-by: Nick Thompson nick.thomp...@gefanuc.com --- Applies to u-boot-ti board/da8xx/da8xx-evm/Makefile | 52 ++

[U-Boot] [PATCH 4/5] add TI da8xx support: new ethenet driver for da830 EMAC

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Add a driver for the DA830 EMAC. This is very similar to the davinci_emac driver. It has been restructured to make it as similar as possible. Potentially the two could be merged, but I don't have access to other davinci type platforms to test for breakage after the inevitable mangling required.

[U-Boot] [PATCH 5/5] add TI da8xx support: integration into build system

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Add config, Makefile and common header changes to integrate DA8xx Support. Creates a new config target: make ... da8xx_omapl1_evm_config Tested build with Sourcery G++ Lite 2009q1-203 tool chain on an OMAP-L137 EVM board RevE with Rev1.1 DA830 silicon. Signed-off-by: Nick Thompson

Re: [U-Boot] Booting automatically a binary image

2009-10-16 Thread Detlev Zundel
Hi Ivan, I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running. Documentation sometimes can answer such questions: http://www.denx.de/wiki/view/DULG/UBootEnvVariables Check at least 'bootcmd' and

Re: [U-Boot] [PATCH 1/5] add TI da8xx support: new cpu directory

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Resent due to wrapping in patch 1 (unwrapped patch 2 to follow, 3, 4 an 5 seem okay) Create initial contents of the cpu/arm926ejs/da8xx directory: Low level initilisation. Support for SoC clock, timer and reset functions. Signed-off-by: Nick Thompson nick.thomp...@gefanuc.com --- Applies to

Re: [U-Boot] [PATCH 2/5] add TI da8xx support: new arch directory

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Resent due to wrapping in patch 2 (unwrapped patch 1 resent, 3, 4 and 5 seem okay) Create initial contents of the include/asm-arm/arch-da8xx directory: General hardware definitions. Signed-off-by: Nick Thompson nick.thomp...@gefanuc.com --- Applies to u-boot-ti

[U-Boot] [PATCH 0/5] add TI da8xx support:

2009-10-16 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Patches 1/5 and 2/5 both *still* contain small amounts of wrapping - why does outlook even consider that it's okay to mangle my e-mails??? - Please excuse the mess. I can fix them, but I'm not going to send them again until people have had chance to comment on other aspects of the patch set.

[U-Boot] Regarding NAND flash support in IMX31

2009-10-16 Thread R Arun Kumar
Hai, After rechecking all the nand related code, I found that the register address definition is not proper in imx31_regs.h (there is one #if 0, which needs to be made #if 1) and found that the *addpart *and *nand -a *and *erase *are been working. But the file copy been not working, Any help The

Re: [U-Boot] [PATCH 2/2] cmd_nand: Move conditional compilation to Makefile

2009-10-16 Thread vimal singh
Could you please add some description? -vimal On Thu, Oct 15, 2009 at 9:18 PM, Peter Tyser pty...@xes-inc.com wrote: Signed-off-by: Peter Tyser pty...@xes-inc.com ---  common/Makefile   |    2 +-  common/cmd_nand.c |    4  2 files changed, 1 insertions(+), 5 deletions(-) diff --git

Re: [U-Boot] [PATCH 0/5] add TI da8xx support:

2009-10-16 Thread Jerry Van Baren
Hi Nick, Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: Patches 1/5 and 2/5 both *still* contain small amounts of wrapping - why does outlook even consider that it's okay to mangle my e-mails??? - Please excuse the mess. Contrary to popular opinion, spam did not kill email. There

Re: [U-Boot] CONFIG_GENERIC_MMC Usage

2009-10-16 Thread Minkyu Kang
Dear Shane Volpe 2009/10/15 Shane Volpe shanevo...@gmail.com: I have a PXA270 system with U-boot v2009.08 installed, currently this system is successfully using the U-boot mmc interface (legacy) . However, after looking through the u-boot source code, I see there is a new mmc interface

Re: [U-Boot] imx27lite stability problems.

2009-10-16 Thread javier Martin
2009/9/17 Wolfgang Denk w...@denx.de: Dear javier Martin I would like to help to solve this problems, but I don't know exactly where to begin from. I have been reviewing clock settings. Could this be happening because this board is using 32KHz xtal as reference instead of 26MHz one? Yes,

Re: [U-Boot] [PATCH 0/5] add TI da8xx support:

2009-10-16 Thread Paulraj, Sandeep
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Thompson, Nick (GE EntSol, Intelligent Platforms) Sent: Friday, October 16, 2009 6:33 AM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 0/5] add TI da8xx support: Patches

Re: [U-Boot] CONFIG_GENERIC_MMC Usage

2009-10-16 Thread Shane Volpe
Minkyu, Thank you for the response. I have only one question remaining: 1.) Is there any documentation in place (or can someone send me off a quick reply) on how to set up the generic mmc driver with a board? I'm assuming what I need to do is add code to my board file to initialize the MMC

Re: [U-Boot] [PATCH 2/2] cmd_nand: Move conditional compilation to Makefile

2009-10-16 Thread Peter Tyser
Hi Vimal, On Fri, 2009-10-16 at 17:03 +0530, vimal singh wrote: Could you please add some description? I personally think the patch title has plenty of description. The change is trivial, and similar changes (with similar titles/descriptions) have been accepted many times in the past. Best,

Re: [U-Boot] CONFIG_GENERIC_MMC Usage

2009-10-16 Thread Mike Frysinger
On Friday 16 October 2009 09:45:20 Shane Volpe wrote: Minkyu, please do not top post 1.) Is there any documentation in place (or can someone send me off a quick reply) on how to set up the generic mmc driver with a board? if you read the arch-specific init files you'll see that a call is

Re: [U-Boot] CONFIG_GENERIC_MMC Usage

2009-10-16 Thread Shane Volpe
Sorry for the top post, I forgot to delete it. Mike, if you read the arch-specific init files you'll see that a call is made to mmc_initialize() which in turn calls a board-specific board_mmc_init(). your board_mmc_init() then calls the driver init functions. it's the same idiom that is used

Re: [U-Boot] [PATCH] mpc85xx: Fix booting on various boards

2009-10-16 Thread Kumar Gala
On Oct 12, 2009, at 2:55 PM, Anton Vorontsov wrote: commit 0e870980a64584a591af775bb9c9fe9450124df9 (8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx) breaks U-Boot on various boards, namely the ones that call get_sys_info() from board_early_init_f(). get_sys_info() calls cpu_numcores(), which

[U-Boot] Pull request - mpc85xx

2009-10-16 Thread Kumar Gala
The following changes since commit 9efe379a0eb127e616d780533a711f99b52ea64a: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-blackfin are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Anton Vorontsov (1): mpc85xx: Fix booting

[U-Boot] OMAP3 EVM: Only ONENAND supported, no NAND any more?

2009-10-16 Thread Dirk Behme
Hi, in a private mail someone mentioned that recent U-Boot for OMAP3 EVM has only support for ONENAND. And NAND support was removed? He still has an EVM with NAND. Any idea? Best regards Dirk ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] OMAP3 EVM: Only ONENAND supported, no NAND any more?

2009-10-16 Thread Tuma
Sorry for my intrusion. But why NAND support was removed? Maybe you need just reconfigure and build your U-Boot? On Friday 16 October 2009 19:29:11 Dirk Behme wrote: Hi, in a private mail someone mentioned that recent U-Boot for OMAP3 EVM has only support for ONENAND. And NAND support was

Re: [U-Boot] OMAP3 EVM: Only ONENAND supported, no NAND any more?

2009-10-16 Thread Dirk Behme
Tuma wrote: Sorry for my intrusion. But why NAND support was removed? It's a question, not a statement. Was NAND support removed? Best regards Dirk Maybe you need just reconfigure and build your U-Boot? On Friday 16 October 2009 19:29:11 Dirk Behme wrote: Hi, in a private mail

Re: [U-Boot] [PATCH 0/3] enable CONFIG_NET_MULTI for LAN91C96

2009-10-16 Thread Ben Warren
Hi Nishanth, Nishanth Menon wrote: Based on the discussion[1] here is the patchset Patchset is based on [2], and tested on SDP3430. Other platforms would be prefered to be build/tested/fixed as required Nishanth Menon (3): NET: LAN91C96 CONFIG_NET_MULTIify TI OMAP3: SDP3430 FIX

Re: [U-Boot] [PATCH 0/3] enable CONFIG_NET_MULTI for LAN91C96

2009-10-16 Thread Menon, Nishanth
-Original Message- From: Ben Warren [mailto:biggerbadder...@gmail.com] Sent: Friday, October 16, 2009 11:30 AM Nishanth Menon wrote: Based on the discussion[1] here is the patchset Patchset is based on [2], and tested on SDP3430. Other platforms would be prefered to be

Re: [U-Boot] [PATCH v3] TQM85xx: enable partition support, sort commands

2009-10-16 Thread Kumar Gala
On Sep 8, 2009, at 3:29 PM, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- v2: Fix building for TQM8548_BE On TQM8548_BE, building failed like that: Configuring for TQM85xx board... common/libcommon.a(cmd_mtdparts.o): In function

[U-Boot] [PATCH] sheevaplug: correct SDRAM address control register value

2009-10-16 Thread Mark Asselstine
The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in two banks for a total of 512MB of RAM. Based on this configuration the existing values for SDRAM address control register are incorrect and result in random kernel oops as memory is incorrectly accessed (while for example extracting a

Re: [U-Boot] imx27lite stability problems.

2009-10-16 Thread Wolfgang Denk
Dear Javier Martin, In message eedb5540910160633o81b1ae3sf37b2a00a5474...@mail.gmail.com you wrote: I could finally test this in an original LogicPD i.mx27 litekit board and found the same problems. System gets stuck when issuing a ping command. - I am using u-boot-arm repository commit

Re: [U-Boot] [PATCH 4/5] add TI da8xx support: new ethenet driver for da830 EMAC

2009-10-16 Thread Ben Warren
Hi Nick, Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: Add a driver for the DA830 EMAC. This is very similar to the davinci_emac driver. It has been restructured to make it as similar as possible. Potentially the two could be merged, but I don't have access to other davinci type

Re: [U-Boot] Pull request - mpc85xx

2009-10-16 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.0910161027330.6...@localhost.localdomain you wrote: The following changes since commit 9efe379a0eb127e616d780533a711f99b52ea64a: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-blackfin are available in the git

[U-Boot] [STATUS] Please send your pull requests now...

2009-10-16 Thread Wolfgang Denk
Hello everybody, I would like to get out a v2009.11-rc in the next few (=1...3) days. If you have any stuff that should go in, please: - make sure to send your pull requests now if you are a custodian. - nudge the responsible custodian to pick up your stuff. Tom, I'm especially eager to see a

[U-Boot] [mpc8xxx_spi] help with using mpc8xxxx_spi and M25P40 spi flash

2009-10-16 Thread Richard Retanubun
Hello guys, This is a derivative of my previous post for adapting mpc8xxx_spi to work with mpc8360e spi in cpu-mode. I'm seeing something funny with using the 'sf probe' command, but not the sspi command. Using 'sspi' command, I got a good response: = sspi 0 32 9f spi_xfer: tx 9f00 [32

Re: [U-Boot] [PATCH] * mpc8313erdb.dts: Fixed eTSEC interrupt assignment.

2009-10-16 Thread Kim Phillips
On Thu, 15 Oct 2009 21:40:43 +0200 Roland Lezuo roland.le...@chello.at wrote: On Mon, 2009-10-12 at 11:06 -0500, Kim Phillips wrote: On Wed, 9 Sep 2009 15:28:01 -0500 Kumar Gala ga...@kernel.crashing.org wrote: On Sep 9, 2009, at 1:22 PM, Scott Wood wrote: We really should have a

[U-Boot] Please pull u-boot-mpc83xx.git

2009-10-16 Thread Kim Phillips
Wolfgang Denk, Please pull a fix for 8313 rev.2+ networking device trees and a minor consistency fix: The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f: Wolfgang Denk (1): Merge branch 'reloc' are available in the git repository at:

[U-Boot] [PATCH 3/3] Add 'true' and 'false' commands

2009-10-16 Thread Peter Tyser
These commands are only enabled when the hush shell is enabled and can be useful in scripts such as: while true do echo Booting OS...; run $bootcmd; echo Booting OS failed; sleep 10; done Signed-off-by: Peter Tyser pty...@xes-inc.com --- This could be added as a hush builtin

[U-Boot] [PATCH 1/3] command.c: Break commands out to appropriate cmd_*.c files

2009-10-16 Thread Peter Tyser
command.c should contain common code related to commands, not miscellaneous command implementations. Signed-off-by: Peter Tyser pty...@xes-inc.com --- common/Makefile |5 + common/cmd_echo.c| 58 + common/cmd_exit.c| 42 + common/cmd_help.c| 57

[U-Boot] [PATCH 2/3] cmd_help: General cleanup

2009-10-16 Thread Peter Tyser
Shorten the overly-verbose help message of 'help' and clean up some redundant ifdefery while we're at it. Signed-off-by: Peter Tyser pty...@xes-inc.com --- common/cmd_help.c | 21 +++-- 1 files changed, 7 insertions(+), 14 deletions(-) diff --git a/common/cmd_help.c

Re: [U-Boot] Relocation size penalty calculation

2009-10-16 Thread Graeme Russ
On Thu, Oct 15, 2009 at 3:45 AM, J. William Campbell jwilliamcampb...@comcast.net wrote: Joakim Tjernlund wrote: Graeme Russ graeme.r...@gmail.com wrote on 14/10/2009 13:48:27: On Wed, Oct 14, 2009 at 6:25 PM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: J. William Campbell

Re: [U-Boot] ARM pull request v3

2009-10-16 Thread Dirk Behme
Paulraj, Sandeep wrote: Tom Rix wrote: ... Olof Johansson (3): ... SMC911X: Add chip auto detection This is broken [1] and doesn't work without http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a And while last re-organization of