Re: [U-Boot] [PATCH v5] zlib: updated to v.1.2.3

2009-08-12 Thread Wolfgang Denk
Dear Giuseppe CONDORELLI, In message 1248869108-15570-1-git-send-email-giuseppe.condore...@st.com you wrote: This patch updates zlib to the latest stable version. Only relevant zlib parts were ported to u-boot tree, as already did for the current zlib (0.95). New zlib guarantees a faster

Re: [U-Boot] Please pull u-boot-mpc85xx - master branch

2009-08-12 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.0908101646200.22...@localhost.localdomain you wrote: The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875: Wolfgang Denk (1): Prepare 2009.08-rc2 are available in the git repository at:

Re: [U-Boot] PPC460EX with 2 Ethernet Tranceivers

2009-08-12 Thread Stefan Roese
On Tuesday 11 August 2009 16:44:52 Judd Gilbert wrote: I am currently running linux 2.6.28.4 on a PPC460EX with 2 Marvell Alaska 88E Ethernet transceivers connected to it. I've added the flags I believe to configure u-boot properly: #define CONFIG_IBM_EMAC4_V4 1 #define

[U-Boot] Urgent

2009-08-12 Thread Mike listowel
Hello Good Day This is Listowel, With regards to your Company i am sending this email Regards to order some(CORDLESS DRILL) ,i will like to know the type and sizes you have in stock and get me the sales price of one so that i will tell you the quantity i will be ordering, and also if you

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

2009-08-12 Thread Kim Phillips
Dear Wolfgang Denk, Please pull: The following changes since commit 108f56b056780f0d23f720d98709304f84a0d6c8: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-i2c are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Heiko Schocher

[U-Boot] ppc: trigger WDT before starting Linux

2009-08-12 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de --- lib_ppc/bootm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 0d702bf..8385749 100644 --- a/lib_ppc/bootm.c +++ b/lib_ppc/bootm.c @@ -94,6 +94,7 @@ static void

[U-Boot] [PATCH] jffs2: clean the cache in case of malloc fails in build_lists

2009-08-12 Thread Ilya Yanok
We should call jffs2_clean_cache() if we return from jffs2_build_lists() with an error to prevent usage of incomplete lists. Also we should free() a local buffer to prevent memory leaks. Signed-off-by: Ilya Yanok ya...@emcraft.com --- fs/jffs2/jffs2_1pass.c | 17 ++--- 1 files

[U-Boot] test mail server

2009-08-12 Thread Kumar Gala
please ignore. It seems like the list server or something isn't quite happy and sending this to see if it comes back. - k ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Support for NANDs greater than/equal to 4 GB

2009-08-12 Thread Scott Wood
On Tue, Aug 11, 2009 at 10:17:24AM -0500, Paulraj, Sandeep wrote: [Sandeep] Please tell me the U-boot policy of picking features from the kernel. I try to sync every now and then, but if you need something sooner please send it as a patch. But the above support in question is not my patch

[U-Boot] taking the time pressure off board init

2009-08-12 Thread David Collier
I'm working on an AVR32 with a funny system of warm boots caused by watchdog which don't fully reset the watchdog or real-time-counter hardware. I think the system allows RTC interrupts to be generated during or after the warm boot which can cause havoc with the existing code. It certainly

Re: [U-Boot] Support for NANDs greater than/equal to 4 GB

2009-08-12 Thread Paulraj, Sandeep
Scott, Please see inline -Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: Tuesday, August 11, 2009 11:10 AM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de Subject: Re: Support for NANDs greater than/equal to 4 GB On Tue, Aug 11, 2009 at 09:02:44AM -0500,

[U-Boot] CFI Flash write speed

2009-08-12 Thread A. Geisreiter
Hello, I have add CFI support to my project. I use Intel strata flash P30 and PXA270 CPU. The flash is connected with 16bit to the PXA data bus. If I write to the flash I have transfer rates of roughly 75kB/sec. I think this is very slow. How can I increase the transfer rate? Thanks,

Re: [U-Boot] raise not defined, when compiler uses its own div0

