Re: [U-Boot] Timer on OMAP3430SDP.

2009-03-08 Thread Dirk Behme
Hi Krishna, Radha Krishna wrote: Hi All, I am using get_timer() function to find nof system ticks the NAND Read API is using. When I convert these system ticks into second I am not getting the expected value. I observed that 1 sec = 50781 ticks on OMAP3430SDP. I can't remember that we

Re: [U-Boot] [PATCH] Seperate mtdpart command from jffs2

2009-03-08 Thread Wolfgang Denk
Dear Stefan Roese, In message 200903061413.50906...@denx.de you wrote: COBJS-$(CONFIG_CMD_IRQ) += cmd_irq.o COBJS-$(CONFIG_CMD_ITEST) += cmd_itest.o COBJS-$(CONFIG_CMD_JFFS2) += cmd_jffs2.o +COBJS-$(CONFIG_JFFS2_CMDLINE) += cmd_mtdparts.o Shouldn't we change this define

Re: [U-Boot] [PATCH] Add the mfill and mcheck memory commands.

2009-03-08 Thread Wolfgang Denk
Dear Benoit Monin, In message 6148322.23690.1236356233840.javamail@wwinf8204 you wrote: The configuration option is CONFIG_MFILL and this only takes effect if the memory commands are activated globally (CONFIG_CMD_MEM). What exactly is the purpose of this patch? Looks like an

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

2009-03-08 Thread Wolfgang Denk
Dear Manikandan Pillai, In message 1236051689-17867-1-git-send-email-mani.pil...@ti.com you wrote: Support for single binary image for NAND/OneNAND based OMAP3 EVM What is a single binary image ? boards. The software has to set the flag CONFIG_ENV_IS_RUNTIME_SEL What is

Re: [U-Boot] [PATCH 1/1] example: introduce EXAMPLE_LOAD_ADDR

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1236157904-31875-1-git-send-email-plagn...@jcrosoft.com you wrote: that could be overwrite in followaing order -^^ Please fix spelling. ARCH CPU SOC BOARD via the corresponding config.mk the value

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

2009-03-08 Thread Wolfgang Denk
Dear Heiko Schocher, In message 49ab9b51.5030...@denx.de you wrote: The following changes since commit 00cc5595a7caac8066b408774383a956c2e26797: Anatolij Gustschin (1): lcd: Fix compilation warning in common/lcd.c are available in the git repository at:

Re: [U-Boot] [PATCH 1/2] at91sam9: add watchdog support

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1232623377-26351-2-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- Makefile |1 + doc/README.at91 |9

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1233505762-23290-2-git-send-email-plagn...@jcrosoft.com you wrote: II. Watchdog support - The watchdog wan only be activate once so you need to activate in the + The watchdog can only be activate once so you need to activate in

Re: [U-Boot] [PATCH 1/9] at91sam9/cap9: use define instead hardcoded value for the USB_OHCI_REGS_BASE

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1236089265-24598-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/configs/afeb9260.h |3 ++- include/configs/at91cap9adk.h |3 ++-

Re: [U-Boot] [PATCH 5/9] Add support for the AT91RM9200EK Board.

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1236089265-24598-5-git-send-email-plagn...@jcrosoft.com you wrote: From: Ulf Samuelsson u...@atmel.com with - NOR (cfi driver) - DataFlash - USB OHCI - Net Signed-off-by: Ulf Samuelsson u...@atmel.com

Re: [U-Boot] [PATCH 9/9] at91rm9200ek: add dcc support with at91rm9200ek_dcc_config

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1236089265-24598-9-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- Makefile | 14 +- include/configs/at91rm9200ek.h |4 +++- 2

Re: [U-Boot] [PATCH 7/9] at91rm9200: fix DCC support

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1236089265-24598-7-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm920t/at91rm9200/interrupts.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

Re: [U-Boot] AT91 Pull Request

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090303141136.gc16...@game.jcrosoft.org you wrote: Hi Wolfgang, Please pull The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65: Wolfgang Denk (1): Update CHANGELOG; Prepare 2009.03-rc1 are available

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

2009-03-08 Thread Wolfgang Denk
Dear Kim Phillips, In message 20090305185343.fe92230c.kim.phill...@freescale.com you wrote: WD, please pull Heiko's v4 patchset for kmeter1 improvements, spd sdram fixes, SerDes init correction, and 256MB+ RAM fixes and DHCP for the 8349ITX: The following changes since commit

Re: [U-Boot] [PATCH] Seperate mtdpart command from jffs2

2009-03-08 Thread Kyungmin Park
On Fri, Mar 6, 2009 at 10:13 PM, Stefan Roese s...@denx.de wrote: Hi Kyungmin, On Tuesday 03 March 2009, Kyungmin Park 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 without

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

2009-03-08 Thread Pillai, Manikandan
Hi, Single binary image - The type of flash is not selected during compile time. The U-boot scans the flash available(as of now whether it is NAND or OneNAND) and starts using the first flash detected as the ENV storge. To select this option, I added a #define CONFIG_ENV_IS_RUNTIME_SEL(env

Re: [U-Boot] Creating partitions on NAND flash

2009-03-08 Thread Afzal Nadirshah
Hi Wolfgang, Thanks for the suggestions. I went through some of the documents. I found that the partitions and their offsets and partition names are provided in the .dts file. I hope I have understood it right. Regards, Afzal Nadirshah -Original Message- From:

[U-Boot] uboot-v2 NAND erase problem

2009-03-08 Thread 景文林
Hi, I complie uboot-v2 (use pcm038_defconfig) for my own imx27 board. My nand flash is sansung K9F1G08R0A 2k page 8 bit nand loadb and tftp functions work well and uboot can boot up linux kernel correctly But I when I erased /dev/nan0.kernel.bb and reburn uImage I got this error: Hit any key