Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-14 Thread Luigi 'Comio' Mantellini
Sorry again, but I cannot use git-send-email. This is the corrected patch. Best regards, luigi Il domenica 14 settembre 2008 00:58:10 Wolfgang Denk ha scritto: Dear Luigi 'Comio' Mantellini, In message [EMAIL PROTECTED] you wrote: I noticed a typo in the lzma uncompress invocation

[U-Boot] Watchdog support.

2008-09-14 Thread Luigi 'Comio' Mantellini
Hi ML, I'm working on a mips based SoC with an external watchdog. The watchdog should be touched every 5 seconds in order to avoid the system reboot. I tried to define macros like CONFIG_HW_WATCHDOG / CONFIG_WATCHDOG, but I'm not happy for the result. For example, the serial port driver

[U-Boot] [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-09-14 Thread dirk . behme
Subject: [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards This patch series adds U-Boot v1 support for some of TI's ARM-Cortex A8 based OMAP3 boards. These are BeagleBoard [1][2], EVM [3] and Overo [4]. The patch series is based on U-Boot tar ball [5] for

[U-Boot] [PATCH 01/11 v1] ARM: OMAP3: Add pin mux, clock and cpu headers

2008-09-14 Thread dirk . behme
Subject: [PATCH 01/11 v1] ARM: OMAP3: Add pin mux, clock and cpu headers From: Dirk Behme [EMAIL PROTECTED] Add pin mux, clock and cpu header files for OMAP3. Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- include/asm-arm/arch-omap3/bits.h | 48 +++

[U-Boot] [PATCH 02/11 v1] ARM: OMAP3: Add i2c, memory and additional pin mux headers

2008-09-14 Thread dirk . behme
Subject: [PATCH 02/11 v1] ARM: OMAP3: Add i2c, memory and additional pin mux headers From: Dirk Behme [EMAIL PROTECTED] Add OMAP3 I2C, memory and additional pin mux headers Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- include/asm-arm/arch-omap3/i2c.h | 128 ++

[U-Boot] [PATCH 03/11 v1] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers

2008-09-14 Thread dirk . behme
Subject: [PATCH 03/11 v1] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers From: Dirk Behme [EMAIL PROTECTED] Add overo pin mux, omap3 and prototype headers Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- include/asm-arm/arch-omap3/mux.h | 337

[U-Boot] [PATCH 05/11 v1] ARM: OMAP3: Add board, clock, cpu and interrupts common files

2008-09-14 Thread dirk . behme
Subject: [PATCH 05/11 v1] ARM: OMAP3: Add board, clock, cpu and interrupts common files From: Dirk Behme [EMAIL PROTECTED] Add board, clock, cpu and interrupts common files Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- cpu/omap3/Makefile |2 cpu/omap3/board.c | 294

[U-Boot] Subject: [PATCH 06/11 v1] ARM: OMAP3: Add memory and syslib common files, add NAND support

2008-09-14 Thread dirk . behme
Subject: [PATCH 06/11 v1] ARM: OMAP3: Add memory and syslib common files, add NAND support From: Dirk Behme [EMAIL PROTECTED] Add memory and syslib common files, add NAND support Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- common/cmd_nand.c| 29 +++ cpu/omap3/Makefile

[U-Boot] [PATCH 07/11 v1] ARM: OMAP3: Add MMC support

2008-09-14 Thread dirk . behme
Subject: [PATCH 07/11 v1] ARM: OMAP3: Add MMC support From: Dirk Behme [EMAIL PROTECTED] Add MMC support Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- cpu/omap3/Makefile|3 cpu/omap3/mmc.c | 557 ++

[U-Boot] [PATCH 08/11 v1] ARM: OMAP3: Add I2C and network support

2008-09-14 Thread dirk . behme
Subject: [PATCH 08/11 v1] ARM: OMAP3: Add I2C and network support From: Dirk Behme [EMAIL PROTECTED] Add I2C and network support Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- drivers/i2c/Makefile |1 drivers/i2c/omap24xx_i2c.c | 132 ++---

[U-Boot] [PATCH 10/11 v1] ARM: OMAP3: Add EVM board

2008-09-14 Thread dirk . behme
Subject: [PATCH 10/11 v1] ARM: OMAP3: Add EVM board From: Dirk Behme [EMAIL PROTECTED] Add EVM board Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- Makefile|3 board/omap3/evm/Makefile| 46 ++ board/omap3/evm/config.mk | 17 ++ board/omap3/evm/evm.c

[U-Boot] [PATCH] 8xx: prevent a machine check in scc_init().

2008-09-14 Thread Gary Jennejohn
Signed-off-by: Gary Jennejohn [EMAIL PROTECTED] --- cpu/mpc8xx/scc.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/cpu/mpc8xx/scc.c b/cpu/mpc8xx/scc.c index 09a3db1..9ffeb11 100644 --- a/cpu/mpc8xx/scc.c +++ b/cpu/mpc8xx/scc.c @@ -70,6 +70,9 @@ static

Re: [U-Boot] Watchdog support.

2008-09-14 Thread Wolfgang Denk
Dear Luigi 'Comio' Mantellini, In message [EMAIL PROTECTED] you wrote: I'm working on a mips based SoC with an external watchdog. The watchdog should be touched every 5 seconds in order to avoid the system reboot. That shgould be no problem. We have a couple of boards that have watchdogs

Re: [U-Boot] [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-09-14 Thread Wolfgang Denk
Dear Dirk, In message [EMAIL PROTECTED] you wrote: Subject: [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards Please negotiate timing of patch submissions with Jean-Christophe to avoid unneeded respins of the patches when he submits his CFG_ changes -

Re: [U-Boot] [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-09-14 Thread Dirk Behme
Wolfgang Denk wrote: Dear Dirk, In message [EMAIL PROTECTED] you wrote: Subject: [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards Please negotiate timing of patch submissions with Jean-Christophe to avoid unneeded respins of the patches when

[U-Boot] Silent booting of Uboot and Linux

2008-09-14 Thread Rajeev Bansal
Hi All, I am using u-boot-1.2.0.I want to boot U-boot and Linux Kernel silently ie. with no much print on the serial console. For that to happen I tried to recompile the u-boot source with CONFIG_SILENT_CONSOLE and set the silent environment variable using setenv silent 1 and saveenv. But when I

Re: [U-Boot] [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-09-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:11 Sun 14 Sep , Dirk Behme wrote: Wolfgang Denk wrote: Dear Dirk, In message [EMAIL PROTECTED] you wrote: Subject: [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards Please negotiate timing of patch submissions with Jean-Christophe to avoid

[U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Gary Jennejohn
See doc/README.iomux for a general description of what this does. This is the first of two commits. The second commit touches net/eth.c and has to go through the custodian, so I split it out for simplicity. Tested with MAKEALL 8xx. Signed-off-by: Gary Jennejohn [EMAIL PROTECTED] ---

[U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Gary Jennejohn
Since this patch touches net/eth.c it is being sent separately. When CONFIG_IO_MUX, CONFIG_NETCONSOLE and CFG_CONSOLE_IS_IN_ENV are all defined together it is possible that nc (netconsole) is defined as an output device. In this case it is necessary to set GD_FLG_DEVINIT after the network

Re: [U-Boot] Silent booting of Uboot and Linux

2008-09-14 Thread Wolfgang Denk
Dear Rajeev Bansal, In message [EMAIL PROTECTED] you wrote: I am using u-boot-1.2.0.I want to boot U-boot and Linux Kernel silently ie. with no much print on the serial console. For that to happen I tried to recompile the u-boot source with CONFIG_SILENT_CONSOLE and set the silent

Re: [U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Gary Jennejohn
On Sun, 14 Sep 2008 18:07:42 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] you wrote: Since this patch touches net/eth.c it is being sent separately. When CONFIG_IO_MUX, CONFIG_NETCONSOLE and CFG_CONSOLE_IS_IN_ENV are all defined together it is possible

Re: [U-Boot] strange flash access problem with uboot

2008-09-14 Thread Ellwood Nonnemacher
First, a the platform description is in order. There are actually 2 that have the same problem. 1. Embedded planet EP8245 eval board 2. My current target board which uses MPC8241 w/64 meg sdram and and 2 Spansion S29GL128P with all memory configured 32 bit wide. The

Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Wolfgang Denk
Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: See doc/README.iomux for a general description of what this does. Sorry, but this is not really a good commit message. Please explain at least in a shoprt summary what the patch is supposed to implement. This is the first of two

Re: [U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Wolfgang Denk
Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: 2) You only add new points where the GD_FLG_DEVINIT bit gets set in gd-flags. That means there are two possibilities when your newly added code is run: either, this bit is already set by other parts of the codem than the