Re: [U-Boot] [PATCH] i2c, dtt: move dtt_init () to board_init_r ()

2009-03-02 Thread Heiko Schocher
Hello Heiko, Heiko Schocher wrote: it is not necessary to init the DTTs so early, so move this init to board_init_r (). Signed-off-by: Heiko Schocher h...@denx.de Applied to u-boot-i2c.git bye Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich,

[U-Boot] Pull request: u-boot-i2c

2009-03-02 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 00cc5595a7caac8066b408774383a956c2e26797: Anatolij Gustschin (1): lcd: Fix compilation warning in common/lcd.c are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Heiko Schocher (1): i2c, dtt: move

Re: [U-Boot] PCI-E problems on Kilauea board

2009-03-02 Thread Felix Radensky
Felix Radensky wrote: Stefan Roese wrote: On Tuesday 17 February 2009, Felix Radensky wrote: 2. Another problem is that in bootstrap configuration B (CPU - 333 Mhz, PLB 166MHz) PCI-E cards are not recognized in any slot. This happens with all u-boot versions I've

Re: [U-Boot] PCI-E problems on Kilauea board

2009-03-02 Thread Felix Radensky
Stefan Roese wrote: On Monday 02 March 2009, Felix Radensky wrote: Also, I've compared the values of SDR0_SDSTP0-SDR0_SDSTP3 registers in bootstrap options C and H and didn't find anything suspicious. There are differences in various divisor values, but that is expected. Tested with

[U-Boot] U-Boot hangs after loading device tree

2009-03-02 Thread Afzal Nadirshah
Hi, I am trying to bring linux up on our custom board, by loading the kernel.img , canynlands.dtb and Ramdisk onto the RAM using the serial port. However the boot process is getting hung. The boot boot process stops after the following messages : = run flash_self ## Booting

Re: [U-Boot] U-Boot hangs after loading device tree

2009-03-02 Thread Pieter
Afzal Nadirshah wrote: Hi, I am trying to bring linux up on our custom board, by loading the kernel.img , canynlands.dtb and Ramdisk onto the RAM using the serial port. However the boot process is getting hung. The boot boot process stops after the following messages :

[U-Boot] Uboot NAND sub system and it's commands

2009-03-02 Thread Swapnali C. Patil
Hello All, I am using DM6446 (TI DaVinci) customized board. 1. I am not able to understand meaning of NAND Sub system U boot commands, e.g. nand write, nand read, nand erase etc. 2. I want to use the NAND sub system U boot command in Linux (ARM side of DM6446 core), is it possible ? may be

[U-Boot] POST questions

2009-03-02 Thread Steven Zedeck
Hi, I see most of the POST tests relate to the PPC family. Is there a set of post tests based on the Atmel ARM9 family? Another related question: Is it assumed that POST runs before relocation or can some run after relocation? I would think that after you test memory before relocation, then it

Re: [U-Boot] Status open patches: NAND Flash

2009-03-02 Thread Scott Wood
On Sun, Feb 22, 2009 at 01:00:10AM +0100, Wolfgang Denk wrote: Dear Scott, I have the following patches still marked as open in my list. Could you please have a look... Sorry for the delay; I had no e-mail access last week. NAND-FLASH: 11/04 John Rigby [U-Boot] [PATCH v3]

[U-Boot] Coldfire: MCF5271: Periodic HW watchdog petting and sleep function does not work.

2009-03-02 Thread Richard Retanubun
Hi Guys, I am using u-boot 2009.03-rc1 and a board based on Coldfire MC5271EVB eval platform. Our external watchdog is a MAX6369. I have #define CONFIG_HW_WATCHDOG and #undef CONFIG_WATCHDOG in our board's config file and have created the hw_watchdog_reset function to toggle the WDI line to

[U-Boot] [PATCH] Reduce OneNAND IPL common code (v3)

2009-03-02 Thread Kyungmin Park
OneNAND IPL has common codes for RAM init, load data, and jump to 2nd bootloader, but it's common code used about 300~400 bytes. So board specific codes, such as lowlevel_init, can't has enough code. It make a difficult to implement OneNAND IPL. his patch make this common code as small as

[U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-03-02 Thread Manikandan Pillai
The eth_halt() function has been modified to remove the chip reset and instead stop the transmit/receive from the device. Signed-off-by: Manikandan Pillai mani.pil...@ti.com --- drivers/net/smc911x.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] FSL DDR @ 83xx

2009-03-02 Thread Jerry Van Baren
Andre Schwarz wrote: Kumar Gala schrieb: On Dec 9, 2008, at 12:01 PM, Andre Schwarz wrote: Jon Loeliger schrieb: On Mon, 2008-12-08 at 18:02 +0100, Andre Schwarz wrote: Kim, I'd like to change my DDR setup code since it looks like my computed values are not perfectly stable on our 8343

[U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board

2009-03-02 Thread Manikandan Pillai
Example binaries to be downloaded to 0x8030 for OMAP3 EVMs. Signed-off-by: Manikandan Pillai mani.pil...@ti.com --- examples/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index dbcfa92..75e6c87 100644 ---

[U-Boot] [PATCH 1/1] Changes for single binary image for u-boot for NAND/OneNAND flash.

2009-03-02 Thread Manikandan Pillai
Support for single binary image for NAND/OneNAND based OMAP3 EVM boards. The software has to set the flag CONFIG_ENV_IS_RUNTIME_SEL in include/configs/omap3_evm.h. The software is able to detect whether it is NAND or OneNAND flash at runtime. The flash detected is set as the environment store

Re: [U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-03-02 Thread Kyungmin Park
On Sat, Feb 28, 2009 at 11:20 PM, Wolfgang Denk w...@denx.de wrote: Dear Kyungmin Park, In message 20090227085736.ga5...@july you wrote: Some program such as UBI only used the mtdpart only. however current jffs2 cmdline has dependent with jffs2 cmd This patch make a build only jffs2 cmdline

[U-Boot] [PATCH v2 1/2] sh: Add macros for SH-4A 32-Bit Address Extended Mode

2009-03-02 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda shimoda.yoshih...@renesas.com --- changelog: [v2] Add some defines for 32-Bit Address Extended Mode include/asm-sh/cpu_sh4.h | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/include/asm-sh/cpu_sh4.h

[U-Boot] [PATCH v2 2/2] sh7785lcr: Add support 32-Bit Extended Address Mode

2009-03-02 Thread Yoshihiro Shimoda
We can built 'make sh7785lcr_32bit_config'. And add new command pmb for this mode. This command changes PMB for using 512MB system memory. Signed-off-by: Yoshihiro Shimoda shimoda.yoshih...@renesas.com --- changelog: [v2] Update README.sh7785lcr for 32-Bit Extended Address Mode Makefile

[U-Boot] U-Boot Scripting suggestions to decrement counter in EEPROM. Alignment bug in itest on ARM.

2009-03-02 Thread Tom Evans
I'm implementing a rather complex boot that involves flags and counters in EEPROM. This is to detect multiple boot failures and to then revert to a previous Linux kernel and sysroot. The Hush shell and applications almost support this by using scripts (even autoscripting), but not quite. ee