2009-08-12 Thread Wolfgang Denk
Dear Ulf Samuelsson, In message 4a81e724.3070...@atmel.com you wrote: Try setting USE_PRIVATE_LIBGCC=yes in your envrionment, like USE_PRIVATE_LIBGCC=yes make ... I have done two fixes to make it build with openembedded. 1) Define raise in libarm/board.c which calls hang. Did you

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-12 Thread Fabio Estevam
--- On Mon, 8/10/09, Ilya Yanok ya...@emcraft.com wrote: From: Ilya Yanok ya...@emcraft.com Subject: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD To: plagn...@jcrosoft.com Cc: u-boot@lists.denx.de, Ilya Yanok ya...@emcraft.com Date: Monday, August 10, 2009,

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Robin Getz
On Tue 11 Aug 2009 15:21, Wolfgang Denk pondered: Dear Robin Getz, In message 200908111357.25007.rg...@blackfin.uclinux.org you wrote: Now that we have sha1 and md5 in lib_generic, allow people to use them on the command line, for checking downloaded files Signed-off-by: Robin

[U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |1 + net/eth.c | 17 + 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/include/net.h b/include/net.h index 4a03717..2a8a12d 100644 --- a/include/net.h +++

Re: [U-Boot] raise not defined, when compiler uses its own div0

2009-08-12 Thread Wolfgang Denk
Dear Ulf Samuelsson, In message e26ff1fbf0834320ac6f19ce783c7...@aeglos you wrote: If I build u-boot from the u-boot dir outside the buildsystem, it also means a lot of typing - If I remember to do it... Why not make it a default mode? Because the default mode is to assume you are using a

Re: [U-Boot] Pull request - net

2009-08-12 Thread Wolfgang Denk
Dear Ben Warren, In message 4a809b2e.9090...@gmail.com you wrote: Wolfgang, The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875: Wolfgang Denk (1): Prepare 2009.08-rc2 are available in the git repository at: git://git.denx.de/u-boot-net.git master

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-08-12 Thread Paulraj, Sandeep
-Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: Tuesday, August 11, 2009 6:35 PM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de; Narnakaje, Snehaprabha Subject: Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST On Mon, Aug 10,

Re: [U-Boot] [PATCH 1/2] NAND: ADD page Parameter to all read_page/read_page_raw API's

2009-08-12 Thread Scott Wood
On Mon, Aug 10, 2009 at 01:27:46PM -0400, s-paul...@dal.design.ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds a new page parameter to all NAND read_page/read_page_raw APIs. The read_page API for the new mode ECC_HW_OOB_FIRST requires the page information to send the

[U-Boot] [PATCH] 85xx: Removed BEDBUG support on P1_P2_RDB

2009-08-12 Thread Kumar Gala
To match all other 85xx platforms we are removing BEDBUG support. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/P1_P2_RDB.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index

Re: [U-Boot] Pull request - net

2009-08-12 Thread Wolfgang Denk
Dear Ben Warren, In message 4a81d1de.9060...@gmail.com you wrote: Seems the repo also included: 07/01 Richard Retanubun [U-Boot] [PATCH] UEC FIXED PHY: Determine fixed-phy port using UEC interface name. 07/01 Richard Retanubun [U-Boot] [PATCH] Assigned a static SMI address

Re: [U-Boot] PPC460EX with 2 Ethernet Tranceivers

2009-08-12 Thread Wolfgang Denk
Dear Judd Gilbert, In message 16691a8b34b5d9458ea3a1c37a11555a01351...@tanisys-ex2.tanisys.local you wrote: I am currently running linux 2.6.28.4 on a PPC460EX with 2 Marvell Alaska 88E Ethernet transceivers connected to it. I've added the flags I believe to configure u-boot properly:

Re: [U-Boot] [PATCH] Make TFTP Quiet

2009-08-12 Thread Detlev Zundel
Hi Timur, +#ifdef CONFIG_TFTP_QUIET +#define puts_quiet(fmt) +#else +#define puts_quiet(fmt)                puts(fmt); +#endif This looks backwards to me. I would do this: #ifdef CONFIG_TFTP_QUIET #define puts(x) puts_quiet(x) #endif That way, you don't need to change all of the

Re: [U-Boot] LIBFDT - changing command line

2009-08-12 Thread Jerry Van Baren
Hi Michal Michal Simek wrote: Hi All, I would like to use fdt for changing command line in DTB but I found there is one problem if I have longer command line which contains any spaces. Below is my workflow. If I understand correctly the problem is in cmd_fdt.c:fdt_parse_prop:593-603. It

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Wolfgang Denk
Dear Robin Getz, In message 200908111357.25007.rg...@blackfin.uclinux.org you wrote: Now that we have sha1 and md5 in lib_generic, allow people to use them on the command line, for checking downloaded files Signed-off-by: Robin Getz rg...@blackfin.uclinux.org README |

[U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- board/netstar/eeprom.c |3 +- board/voiceblue/eeprom.c |3 +- drivers/net/smc9.c | 420 +++-- drivers/net/smc9.h |8 +-

Re: [U-Boot] raise not defined, when compiler uses its own div0

2009-08-12 Thread Ulf Samuelsson
Sent: Tuesday, August 11, 2009 11:58 PM Subject: Re: [U-Boot] raise not defined, when compiler uses its own div0 Dear Ulf Samuelsson, In message 4a81e724.3070...@atmel.com you wrote: Try setting USE_PRIVATE_LIBGCC=yes in your envrionment, like USE_PRIVATE_LIBGCC=yes make ... I have

[U-Boot] Porting

2009-08-12 Thread Peter Belm
Hi there, First let me introduce myself so you know what you're dealing with. My name is Peter and I'm a web designer by trade, messing around with embedded platforms in my spare time. However I'm only really getting started in the low level code aspect of it, so you'll have to excuse my

Re: [U-Boot] http client?

2009-08-12 Thread Robin Getz
On Wed 22 Jul 2009 10:04, jeffery palmer pondered: We are looking for an http client now as well. Our major issue revolves around the download times for tftp. Can Volkmar Uhlig kindly provide the patches? Our units automically update themselves inside of uboot giving us the most

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-08-12 Thread Robin Getz
On Mon 27 Jul 2009 00:07, Robin Getz pondered: From: Robin Getz rg...@blackfin.uclinux.org Now that we have sha1 and md5 in lib_generic, allow people to use them on the command line, for checking downloaded files Signed-off-by: Robin Getz rg...@blackfin.uclinux.org README |

[U-Boot] Write back flash content to SD/MMC Card

2009-08-12 Thread A. Geisreiter
Hello, I will write back the complete content of my flash memory to a binary File on SD/MMC Card. How can I do this? Is there any support to create a file on SD/MMC card? Thanks, Andreas ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2] 85xx: Move to a common linker script

2009-08-12 Thread Wolfgang Denk
Dear Kumar Gala, In message 1249997451-21265-1-git-send-email-ga...@kernel.crashing.org you wrote: There are really no differences between all the 85xx linker scripts so we can just move to a single common one. Board code is still able to override the common one if need be. Are you sure

Re: [U-Boot] [PATCH] mxc_nand: add nand driver for MX2/MX3

2009-08-12 Thread Scott Wood
On Tue, Aug 11, 2009 at 02:32:54AM +0400, Ilya Yanok wrote: Driver for NFC NAND controller found on Freescale's MX2 and MX3 processors. Ported from Linux. Tested only with i.MX27 but should works with other MX2 and MX3 processors too. Signed-off-by: Ilya Yanok ya...@emcraft.com Applied to

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-08-12 Thread Scott Wood
On Mon, Aug 10, 2009 at 01:27:56PM -0400, s-paul...@dal.design.ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds the new mode NAND_ECC_HW_OOB_FIRST in the nand code to support 4-bit ECC on TI DaVinci devices with large page (up to 2K) NAND chips. This ECC mode is similar

Re: [U-Boot] LIBFDT - changing command line

2009-08-12 Thread Michal Simek
Jerry Van Baren wrote: Hi Michal Michal Simek wrote: Hi All, I would like to use fdt for changing command line in DTB but I found there is one problem if I have longer command line which contains any spaces. Below is my workflow. If I understand correctly the problem is in

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-08-12 Thread Ilya Yanok
Hi Fabio, Fabio Estevam wrote: cpu/arm926ejs/mx27/generic.c | 65 include/asm-arm/arch-mx27/imx-regs.h Shouldn't these two files be part of a separate patch as they are not specific to the iMX27 Lite board support? Well, I thought about this... Let's wait for a

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-08-12 Thread Scott Wood
On Mon, Aug 10, 2009 at 01:27:56PM -0400, s-paul...@dal.design.ti.com wrote: /** + * nand_read_page_hwecc_oob_first - [REPLACABLE] hw ecc, read oob first + * @mtd: mtd info structure + * @chip:nand chip info structure + * @buf: buffer to store read data + * + * Hardware ECC for

Re: [U-Boot] raise not defined, when compiler uses its own div0

2009-08-12 Thread Ulf Samuelsson
Wolfgang Denk skrev: Dear Ulf Samuelsson, In message 4a810dbc.50...@atmel.com you wrote: When trying to build U-Boot under Buildroot and OpenEmbedded, These probably count to the tool chains with broken ARM cross compilers. Maybe, Buildroot is even more broken, if you try to use an

Re: [U-Boot] [PATCH] tools: mkimage: Fixed build warnings

2009-08-12 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 1249983988-3370-1-git-send-email-prafu...@marvell.com you wrote: uninitialized retval variable warning fixed crc32 api moved to crc.h(new) and build warnings fixed Hm... why are you changing the casts to new variable types? +/* lib_generic/crc32.c */

[U-Boot] Where is the GPR30 register in PowerPC arch as GOT pointer documented?

2009-08-12 Thread Gao Ya'nan
I find nothing about this in (E)ABI specification(perhaps some old), so, where is it? Thanks. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 2/2] zlib: add watchdog reset call

