Re: [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:40 Fri 31 Jul , Albin Tonnerre wrote: Hi Wolfgang and Jean-Christophe, Is this patch being left aside on purpose, or did it get under the radar ? I think it would be nice to have that fixed for the next release. I've not missed it but here each board Maintainer must ack it as the

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

2009-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
+ * Copyright (C) 2008,2009 Eric Jarrige jora...@users.sourceforge.net + * Copyright (C) 2009 Ilya Yanok ya...@emcraft.com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free

Re: [U-Boot] [patch] rm9200 lowevel_init: don't touch reserved/readonly registers

2009-08-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:40 Thu 16 Jul , David Brownell wrote: For some reason the AT91rm9200 lowlevel init writes to a bunch of reserved or read-only addresses. All the boards seem to define the value-to-be-written values as zero ... but they shouldn't actually be writing *anything* there. No documented

[U-Boot] ARM Pull Request

2009-08-03 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, Please pull The following changes since commit 56bdfa961242fc6acaeebc800640a12b28db3899: Dirk Eibach (1): ppc4xx: Remove check for PPC460EX from CompactCenter are available in the git repository at: git://git.denx.de/u-boot-arm.git master David Brownell (1): rm9200

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

2009-08-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:19 Mon 03 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090803053218.ga15...@game.jcrosoft.org you wrote: ... +/* malloc() len */ +#define CONFIG_SYS_MALLOC_LEN(0x1 + 256 * 1024) please do not mix hexa and decimal I've

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:55 Mon 03 Aug , Darius Augulis wrote: On 07/08/2009 01:29 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:03 Tue 30 Jun , Darius Augulis wrote: This board is based on Cortina Systems networking processor CS3516. It has FA526 core, which is ARMv4 compatible. Many SoC

Re: [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:54 Mon 03 Aug , Albin Tonnerre wrote: On Sat, Aug 01, 2009 at 04:15:32PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : On 10:32 Fri 24 Jul , Albin Tonnerre wrote: The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by Calao Systems http://www.calao

Re: [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:16 Wed 05 Aug , Albin Tonnerre wrote: This chip is used in a number of boards manufactured by Calao-Systems which should be supported soon. This driver provides the necessary spi_read and spi_write functions necessary to communicate with the chip. Signed-off-by: Albin Tonnerre

Re: [U-Boot] [PATCH 2/2] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
Some general comment please add space before and after '*' co and the ligne length limit in 80 chars +/* Env, bootstrap and u-boot in NAND */ +#ifdef CONFIG_ENV_IS_IN_NAND +#define CONFIG_ENV_OFFSET 0x6 +#define CONFIG_ENV_OFFSET_REDUND 0x8 +#define CONFIG_ENV_SIZE 0x2 +#endif

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
why? and NACK the start.S MUST be generic I'll rework the RM9200 code for this too start.S is not generic already. but it must not become more board specific with ifdef what could you suggest instead this? in your case the prelooder and answer is: Gemini does NOT execute code from

Re: [U-Boot] [PATCH 2/2] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:45 Wed 05 Aug , Albin Tonnerre wrote: On Wed, Aug 05, 2009 at 09:30:11PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : Some general comment please add space before and after '*' co and the ligne length limit in 80 chars Fine. Please note that you could have pointed

Re: [U-Boot] [PATCH] Don't inline weak symbols

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 03:44 Thu 06 Aug , Ron wrote: GCC 4.4 complains about this now. I'd remove the inline ot all Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] PATCH mtd CFI flash: timeout calculation underflow if imprecise 1kHz timer: fix

2009-08-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:09 Thu 06 Aug , Renato Andreola wrote: From 3723c8437d8c3d2e04bc3bc1de9c21b33072ab08 Mon Sep 17 00:00:00 2001 From: Renato Andreola renato.andre...@imagos.it Date: Thu, 6 Aug 2009 14:49:59 +0200 Subject: [PATCH] drivers/mtd/cfi_flash: precision and underflow problem in tout

Re: [U-Boot] PATCH mtd CFI flash: timeout calculation underflow if imprecise 1kHz timer: fix

2009-08-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:53 Thu 06 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090806202615.gh13...@game.jcrosoft.org you wrote: as we are all supposed to have CONFIG_SYS_HZ at 1000 (mandtory) to have cfi, tftp co working perfectly I do not thing this is a good idea

Re: [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:37 Fri 07 Aug , Albin Tonnerre wrote: This chip is used in a number of boards manufactured by Calao-Systems which should be supported soon. This driver provides the necessary spi_read and spi_write functions necessary to communicate with the chip. Signed-off-by: Albin Tonnerre

Re: [U-Boot] [PATCH 2/2] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
create mode 100644 board/calao/tny_a9260/spi.c create mode 100644 board/calao/tny_a9260/tny_a9260.c create mode 100644 include/configs/tny_a9260.h Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Best Regards, J. ___ U-Boot mailing

[U-Boot] [PATCH V2] Don't inline weak symbols

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Ron Lee r...@debian.org use the same dummy weak functions too it will save 200 bytes Signed-off-by: Ron Lee r...@debian.org update the implementation Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- lib_arm/board.c | 28 ++-- 1 files

Re: [U-Boot] [PATCH] arm: Sheevaplug: Fixed NAND specific warning

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:27 Fri 07 Aug , Prafulla Wadaskar wrote: It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF for NAND specific warning removal, same is done in this patch Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- include/configs/sheevaplug.h |1 + 1 files

Re: [U-Boot] Subject: [PATCH] kirkwood/gpio.h: remove duplicate definition

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:35 Fri 07 Aug , Alessandro Rubini wrote: Signed-off-by: Alessandro Rubini rub...@gnudd.com --- To test the define is not really needed, I applied the suen3 patch and added CONFIG_KIRKWOOD_GPIO to the config file. Now back to defrag stuff. include/asm-arm/arch-kirkwood/gpio.h

Re: [U-Boot] [PATCH 5/7] mxc-mmc: sdhc host driver for MX2 and MX3 proccessor

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:12 Mon 08 Jun , Ilya Yanok wrote: This is a port of Linux driver for SDHC host controller hardware found on Freescale's MX2 and MX3 processors. Uses new generic MMC framework (CONFIG_GENERIC_MMC) and it looks like there are some problems with a framework (at least on LE cpus). Some

Re: [U-Boot] [PATCH] net: kirkwood: updates: used eth_setenv_enetaddr api

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:17 Fri 07 Aug , Prafulla Wadaskar wrote: eth_setenv_enetaddr is avaible by upper layer using this saves 204 bytes on total image size Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- drivers/net/kirkwood_egiga.c | 13 - 1 files changed, 8 insertions(+), 5

[U-Boot] [PATCH V3] ARM: Don't include libgcc anymore

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
This patch removes the inclusion of libgcc functions into U-Boot on the ARM architecture. Only the really needed functions are provided in the lib_arm directory. Those implementations are copied from Linux where they are well proven related to reliably, performance. Signed-off-by: Jean-Christophe

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

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- drivers/mtd/spi/eeprom_m95xxx.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/spi/eeprom_m95xxx.c b/drivers/mtd/spi/eeprom_m95xxx.c index 59f80e3..0148d00 100644 --- a/drivers/mtd/spi

Re: [U-Boot] [PATCH V3] ARM: Don't include libgcc anymore

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:55 Fri 07 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1249680826-20181-1-git-send-email-plagn...@jcrosoft.com you wrote: This patch removes the inclusion of libgcc functions into U-Boot on the ARM architecture. Only the really needed functions

Re: [U-Boot] [PATCH V2] Don't inline weak symbols

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:58 Fri 07 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1249675613-10949-1-git-send-email-plagn...@jcrosoft.com you wrote: From: Ron Lee r...@debian.org use the same dummy weak functions too it will save 200 bytes Signed-off-by: Ron Lee

Re: [U-Boot] [PATCH V3] ARM: Don't include libgcc anymore

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
At the moment I don't see any advantages of your patch. On contrary, I would like to avoid such an intrusive change so late in the release cycle unless there is really good reason for it. on contrary my patch was patch months ago and well tested on multiple boards and socs your patch is

[U-Boot] ARM Pull Request

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
for the ST M95xxx SPI EEPROM Support for the Calao TNY-A9260/TNY-A9G20 boards Alessandro Rubini (1): kirkwood/gpio.h: remove duplicate definition Ilya Yanok (1): mxc-mmc: sdhc host driver for MX2 and MX3 proccessor Jean-Christophe PLAGNIOL-VILLARD (1): ARM: Don't include libgcc

Re: [U-Boot] [PATCH v2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:46 Sat 08 Aug , Dirk Behme wrote: 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 intended for only omap3 boards, move the function to the new file cache_flush.S.

Re: [U-Boot] [PATCH v2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:47 Sat 08 Aug , Dirk Behme wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:46 Sat 08 Aug , Dirk Behme wrote: 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

Re: [U-Boot] [PATCH v2] ARM Cortex A8: Remove bogus config.mk entries

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:06 Sat 08 Aug , Dirk Behme wrote: Remove bogus config.mk entry, fix newline and remove redundant omap3/config.mk do not do this in one step do this in two step Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2] ARM Cortex A8: Remove bogus config.mk entries

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:36 Sat 08 Aug , Dirk Behme wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:06 Sat 08 Aug , Dirk Behme wrote: Remove bogus config.mk entry, fix newline and remove redundant omap3/config.mk do not do this in one step do this in two step NACK. It's totally fine to have

Re: [U-Boot] [PATCH v2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:35 Sat 08 Aug , Dirk Behme wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:47 Sat 08 Aug , Dirk Behme wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:46 Sat 08 Aug , Dirk Behme wrote: Since there is only one version of flushing the dcache for arm_cortex8, rename

Re: [U-Boot] [PATCH v2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Yes, it is OMAP3 specific (as already mentioned in the patch description). So it's totally fine to move it to an OMAP3 specific file. So it's totally fine that others (!= OMAP3, e.g Samsung) can re-use arm_cortexa8 stuff without the burden of OMAP3 stuff. the flush MUST NOT be soc specific

Re: [U-Boot] [PATCH v2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:03 Sat 08 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090808152633.gd17...@game.jcrosoft.org you wrote: so NACK Let's summarize: - First, you NACK because of device_type and function name - Then, you mention this code is omap3

Re: [U-Boot] [PATCH v6] Add support for Eukrea CPU9260 SBC

2009-08-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:43 Sun 09 Aug , Eric Benard wrote: CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100 Ethernet PHY in RMII mode. Signed-off-by: Eric Benard e...@eukrea.com --- MAINTAINERS

Re: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:13 Sun 09 Aug , Eric Benard wrote: CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII mode. v3 : fix coding style issues v4 : fix coding style in ks8721 v5 : fix following Jean Christophe's

Re: [U-Boot] [STATUS] v2009.08-rc2 is out

2009-08-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:55 Mon 10 Aug , Wolfgang Denk wrote: Hi everybody... v2009.08-rc2 has just been released. Please help testing, and submit fixes to the remaining problems. Things still missing should be submitted ASAP. v2009.08-rc2 is also be the base for the next branch which I just

Re: [U-Boot] smc91111 net_multi update

2009-08-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:11 Mon 27 Jul , Ben Warren wrote: Hi Mike, Mike Frysinger wrote: On Monday 27 July 2009 05:26:07 Wolfgang Denk wrote: * Many boards now throw the (expected) #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI messages. i see

[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 +++ b/include

[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 +- include

[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

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

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] 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 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 PLAGNIOL

Re: [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards

2009-08-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:00 Thu 13 Aug , Albin Tonnerre wrote: On Sat, Aug 01, 2009 at 10:59:00PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : On 17:40 Fri 31 Jul , Albin Tonnerre wrote: Hi Wolfgang and Jean-Christophe, Is this patch being left aside on purpose, or did it get under

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

2009-08-14 Thread Jean-Christophe PLAGNIOL-VILLARD
/imx27lite.h Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Scott could you applied on your tree as this one need the nand patch that you handle Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:00 Fri 14 Aug , Kumar Gala wrote: Added a arch_preboot() function that cpu specific code can implement to allow for various modifications to the state of the machine right before we boot. This can be useful to setup register state to a specific configuration. Signed-off-by: Kumar

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:45 Fri 14 Aug , Kumar Gala wrote: On Aug 14, 2009, at 3:13 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 14:00 Fri 14 Aug , Kumar Gala wrote: Added a arch_preboot() function that cpu specific code can implement to allow for various modifications to the state of the machine

Re: [U-Boot] OMAP DIE_ID

2009-08-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:24 Fri 14 Aug , Frederik Kriewitz wrote: I'm a bit confused about the u-boot code which reads the OMAP die id. From the OMAP TRM: CONTROL.CONTROL_DIE_ID[127:0] Address: 0x4830A218 Size: 128 u-boot code:

Re: [U-Boot] OMAP DIE_ID

2009-08-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:02 Sat 15 Aug , Frederik Kriewitz wrote: On Sat, Aug 15, 2009 at 4:35 PM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: Honnesty it's not really important the order except you have a special need it's really a personnal preference I intent to use some bytes of the

Re: [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
+ +#ifndef __CONFIG_H +#define __CONFIG_H + +#if defined(CONFIG_tny_a9260) || defined(CONFIG_tny_a9260_nandflash) || defined(CONFIG_tny_a9260_eeprom) too long and define must be upper case +#define CONFIG_TNY_A9260 +#define CONFIG_AT91SAM9260 +#elif defined(CONFIG_tny_a9g20) ||

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:10 Tue 04 Aug , Darius Augulis wrote: On 08/04/2009 10:48 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 09:42 Mon 03 Aug , Darius Augulis wrote: On 07/08/2009 02:30 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:14 Fri 03 Jul , Po-Yu Chuang wrote: This patch adds support

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:45 Thu 06 Aug , Po-Yu Chuang wrote: Dear Jean-Christophe and Darius, 2009/8/5 Darius Augulis augulis.dar...@gmail.com: On 08/04/2009 10:48 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: as I understand correctly the faraday and the CS3518 share the same core and IP so

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:13 Thu 06 Aug , Po-Yu Chuang wrote: Dear Jean-Christophe, 2009/7/8 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: +.globl lowlevel_init +lowlevel_init: +     mov     r11, lr + +     led     0x0 + +     /* if REMAP bit is set - memory had been initialzed

Re: [U-Boot] [PATCH] ARM: DaVinci: Adding Support for DaVinci DM365 EVM

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:20 Sat 15 Aug , s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds support for the DM365 EVM. It has been tested on a DM365 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- Makefile |3 +

Re: [U-Boot] [PATCH] ARM: DaVinci: DaVinci DM365 SOC specific code

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:20 Sat 15 Aug , s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds support for DaVinci DM365 SOC. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- cpu/arm926ejs/davinci/Makefile |1 + cpu/arm926ejs/davinci/dm365.c | 35

Re: [U-Boot] [PATCH] omap3: Fixed a problem with hwecc

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:03 Fri 14 Aug , Ben Goska wrote: In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there was a typo that offset all the ecc registers by 4 bytes, fixed that. Signed-off-by: Ben Goska gos...@onid.oregonstate.edu --- include/asm-arm/arch-omap3/cpu.h |4 ++-- 1 files changed,

Re: [U-Boot] [PATCH] NAND: DaVinci: Adding 4 BIT ECC support

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:45 Tue 11 Aug , s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds 4 BIT ecc support in the DaVinci NAND driver. Tested on both the DM355 and DM365. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- drivers/mtd/nand/davinci_nand.c |

Re: [U-Boot] [PATCH] ARM: DaVinci DM355: Updating the DM355 EVM config

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:49 Tue 11 Aug , s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch enables NAND support on the DM355 EVM. Changes in this patch mostly relate to adding the NAND support. This patch also defines a boot delay. Signed-off-by: Sandeep Paulraj

Re: [U-Boot] [PATCH v2] arm: Kirkwood: add SYSRSTn Duration Counter Support

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:03 Fri 07 Aug , Prafulla Wadaskar wrote: This feature can be used to trigger special command sysrstcmd using reset key long press event and environment variable sysrstdelay is set (useful for reset to factory or manufacturing mode execution) Kirkwood SoC implements a hardware-based

Re: [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:30 Wed 22 Jul , Albin Tonnerre wrote: The name of the atmel nand driver in the kernel changed from at91_nand to atmel_nand back in June 2008, but the at91-based boards config files still refer to at91_nand. This patch updates them with the new name Signed-off-by: Albin Tonnerre

Re: [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:26 Tue 18 Aug , Albin Tonnerre wrote: On Tue, Aug 18, 2009 at 12:14:12AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : I've recive a ack for the pm9263 recently so I apply this version Did you mean 9261 ? From your previous mail, I thought this was the one causing issues

Re: [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:13 Tue 18 Aug , Albin Tonnerre wrote: On Mon, Aug 17, 2009 at 11:41:06PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : + +#ifndef __CONFIG_H +#define __CONFIG_H + +#if defined(CONFIG_tny_a9260) || defined(CONFIG_tny_a9260_nandflash) || defined

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

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:39 Wed 12 Aug , Albin Tonnerre wrote: 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

Re: [U-Boot] [PATCH v2] arm: Kirkwood: add SYSRSTn Duration Counter Support

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:36 Tue 18 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090817221152.gm23...@game.jcrosoft.org you wrote: + printf(Starting %s process...\n, __FUNCTION__); + sprintf(cmd, run ); + sprintf(img, sysrstcmd); + argv[0] = cmd; + argv[1

[U-Boot] ARM Pull Request

2009-08-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, please pull The following changes since commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030: John Schmoller (1): flash: Fix CFI buffer size bug are available in the git repository at: git://git.denx.de/u-boot-arm.git master Albin Tonnerre (1): Update the mtd driver name in

Re: [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:14 Wed 19 Aug , Albin Tonnerre wrote: The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by Calao Systems http://www.calao-systems.com. Their components are very similar to the AT91SAM9260EK board, so their configuration is based on the configuration of this board.

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:38 Tue 18 Aug , Po-Yu Chuang wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, 2009/8/18 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 14:13 Thu 06 Aug     , Po-Yu Chuang wrote: Anyway, I have an idea now. I can submit a version that do not do the bank swap (SDRAM

Re: [U-Boot] [PATCH v2][repost] arm: Kirkwood: add SYSRSTn Duration Counter Support

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:24 Wed 19 Aug , Prafulla Wadaskar wrote: I am sorry for previous post v2, pls ignore it, this is the right patch for the same This feature can be used to trigger special command sysrstcmd using reset key long press event and environment variable sysrstdelay is set (useful for

Re: [U-Boot] [PATCH] Adding support for DevKit8000

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:20 Tue 18 Aug , Frederik Kriewitz wrote: This patch adds support for the DevKit8000 board. Signed-off-by: Frederik Kriewitz frede...@kriewitz.eu --- mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) --- MAINTAINERS |4 + Makefile

Re: [U-Boot] [PATCH] arm:kirkwood See to it that sent data is 8-byte aligned

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:48 Tue 18 Aug , Simon Kagstrom wrote: Thanks for the review Prafulla! On Tue, 18 Aug 2009 03:12:07 -0700 Prafulla Wadaskar prafu...@marvell.com wrote: v2: Malloc send buffer (comment from Stefan Roese) Malloc will always be an overhead. It's only allocated once (the first

Re: [U-Boot] [PATCH] ARM: DaVinci: DaVinci DM365 SOC specific code

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:15 Tue 18 Aug , Wolfgang Denk wrote: Dear Paulraj, Sandeep, In message 0554bef07d437848af01b9c9b5f0bc5d7e996...@dlee01.ent.ti.com you wrote: Yesterday night after J-C mentioned that he applied 2 of my patches to u-bo ot-arm next I tried to checkout that branch to add some

Re: [U-Boot] [PATCH v2] ARM: DaVinci DM355: Updating the DM355 EVM config

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
--- include/configs/davinci_dm355evm.h | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Scott please apply after the 4 bit patch handling Best Regards, J

Re: [U-Boot] [PATCH] ARM: DaVinci: Adding Support for DaVinci DM365 EVM

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:01 Tue 18 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote: On 11:20 Sat 15 Aug , s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds support for the DM365 EVM. It has been tested on a DM365 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com

Re: [U-Boot] [PATCH 0/4]: bitops cleanup and fixes

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:08 Tue 18 Aug , Simon Kagstrom wrote: Hi again! This patch series is an update to [PATCH 0/8]: Fixes for ubifs build on ARM sent in july: http://lists.denx.de/pipermail/u-boot/2009-July/055594.html and contains the patches which were not accepted. The patches are:

Re: [U-Boot] [PATCH 3/4]: Remove duplicate set_cr

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:13 Tue 18 Aug , Simon Kagstrom wrote: Remove duplicate set_cr set_cr is defined in both asm-arm/proc-armv/system.h and include/asm-arm/system.h. This patch removes it (and some duplicate defines) from the former. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net ---

Re: [U-Boot] [PATCH 2/4]: Define ffs/fls for all architectures

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
/linux/bitops.h | 37 + Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4]: Move __set/clear_bit from ubifs.h to bitops.h

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
++ 9 files changed, 59 insertions(+), 32 deletions(-) Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/4]: Define test_and_set_bit and test_and_clear bit for ARM

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:14 Tue 18 Aug , Simon Kagstrom wrote: Define test_and_set_bit and test_and_clear bit for ARM Needed for (e.g.) ubifs support to work. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- include/asm-arm/bitops.h | 27 --- 1 files changed,

Re: [U-Boot] [PATCH/RFC] drivers/mmc/mmc.c: change the controller frequency before the card frequency

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:16 Wed 19 Aug , Albin Tonnerre wrote: While rewriting the atmel_mci driver to use the new MMC_GENERIC API (and allow the use of SD/MMC on AT91 in the process), it appeared that switching the card frequency before the controller frequency resulted in the answer from the card never

Re: [U-Boot] [PATCH v2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
Applying the basic functionality (function move) now allows others to finally go on with their long waiting patches. no this code is omap3 specific and there is no need ot this rename or move the function make no sense Yes, it is OMAP3 specific (as already mentioned in the patch

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

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:49 Tue 18 Aug , Albin Tonnerre wrote: On Tue, Aug 18, 2009 at 12:51:48AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : no please take a look on the other LED thread Would you please provide a pointer to this thread ? THe only one remotely related I can find is http

Re: [U-Boot] [RFC] cmd_ide: I/O functions cleanup

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:25 Fri 14 Aug , Albin Tonnerre wrote: Hi, This afternoon I spent some time trying to get a CompactFlash card to work on ARM (AT91). While looking at the code, I noticed several things in the I/O code that I think are wrong or could be improved, so I figured I'd ask here before

Re: [U-Boot] [PATCH] Adding support for DevKit8000

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 05:59 Thu 20 Aug , Frederik Kriewitz wrote: I'll fix that. On Thu, Aug 20, 2009 at 12:19 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: +void reset_phy(void) +{ +     eth_init(gd-bd); +} NACK the net need to be init only when you use it The kernel will

Re: [U-Boot] [PATCH v2][repost] arm: Kirkwood: add SYSRSTn Duration Counter Support

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log: v2: updated as per review feedback for v1 bug fix in the previous post (V2) fixed ok but I think make optionnal will be better Hi Jean Thanks.. I didn't understod what you want to say here, can you pls

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-08-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:54 Thu 20 Aug , Po-Yu Chuang wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, 2009/8/20 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 09:38 Tue 18 Aug     , Po-Yu Chuang wrote: I have submitted a v5 patch. Please check. where? I do not seen it http

Re: [U-Boot] [PATCH] Adding support for DevKit8000

2009-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:55 Thu 20 Aug , Frederik Kriewitz wrote: On Thu, Aug 20, 2009 at 12:19 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: board/omap3/devkit8000/Makefile | 52 + board/omap3/devkit8000/config.mk| 35 board/omap3/devkit8000/devkit8000.c | 124

Re: [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards

2009-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:43 Thu 20 Aug , Albin Tonnerre wrote: On Wed, Aug 19, 2009 at 11:30:05PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : On 21:14 Wed 19 Aug , Albin Tonnerre wrote: diff --git a/MAKEALL b/MAKEALL index edebaea..5882ceb 100755 --- a/MAKEALL +++ b/MAKEALL @@ -607,6

Re: [U-Boot] [PATCH v2][repost] arm: Kirkwood: add SYSRSTn Duration Counter Support

2009-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Okay I got it WE can do this but, There are just two APIs, overall size impact is not much (100 bytes max). The actual u-boot.bin size diff for newly posted patch is (169464- 169344= 120 bytes) ok fine Best Regards, J. ___ U-Boot mailing

Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:37 Thu 20 Aug , Frederik Kriewitz wrote: On Thu, Aug 20, 2009 at 7:28 PM, Dirk Behmedirk.be...@googlemail.com wrote: Peter Tyser wrote: Hi Frederik, I had some minor aesthetic nitpicks.  I'd change the title to Add support for the DevKit8000 board. I'll fix them  

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:05 Fri 21 Aug , Peter Tyser wrote: Signed-off-by: Peter Tyser pty...@xes-inc.com --- common/dlmalloc.c | 15 +++ include/malloc.h |2 ++ lib_arm/board.c| 10 -- lib_avr32/board.c | 15 ++- lib_blackfin/board.c |

Re: [U-Boot] [PATCH 3/3] Consolidate arch-specific mem_malloc_init() implementations

2009-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:54 Sat 22 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090822085428.ga11...@game.jcrosoft.org you wrote: common/dlmalloc.c | 15 +++ include/malloc.h |2 ++ lib_arm/board.c| 10

[U-Boot] [PATCH] sh/rsk7203: add missing include net.h

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- board/renesas/rsk7203/rsk7203.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/renesas/rsk7203/rsk7203.c b/board/renesas/rsk7203/rsk7203.c index 2b85799..fbf2e23 100644 --- a/board/renesas

[U-Boot] [RFC] Serial API cleanup

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, currenlty we have 3 api for stdio device : stdio_dev, serial_device (multi-serial) and the serial_getc/putc... this cleanup will join them in one api the stdio_dev which will support the multi-serial for before and after relocation this will also pass

[U-Boot] [RFC PATCH 1/3] serial: join stdio_dev and serial_device

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
we use for the serail multi api the struct stdio_dev also which will reduce and simplify the code and prepare the join of all serial APIs. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- board/esd/pmc440/pmc440.c|2 +- board/lwmon/lwmon.c |2

[U-Boot] [RFC PATCH 3/3] stdio/serial: factorize retrieve current device

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/serial.c | 62 +- 1 files changed, 20 insertions(+), 42 deletions(-) diff --git a/common/serial.c b/common/serial.c index a4171be..7d764f2 100644 --- a/common

<    1   2   3   4   5   6   7   8   9   10   >