2009-08-12 Thread Wolfgang Denk
Dear Giuseppe CONDORELLI, In message 1248861920-12280-1-git-send-email-giuseppe.condore...@st.com you wrote: This patch adds watchdog reset call to allow its invokation during decompression phase. This control was present on old zlib version and here it is backported for those relevant

[U-Boot] LIBFDT - changing command line

2009-08-12 Thread Michal Simek
Hi All, I would like to use fdt for changing command line in DTB but I found there is one problem if I have longer command line which contains any spaces. Below is my workflow. If I understand correctly the problem is in cmd_fdt.c:fdt_parse_prop:593-603. It will be worth to add case for

[U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |2 ++ net/eth.c | 28 +--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/include/net.h b/include/net.h index 2a8a12d..dc4ae41 100644 --- a/include/net.h +++

[U-Boot] [PATCH 0/1][Net] Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API

2009-08-12 Thread Ben Warren
Hello, This driver is compile-tested only on ARM platform. I'm hoping some volunteers can test it on real hardware. thanks, Ben --- board/altera/dk1c20/dk1c20.c | 12 ++ board/altera/dk1s10/dk1s10.c | 12 ++ board/armadillo/armadillo.c | 12 ++ board/csb226/csb226.c

Re: [U-Boot] reset environment

2009-08-12 Thread David Collier
Dear Dexdyne Postmaster, whoops - fixed that now!!! This depends on your configuration. When using an embedded environment, this will get replaced with each install. this will get replaced with each install sorry - I don't know how you mean that will happen OK - I'm working on an

[U-Boot] [PATCH 1/1][Net] Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API

2009-08-12 Thread Ben Warren
All in-tree boards that use this controller have CONFIG_NET_MULTI added Also: - changed CONFIG_DRIVER_CS8900 to CONFIG_CS8900 - changed CS8900_BASE to CONFIG_CS8900_BASE - changed CS8900_BUS?? to CONFIG_CS8900_BUS?? - cleaned up line lengths - modified VCMA9 command function that

Re: [U-Boot] driving a serial peripheral in u-boot

2009-08-12 Thread David Collier
Is there an example anywhere of u-boot talking to a device on a serial port ( which is not the console ) I can use as an example? See common/modem.c and search the code for mdm_init(). h Goodie - thanks. David Collier www.dexdyne.com

[U-Boot] Why u-boot linux uses different machineid for at91rm9200dk

2009-08-12 Thread vibi sreenivasan
Hello, Why u-boot linux uses different machine id for at91rm9200dk. is seems that u-boot is using 0x00FB linux is using 0x0106. Can we fix this in u-boot itself ? Thanks Regards vibi sreenivasan ___ U-Boot

[U-Boot] modem pass-through

2009-08-12 Thread David Collier
I was reading the notes about openmoko and saw that they had implemented a serial pass-through to allow the on-board GSM modem to be driven via an external serial port. Did that feature ever make it's way into the standard u-boot code??? David Collier www.dexdyne.com

Re: [U-Boot] [PATCH] eeprom_m95xxx: remove unused variable i

2009-08-12 Thread Albin Tonnerre
Hi Wolfgang, On Fri, Aug 07, 2009 at 11:56:21PM +0200, Wolfgang Denk wrote : Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1249681074-21164-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---

Re: [U-Boot] dtt, lm81: move unneccessary printf into a debug printf

2009-08-12 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4a812de6.5040...@denx.de you wrote: Signed-off-by: Heiko Schocher h...@denx.de --- drivers/hwmon/lm81.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

[U-Boot] NAND issues

2009-08-12 Thread alfred steele
Hi All, I have been using the nand erase.e command with favourable results till now. I was enticed by the CONFIG_JFFS2_NAND option in the platform config. When i turn this config option on and use the NAND. write.jffs2 , and use the resulting image, i get abnormal results including a kernel

[U-Boot] Where is the GPR30 register in PowerPC arch as GOT pointer of C code documented?

2009-08-12 Thread Gao Ya'nan
I find nothing about this in (E)ABI specification(perhaps some old), so, where is it? Thanks. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Where is the GPR30 register in PowerPC arch as GOT pointer of C code documented?

2009-08-12 Thread Gao Ya'nan
I find nothing about this in (E)ABI specification(perhaps some old), so, where is it? Thanks. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Where is the GPR30 register in PowerPC arch as GOT pointer of C code documented?

2009-08-12 Thread Kumar Gala
On Aug 12, 2009, at 8:46 AM, Gao Ya'nan wrote: I find nothing about this in (E)ABI specification(perhaps some old), so, where is it? You want the ABI that is available here: http://refspecs.freestandards.org/elf/elfspec_ppc.pdf The EABI is just extensions on top of it. - k

Re: [U-Boot] [PATCH 0/4] Network defrag

2009-08-12 Thread Robin Getz
On Mon 10 Aug 2009 15:57, Ben Warren pondered: Robin Getz wrote: Thanks to Alessandro for putting it together. Feel free to add my Signed-off (once the docs have been updated explaining what this is all for). I'll do that. Thanks for all your help. Some info for the docs, when I

[U-Boot] [PATCH] OMAP3 Move cache routines to cache.S

2009-08-12 Thread Tom Rix
v7_flush_dcache_all, because it depends on omap ROM code is not generic. Rename the function to 'invalidate_dcache' and move it to the omap cpu directory. Collect the other omap cache routines l2_cache_enable and l2_cache_disable with invalide_dcache into cache.S. This means removing the old

[U-Boot] [PATCH] flash: Fix CFI buffer size bug

2009-08-12 Thread John Schmoller
Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51. The cfi_flash.c driver cast the flash buffer size to a uchar in flash_write_cfibuffer(). On some flash parts, (tested on Numonyx part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to uchar to enable buffer sizes to be

[U-Boot] RE ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-12 Thread Tom Rix
Dear Tom Rix, In message 1246898879-6567-2-git-send-email-tom@windriver.com you wrote: --===0808050101== Since there is only one version of flushing the dcache for arm_cortex8, rename v7_flush_dcache_all to the the generic name flush_dcache. Because the function is

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Ben Warren
Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com I already posted a patch that does this and asked for help testing. It is available in the net/next repo. If you find it to be inadequate, please provide patches to

[U-Boot] [PATCH] AT91: Add support for blue_LED_* and add coloured_LED_init to at91/led.c

2009-08-12 Thread Albin Tonnerre
Currently, at91/led.c only provides _on and _off functions for green, yellow and red LEDs. This patch provides a generic coloured_LED_init function, which is a first step towards getting rid of the board-specific (and duplicated) board/*/*/led.c files on at91 This patch alos adds similar support

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-08-12 Thread Scott Wood
Paulraj, Sandeep wrote: [Sandeep] I agree.At the beginning of the year we had a way to do it with the existing modes. WE had are own read and write funtions in the Davinci NAND driver to achieve what were are doing in this patch. But the solution was not accepted by the MTD community. I have

Re: [U-Boot] [PATCH] OMAP3 Move cache routines to cache.S

2009-08-12 Thread Dirk Behme
Tom Rix wrote: v7_flush_dcache_all, because it depends on omap ROM code is not generic. Rename the function to 'invalidate_dcache' and move it to the omap cpu directory. Collect the other omap cache routines l2_cache_enable and l2_cache_disable with invalide_dcache into cache.S. This

[U-Boot] [PATCH] Add support for the galaxy5200 board.

2009-08-12 Thread Eric Millbrandt
Add support for the DEKA RD galaxy5200 board. The patch is based off of the mpc5xxx branch. _ This e-mail and the information, including any attachments, it contains are intended to be a confidential

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-08-12 Thread Scott Wood
On Wed, Aug 12, 2009 at 11:48:27AM -0500, Paulraj, Sandeep wrote: There are other issues. The NAND manufacturers have changed the format of the 4Th ID byte and some other are supporting ONFI. Current NAND driver has no support for these There are always other issues. :-) Unless the issues

Re: [U-Boot] CFI Flash write speed

2009-08-12 Thread Wolfgang Denk
Dear A. Geisreiter, In message 01ca1a94$e0216f50$a0644d...@de you wrote: I have add CFI support to my project. I use Intel strata flash P30 and PXA270 CPU. The flash is connected with 16bit to the PXA data bus. If I write to the flash I have transfer rates of roughly 75kB/sec. I think

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |1 + net/eth.c | 17 + 2 files changed, 6 insertions(+), 12

Re: [U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-2-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |2 ++ net/eth.c | 28 +--- 2 files changed, 27

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-3-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ... #ifdef CONFIG_SMC_USE_32_BIT -#define USE_32_BIT 1 +#define is_use_32bit(x) (x-use_32bit)

Re: [U-Boot] Write back flash content to SD/MMC Card

2009-08-12 Thread Wolfgang Denk
Dear A. Geisreiter, In message 01ca1b14$5b5e4100$121ac3...@de you wrote: I will write back the complete content of my flash memory to a binary File on SD/MMC Card. How can I do this? Is there any support to create a file on SD/MMC card? Yes, there is such support - under Linux. Best

Re: [U-Boot] NAND issues

2009-08-12 Thread Scott Wood
On Wed, Aug 12, 2009 at 12:30:02AM -0500, alfred steele wrote: I have been using the nand erase.e command with favourable results till now. I was enticed by the CONFIG_JFFS2_NAND option in the platform config. When i turn this config option on and use the NAND. write.jffs2 , and use the

Re: [U-Boot] Why u-boot linux uses different machineid for at91rm9200dk

2009-08-12 Thread Wolfgang Denk
Dear vibi sreenivasan, In message 1250062753.2419.8.ca...@hunter you wrote: Why u-boot linux uses different machine id for at91rm9200dk. do they? well, which exact versions of U-Boot and Linux are you talking about? is seems that u-boot is using 0x00FB linux is using

[U-Boot] [PATCH 2/2] mpc8349: delete unused SYS_MID_FLASH_JUMP

2009-08-12 Thread Paul Gortmaker
This was introduced with the MPC8349EMDS board, and then copied to a couple other boards by nature of being the reference implementation. u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F00 include/configs/sbc8349.h:#define

[U-Boot] [PATCH 1/2] sbc8349: make enabling PCI more user friendly.

2009-08-12 Thread Paul Gortmaker
Prior to this commit, to enable PCI, you had to go manually edit the board config header, which isn't really user friendly. This adds the typical PCI make targets to the toplevel Makefile in accordance with what is being done with other boards. Signed-off-by: Paul Gortmaker

Re: [U-Boot] taking the time pressure off board init

2009-08-12 Thread Wolfgang Denk
Dear David Collier, In message memo.20090812101728.100...@postmaster+dexdyne.com.cix.co.uk you wrote: I'm working on an AVR32 with a funny system of warm boots caused by watchdog which don't fully reset the watchdog or real-time-counter hardware. I think the system allows RTC interrupts

Re: [U-Boot] [PATCH] Make TFTP Quiet

2009-08-12 Thread Scott Wood
On Wed, Aug 12, 2009 at 12:02:33PM +0200, Detlev Zundel wrote: Hi Timur, +#ifdef CONFIG_TFTP_QUIET +#define puts_quiet(fmt) +#else +#define puts_quiet(fmt)                puts(fmt); +#endif This looks backwards to me. I would do this: #ifdef CONFIG_TFTP_QUIET #define

Re: [U-Boot] modem pass-through

2009-08-12 Thread Wolfgang Denk
Dear David Collier, In message memo.20090812101728.100...@postmaster+dexdyne.com.cix.co.uk you wrote: I was reading the notes about openmoko and saw that they had implemented a serial pass-through to allow the on-board GSM modem to be driven via an external serial port. Did that feature

Re: [U-Boot] [PATCH] Make TFTP Quiet

2009-08-12 Thread Robin Getz
On Wed 12 Aug 2009 15:48, Scott Wood pondered: On Wed, Aug 12, 2009 at 12:02:33PM +0200, Detlev Zundel wrote: Hi Timur, +#ifdef CONFIG_TFTP_QUIET +#define puts_quiet(fmt) +#else +#define puts_quiet(fmt)                puts(fmt); +#endif This looks backwards to me. I

Re: [U-Boot] [PATCH 0/4] Network defrag

2009-08-12 Thread Wolfgang Denk
Dear Robin Getz, In message 200908121148.16431.rg...@blackfin.uclinux.org you wrote: Some info for the docs, when I was troubleshooting a Ubuntu 9.04 install. Good info, but bad format. Can you please submit this as a patch? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH 0/4] Network defrag

2009-08-12 Thread Ben Warren
Hi Robin, Robin Getz wrote: On Mon 10 Aug 2009 15:57, Ben Warren pondered: Robin Getz wrote: Thanks to Alessandro for putting it together. Feel free to add my Signed-off (once the docs have been updated explaining what this is all for). I'll do that. Thanks for all

Re: [U-Boot] ext2fs.c/ext2fs_mount() fails when inode_size = 256

2009-08-12 Thread Wolfgang Denk
Dear Bob Furber, In message 4a82eb38.6060...@steroidmicros.com you wrote: Our SBC have been happily booting uClinux from ext3 partitioned SD cards prepared on a Fedora Linux-2.6.15 PC. ... Any thoughts or comments would be appreciated. You failed to mention some really important fects, like

Re: [U-Boot] [PATCH] Add support for the galaxy5200 board.

2009-08-12 Thread Wolfgang Denk
Dear Eric Millbrandt, In message a88094362de0ae49a118ab9b4eb3612403f9e...@dekaexchange.deka.local you wrote: Add support for the DEKA RD galaxy5200 board. The patch is based off of the mpc5xxx branch. Please don't. Please follow the instructions and provide patches ONLY against master resp

Re: [U-Boot] reset environment

2009-08-12 Thread Wolfgang Denk
Dear David Collier, In message memo.20090812101725.100...@postmaster+dexdyne.com.cix.co.uk you wrote: Dear Dexdyne Postmaster, whoops - fixed that now!!! Thanks. This depends on your configuration. When using an embedded environment, this will get replaced with each install. this

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:12 Wed 12 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-3-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ... #ifdef CONFIG_SMC_USE_32_BIT -#define

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:54 Wed 12 Aug , Ben Warren wrote: Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com I already posted a patch that does this and asked for help testing. It is available in the net/next repo. If you find it

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: On 08:54 Wed 12 Aug , Ben Warren wrote: Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com I already posted a patch that does this and asked for help

Re: [U-Boot] [PATCH 0/4] Network defrag

2009-08-12 Thread Robin Getz
On Wed 12 Aug 2009 16:05, Ben Warren pondered: Hi Robin, Robin Getz wrote: On Mon 10 Aug 2009 15:57, Ben Warren pondered: Robin Getz wrote: Thanks to Alessandro for putting it together. Feel free to add my Signed-off (once the docs have been updated explaining what this

Re: [U-Boot] [PATCH 0/4] Network defrag

2009-08-12 Thread Ben Warren
Robin Getz wrote: On Wed 12 Aug 2009 16:05, Ben Warren pondered: Hi Robin, Robin Getz wrote: On Mon 10 Aug 2009 15:57, Ben Warren pondered: Robin Getz wrote: Thanks to Alessandro for putting it together. Feel free to add my Signed-off (once the docs

Re: [U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:58 Wed 12 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-2-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |2 ++ net/eth.c | 28

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Wed 12 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |1 + net/eth.c | 17

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:50 Wed 12 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---

Re: [U-Boot] [PATCH] OMAP3 Move cache routines to cache.S

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:42 Wed 12 Aug , Tom Rix wrote: v7_flush_dcache_all, because it depends on omap ROM code is not generic. Rename the function to 'invalidate_dcache' and move it to the omap cpu directory. Collect the other omap cache routines l2_cache_enable and l2_cache_disable with

Re: [U-Boot] [PATCH] AT91: Add support for blue_LED_* and add coloured_LED_init to at91/led.c

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:10 Wed 12 Aug , Albin Tonnerre wrote: Currently, at91/led.c only provides _on and _off functions for green, yellow and red LEDs. This patch provides a generic coloured_LED_init function, which is a first step towards getting rid of the board-specific (and duplicated) board/*/*/led.c

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090812203659.gb21...@game.jcrosoft.org you wrote: +#ifdef CONFIG_SMC_USE_32_BIT +#define USE_32BIT 1 +#else +#define USE_32BIT 0 +#endif Above you get rid of the USE_32BIT stuff; here you re-introduce it. Why? yes it's

Re: [U-Boot] [PATCH 0/4] Network defrag

2009-08-12 Thread Wolfgang Denk
Dear Ben Warren, In message 4a832bce.9060...@gmail.com you wrote: Sure, if you don't mind re-compiling. I think it might be an opt-outable message via puts_quiet() It seems we start having a mess here, with features bound to other features that have not even been agreeds about yet. I have

Re: [U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090812205833.gd21...@game.jcrosoft.org you wrote: - There is no commit message and no description what this patch is supposed to do or to fix. Why should we add it? just to stop to duplicate this in every driver I would expect then that

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:15 Wed 12 Aug , Ben Warren wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:50 Wed 12 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090812210339.ge21...@game.jcrosoft.org you wrote: What exactly is the problem you are addressing with this patch? Please provide a commit message that explains what is going on, and what is being changed or fixed. simple it impossible

Re: [U-Boot] [PATCH] AT91: Add support for blue_LED_* and add coloured_LED_init to at91/led.c

2009-08-12 Thread Albin Tonnerre
On Wed, Aug 12, 2009 at 11:15:26PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : On 18:10 Wed 12 Aug , Albin Tonnerre wrote: Currently, at91/led.c only provides _on and _off functions for green, yellow and red LEDs. This patch provides a generic coloured_LED_init function, which is a

  1   2   >