[U-Boot] [PATCH 25/29 V2] cmd_mem: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/cmd_mem.c |4 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/common/Makefile b/common/Makefile index a6fd97e..8bddf8e 100644 --- a/common/Makefile +++ b/common

[U-Boot] [PATCH 21/29 V2] cleanup use of CFG_ENV_IS_IN_FLASH

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
- #if CFG_ENV_IS_IN_FLASH - #if (CFG_ENV_IS_IN_FLASH == 1) - #define CFG_ENV_IS_IN_FLASH 0 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/barco/flash.c |2 +- board/bmw/flash.c |2 +- board/cpc45/flash.c |2 +- board/cpu86

[U-Boot] [PATCH 23/29 V2] env_flash: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile|2 +- common/env_flash.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index fad9bc1..a6fd97e 100644 --- a/common/Makefile +++ b/common

[U-Boot] [PATCH 19/29 V2] env_nowhere: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/env_nowhere.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index e171ae0..cf861c5 100644 --- a/common/Makefile +++ b

[U-Boot] [PATCH 26/29 V2] nvedit: rename error comment to CONFIG_ENV_IS_IN_

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/cmd_nvedit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index f5b93df..f449715 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -60,7

[U-Boot] [PATCH 24/29 V2] move cmd_get_data_size to command.c

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
add CMD_DATA_SIZE macro to enable it Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/amcc/yucca/cmd_yucca.c |2 -- common/cmd_i2c.c |1 - common/cmd_itest.c |2 -- common/cmd_mem.c | 29

[U-Boot] [PATCH 29/29 V2] ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index cfcd85c..a6312b5 100644 --- a/include/configs/ap325rxa.h +++ b

[U-Boot] [PATCH 27/29 V2] rename CFG_ENV macros to CONFIG_ENV

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- README | 44 api/api.c |2 +- board/LEOX/elpt860/flash.c |8 ++-- board/MAI/AmigaOneG3SE/flash_new.c |4 +- board

[U-Boot] Makefile cleanup secound step Pull request

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836: Heiko Schocher (1): muas3001: update BR4 settings are available in the git repository at: git://git.denx.de/u-boot-arm.git Makefile-next Jean-Christophe PLAGNIOL-VILLARD (29

Re: [U-Boot] [PATCH] sh: Remove re-defined CONFIG_FLASH_CFI_DRIVER from config

2008-09-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:27 Thu 11 Sep , Nobuhiro Iwamatsu wrote: Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) I've send a patch about it also yesterday Best Regards, J.

[U-Boot] [PATCH] ARM: synchronize mach-types.h with linux 2.6.27-rc6

2008-09-11 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Due to ML limitation this patch is available at http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=3fb7cb808320dc6a3d73b74e6610836771a6679b Best Regards, J. ___ U-Boot mailing list

[U-Boot] ARM Pull Request

2008-09-11 Thread Jean-Christophe PLAGNIOL-VILLARD
Liakhovetski (1): i.MX31: document timer precision option Gururaja Hebbar K R (1): ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h omap730.h Hugo Villeneuve (1): ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c Jean-Christophe

Re: [U-Boot] u-boot for ixp425

2008-09-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:18 Fri 12 Sep , Martijn de Gouw wrote: Hi Moreover I knew that quite recently, some improvements have been made on u-boot to avoid the use of Intel APIs. Now I don't know if this activity has been completely carried out and allows the use of both eth interfaces which

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

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
Fax: +39 02 5167 2459 Email: [EMAIL PROTECTED] From 565ecc8ff0a21a9a9f3381c0bfaea629598b7c00 Mon Sep 17 00:00:00 2001 From: Luigi 'Comio' Mantellini [EMAIL PROTECTED] Date: Sat, 13 Sep 2008 10:04:32 +0200 Subject: [PATCH] Fix lzma uncompress call (image_start wrongly used instead

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:38 Sat 13 Sep , Luigi 'Comio' Mantellini wrote: Hi Jean-Christophe, Hi Wolfgang, Can you create a deprecated_cfg.h file that contains directives like: #ifdef CFG_OLD_PARAMATER #error CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead! #endif for each CFG_* renamed

[U-Boot] ARM mach-types.h new procedure

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, I'll announce how mach-types.h will be update on arm. The mach-types.h will be sync with the kernel on each kernel's release. If you need a sync between two kernel's release please send a request as this Subject:ARM mach-types.h sync

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

Re: [U-Boot] ARM Pull Request

2008-09-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:11 Tue 16 Sep , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: Please pull, into your master and u-boot-next, Umm Jean-Christophe PLAGNIOL-VILLARD (2): Revert ARM: set GD_FLG_RELOC for boards skipping

[U-Boot] [PATCH 0/2] Revert ARM: set GD_FLG_RELOC for boards skipping relocation to RAM

2008-09-16 Thread Jean-Christophe PLAGNIOL-VILLARD
This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d. diff --git a/lib_arm/board.c b/lib_arm/board.c index 5ade882..47e834c 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -220,18 +220,6 @@ static int init_func_i2c (void) } #endif -#ifdef CONFIG_SKIP_RELOCATE_UBOOT -/* - * This

[U-Boot] [PATCH 1/2] ARM: set GD_FLG_RELOC at board init

2008-09-16 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/lib_arm/board.c b/lib_arm/board.c index 47e834c..f02fdc8 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -290,6 +290,8 @@ void start_armboot (void) gd-bd = (bd_t*)((char*)gd - sizeof(bd_t

[U-Boot] [PATCH 2/3] ARM: set GD_FLG_RELOC at board init

2008-09-16 Thread Jean-Christophe PLAGNIOL-VILLARD
due to the arm implementation which supposed that U-Boot is in RAM when we jump to start_armboot Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- lib_arm/board.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib_arm/board.c b/lib_arm/board.c index

[U-Boot] [PATCH 1/3] Revert ARM: set GD_FLG_RELOC for boards skipping relocation to RAM

2008-09-16 Thread Jean-Christophe PLAGNIOL-VILLARD
in order to do it for all arm board we need this due to the arm implementation which supposed that U-Boot is in RAM when we jump to start_armboot This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d. --- lib_arm/board.c | 17 - 1 files changed, 0 insertions(+), 17

[U-Boot] [PATCH 1/1] i.MX31: switch to CFG_HZ=1000

2008-09-16 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Guennadi Liakhovetski [EMAIL PROTECTED] Switch to the standard CFG_HZ=1000 value, while at it, minor white-space cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, provides 2% or 0.4% precision depending on the CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with

[U-Boot] [PATCH] move README.imx31 to doc/ and merge with README.mx31

2008-09-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/README.imx31 b/README.imx31 deleted file mode 100644 index f545f01..000 --- a/README.imx31 +++ /dev/null @@ -1,13 +0,0 @@ -i.MX31 specific Configuration Options: --- - -- Timer

Re: [U-Boot] u-boot couldn't be started from flash

2008-09-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:26 Fri 26 Sep , Robert wrote: Hi, all I can run u-boot in my debugger TRACE32 with 'go' command, but it couldn't be started from the flash without TRACE32 when the board power on, and I get nothing from the console, I don't know what happend, and anybody has experience in

Re: [U-Boot] [PATCH v3] Add support for KMC KZM-ARM11-01 board

2008-10-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:20 Fri 19 Sep , Atsuo Igarashi wrote: This patch adds support for KMC KZM-ARM11-01 board. This board is configured with CFG_HZ=1000, so it needs the following patch. i.MX31: switch to CFG_HZ=1000. Signed-off-by: Atsuo Igarashi [EMAIL PROTECTED] --- Please rebase all new board

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-02 Thread Jean-Christophe PLAGNIOL-VILLARD
2ef7503a593c77a80c2a054011970227c4b62774, labeled NE2000: Fix regresssion introduced by e710185aae90 on non AX88796 by Jean-Christophe PLAGNIOL-VILLARD. It's a shame that this was done without testing... The NE2000 is tested every modification and Release on qemu_mips by myself And I've no problem on this board

[U-Boot] Arm Pull request

2008-10-06 Thread Jean-Christophe PLAGNIOL-VILLARD
Liakhovetski (1): i.MX31: switch to CFG_HZ=1000 Jean-Christophe PLAGNIOL-VILLARD (4): Revert ARM: set GD_FLG_RELOC for boards skipping relocation to RAM ARM: set GD_FLG_RELOC at board init move README.imx31 to doc/ and merge with README.mx31 update uImage FIT multi

Re: [U-Boot] [PATCH] ARM DaVinci: Add maintainer informations for SFFSDR board.

2008-10-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:06 Mon 06 Oct , Hugo Villeneuve wrote: ARM DaVinci: Add maintainer informations for SFFSDR board. Signed-off-by: Hugo Villeneuve [EMAIL PROTECTED] --- MAINTAINERS |4 1 files changed, 4 insertions(+), 0 deletions(-) Wolfgang please appy directly Best Regards, J.

Re: [U-Boot] [PATCH v2 4/6] Restore alphabetic ordering in common/Makefile

2008-10-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:26 Wed 01 Oct , Bartlomiej Sieka wrote: Signed-off-by: Bartlomiej Sieka [EMAIL PROTECTED] --- common/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/Makefile b/common/Makefile index 8bddf8e..bb6655d 100644 Please base your patch on

[U-Boot] ARM Pull Request

2008-10-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Liakhovetski (1): i.MX31: switch to CFG_HZ=1000 Jean-Christophe PLAGNIOL-VILLARD (3): Revert ARM: set GD_FLG_RELOC for boards skipping relocation to RAM move README.imx31 to doc/ and merge with README.mx31 update uImage FIT multi documentation gnusercn (1): Fix bug: in arch

Re: [U-Boot] [patch 1/2] fix USB initialisation procedure

2008-10-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:54 Wed 08 Oct , Remy Bohmer wrote: The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes. At some places directly 8,16,32,64 was used instead of the encoded value. Made a enum for the options to make this more clear and to help preventing similar errors in the future.

Re: [U-Boot] [PATCH 01/10] Fix IP alignement problem

2008-10-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:56 Fri 10 Oct , Olav Morken wrote: On Fri, Oct 10, 2008 at 7:01 PM, Ben Warren [EMAIL PROTECTED] wrote: Olav Morken wrote: This patch removes volatile from: volatile IP_t *ip = (IP_t *)xip; Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when

Re: [U-Boot] [PATCH] serial: add support for the OMRPv2 simple wishbone UART

2008-10-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:30 Wed 24 Sep , Florian Fainelli wrote: (please CC me as I am not on the list yet). -- From: Florian Fainelli [EMAIL PROTECTED] Date: Wed, 24 Sep 2008 10:46:10 +0200 Subject: [PATCH] serial: add support for the OMRPv2 simple wishbone UART This patch adds support for the wishbone

Re: [U-Boot] [AT91] Questions about AT91 architecture in u-boot

2008-10-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:40 Mon 11 Aug , Sergey Lapin wrote: Hi, all! I have 2 questions about AT91 architecture in u-boot. 1. In file include/dataflash.h there is setting #define NB_DATAFLASH_AREA 5 What is its real meaning? What if I need to change number of DataFlash partitions? Probably

Re: [U-Boot] [PATCH v3 2/6] i.MX31: Make the SPI bus and chip select configurable for MC13783

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:27 Mon 13 Oct , Wolfgang Denk wrote: Dear Jean-Christophe, In message [EMAIL PROTECTED] you wrote: On 10:36 Fri 29 Aug , Magnus Lilja wrote: The i.MX31 has three SPI buses and each bus has several chip selects and the MC13783 chip can be connected to any of these. The

Re: [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:27 Mon 13 Oct , Wolfgang Denk wrote: Dear Jean-Christophe, In message [EMAIL PROTECTED] you wrote: On 10:36 Fri 29 Aug , Magnus Lilja wrote: Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and MC13873 RTC support is enabled by this patch.

Re: [U-Boot] PATCH: U-Boot support for Olimex SAM9L-9260 development board

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:19 Mon 13 Oct , Wolfgang Denk wrote: Dear Jean-Christophe, In message [EMAIL PROTECTED] Markus Kammerstetter wrote: Hi, I added support for the Olimex SAM9L-9260 development board to the current git source tree. The original code is from the at91sam9260ek implementation

Re: [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:25 Mon 13 Oct , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: On 10:36 Fri 29 Aug , Magnus Lilja wrote: Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and MC13873 RTC support

Re: [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:44 Wed 15 Oct , Alan Carvalho de Assis wrote: Hi Jean-Christophe, On Wed, Oct 15, 2008 at 2:04 PM, Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] wrote: On 08:51 Wed 15 Oct , Alan Carvalho de Assis wrote: Hi Jean-Christophe, On Mon, Oct 13, 2008 at 5:49 AM, Jean

[U-Boot] [PATCH 2/2] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
add same check on all board at MAKEALL start it can be disable by CHECK=no as $ CHECK=no ./MAKEALL Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- MAKEALL |5 +++ Makefile |4 ++ tools/find_config_errors | 87

[U-Boot] [PATCH 1/1] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
run make find_config_errors to performed it. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- Makefile |4 ++ tools/find_config_errors | 87 ++ 2 files changed, 91 insertions(+), 0 deletions(-) create mode

Re: [U-Boot] [PATCH 01/10] Fix IP alignement problem

2008-10-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:11 Wed 15 Oct , Olav Morken wrote: On Wed, Oct 15, 2008 at 07:07, Ben Warren [EMAIL PROTECTED] wrote: Hi Olav, On Fri, Oct 10, 2008 at 11:53 AM, Olav Morken [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 7:01 PM, Ben Warren [EMAIL PROTECTED] wrote: What other

Re: [U-Boot] Atmel AT91RM9200: U-Boot refuses to copy to a particular sector of flash memory

2008-10-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:16 Mon 20 Oct , Ki Chi Leung wrote: Hello list, hi Could you specify the U-Boot version. the command sequence that you use please Best Regards, J. I am trying to load a Linux 2.6.22 kernel uimage on the flash memory of a custom Atmel AT91RM9200 board. From U-Boot the flash memory

Re: [U-Boot] [PATCH][iMX31] Change to use do_div macro

2008-10-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:06 Mon 20 Oct , Tomohiro Masubuchi wrote: I tryed to build u-boot by Sourcery G++ Lite 2008q3-41 for ARM GNU/Linux. But, it was failed with some link error of divide function. Thus, I changed to use the do_div macro to calculate the dividing. In my environment, the next branch with

Re: [U-Boot] [PATCH] AT91SAM9263-pm9263-support

2008-10-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:24 Mon 20 Oct , Ilko Iliev wrote: This patch adds support for the PM9263 board of Ronetix GmbH (www.ronetix.at) Signed-off-by: Ilko Iliev [EMAIL PROTECTED] --- MAKEALL |1 + Makefile |3 +

Re: [U-Boot] [PATCH][RFC] bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}

2008-10-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:42 Tue 21 Oct , Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: +#define CONFIG_BOOTM_LINUX 1 +#define CONFIG_BOOTM_NETBSD 1 +#define CONFIG_BOOTM_RTEMS 1 The only somewhat reasonable thing I can come up with is to add a #define

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59 -0300 Subject: [PATCH] iMX31: Add support to iMX31PDK board boots from NAND Flash This

Re: [U-Boot] [PATCH 1/3] iMX31: Reducing start.S size to let boot from NAND

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From eeb4a71a3565098ba43aeb83be163731065a039d Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 19:57:22 -0300 Subject: [PATCH] iMX31: Reducing start.S size to let boot from NAND iMX31 NAND

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:12 Wed 22 Oct , Ilko Iliev wrote: Dear Mr. Denk, Dear Ilko Iliev, In message [EMAIL PROTECTED] you wrote: Maybe instead of adding mor #ifdef'ery here, we can turn lowlevel_init() into a weak function that can be redefined by board specific code? The

Re: [U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:16 Wed 22 Oct , Kyungmin Park wrote: Move machine specific code to smdk6400. Some board use OneNAND instead of NAND. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/samsung/smdk6400/lowlevel_init.S b/board/samsung/smdk6400/lowlevel_init.S Guennadi could

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:01 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:07 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 13:12 Wed 22 Oct , Ilko Iliev wrote: Dear Mr. Denk, Dear Ilko

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

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:53 Fri 17 Jul , 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 ---

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

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
+ */ + +#include common.h +#include asm/io.h +#include asm/arch/imx-regs.h + +DECLARE_GLOBAL_DATA_PTR; + +static int imx27lite_devices_init(void) +{ + struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; + int i; + unsigned int mode[] = { +

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:40 Mon 20 Jul , Minkyu Kang wrote: Because of the reset_cpu is soc specific, should be move to soc Cc: Dirk Behme dirk.be...@googlemail.com Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- cpu/arm_cortexa8/omap3/Makefile |1 + cpu/arm_cortexa8/omap3/reset.S | 36

Re: [U-Boot] [PATCH 2/4] I2C Add initial support for TWL4030

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:12 Mon 20 Jul , Heiko Schocher wrote: Hello Tom, Tom wrote: Omap2 is still pending. I was hoping to help Richard out with this last week but he was on travel. There is not much more I think I can do wrt omap2. All my targets are omap3. The nearest I can find online is

Re: [U-Boot] [PATCH v3] arm, i2c: added support for the TWSI I2C Interface

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:59 Mon 20 Jul , Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de --- - changes since v1: added comments from Prafulla Wadaskar - changes since v2 added comments from Jean-Christophe - added speed setting drivers/i2c/Makefile |1 +

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

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) +SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) $(COBJS-y:.o=.c) +OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS) $(COBJS-y)) all: $(obj).depend $(LIB) diff --git

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:08 Fri 17 Jul , Shinya Kuribayashi wrote: Scott Wood wrote: On Mon, Jul 13, 2009 at 09:48:30AM +0900, Kyungmin Park wrote: Basically I agree your opinion, however do see the other arch OneNAND usage? I mean I can't see the other arch patches. There was nothing but powerpc in

Re: [U-Boot] [PATCH] at91cap9adk: fix #ifdef/#endif pairing

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:47 Sat 18 Jul , Wolfgang Denk wrote: The #ifdef/#endif pairing in this file was obviously messed up. Signed-off-by: Wolfgang Denk w...@denx.de --- include/configs/at91cap9adk.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applied to u-boot-arm Best Regards, J.

Re: [U-Boot] [PATCH] AT91: factor out ROUND() macro

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:35 Fri 17 Jul , Wolfgang Denk wrote: A large number of boards (all AT91 based) duplicated the ROUND() macro in their board specific config files. Add the definition to include/common.h and clean up the board config files. Signed-off-by: Wolfgang Denk w...@denx.de build failled as

Re: [U-Boot] [PATCH] api: Fix broken build on ARM.

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:35 Fri 17 Jul , Piotr Ziecik wrote: This patch fixes broken build introduced by commit 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed ifdef CONFIG_API already handle by the Makefile). Signed-off-by: Piotr Ziecik ko...@semihalf.com --- api/api_platform-arm.c |

Re: [U-Boot] [PATCH 6/6][repost] Marvell RD6281A Board support

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:02 Thu 16 Jul , Prafulla Wadaskar wrote: This is Marvell's 88F6281_A0 based reference design board This patch is tested for- 1. Boot from DRAM/NAND flash/NFS 2. File transfer using tftp and loadb 3. NAND flash read/write/erase Signed-off-by: Prafulla Wadaskar

Re: [U-Boot] arm, kirkwood: added KW_TWSI_BASE in kirkwood.h

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:59 Thu 16 Jul , Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de --- include/asm-arm/arch-kirkwood/kirkwood.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) applied to u-boot-arm Best Regards, J. ___ U-Boot

Re: [U-Boot] [PATCH1/2] Kirkwood: add Marvell Kirkwood gpio driver

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
From fcdea0c7bba3c25a1fb183bbcaf6d1a4ec32a157 Mon Sep 17 00:00:00 2001 From: Dieter Kiermaier dk-arm-li...@gmx.de Date: Mon, 29 Jun 2009 14:22:13 +0200 Subject: [PATCH] Kirkwood: add Marvell Kirkwood gpio driver Signed-off-by: Dieter Kiermaier dk-arm-li...@gmx.de ---

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:11 Mon 20 Jul , Kyungmin Park wrote: Hi, On Sun, Jul 12, 2009 at 9:58 PM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: On 17:10 Sat 11 Jul     , Kyungmin Park wrote: Use the common OneNAND linker script. Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [U-Boot] arm, kirkwood: added kw_gpio_set_valid() in gpio.h

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:58 Thu 16 Jul , Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de --- This patch needs the patch from: http://lists.denx.de/pipermail/u-boot/2009-July/055854.html first applied. include/asm-arm/arch-kirkwood/gpio.h |2 ++ 1 files changed, 2 insertions(+), 0

Re: [U-Boot] [PATCH] fec_mxc: driver for FEC ethernet controller on i.MX27

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:32 Tue 21 Jul , Ilya Yanok wrote: Signed-off-by: Ilya Yanok ya...@emcraft.com --- cpu/arm926ejs/mx27/generic.c | 10 + drivers/net/Makefile |1 + drivers/net/fec_mxc.c| 742 ++ drivers/net/fec_mxc.h| 304

[U-Boot] ARM Pull Request

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, this pull request need that ben send it's pull request for net first as multiple patch depend on it Ben do you plan to send it soon? Please pull The following changes since commit 462b1038738dd86f8dd70595f250ce792e90d244: Wolfgang Denk (1): Merge branch 'master' of

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:21 Thu 23 Jul , Dirk Behme wrote: Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, Umm... is this all for ARM for this merge window? I mean, could we release -rc1 from ARM's point of view now? Or do you have more stuff queued? If so, when will it be ready

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

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:17 Thu 23 Jul , Ilya Yanok wrote: Hi Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: +static int imx27lite_devices_init(void) +{ + struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; + int i; + unsigned int mode[] = { + PD0_AIN_FEC_TXD0

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

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:24 Wed 22 Jul , Ben Warren wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) +SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) $(COBJS-y:.o=.c) +OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS

Re: [U-Boot] [PATCH 2/2] document network driver framework

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:04 Sat 18 Jul , Mike Frysinger wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- Ben: some things to note: - i adopted Jean's proposed naming scheme in the CONFIG section - i deprecated calling the driver-specific entry point xxx_initialization() in

Re: [U-Boot] [RFC] arm/board.c: avoid ifdef using weak default functions

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:19 Wed 22 Jul , Alessandro Rubini wrote: From: Alessandro Rubini rub...@gnudd.com While it's a matter of personal taste, I prefer to avoid ifdef when possible. For example, I don't like to add BOARD_LATE_INIT in the config file just to have my board_late_init() function called.

Re: [U-Boot] [PATCH] lcd.h: define extern vidinfo_t for all cases

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
. Signed-off-by: Alessandro Rubini rub...@gnudd.com --- include/lcd.h |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Best Regards, J. ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH 1/2] arm nomadik: add gpio support

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:02 Sun 19 Jul , Alessandro Rubini wrote: From: Alessandro Rubini rub...@unipv.it Signed-off-by: Alessandro Rubini rub...@unipv.it Acked-by: Andrea Gallo andrea.ga...@stericsson.com --- board/st/nhk8815/Makefile |2 +- board/st/nhk8815/gpio.c | 99

Re: [U-Boot] [PATCH v4 1/2] Add support for Eukrea CPU9260 SBC

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:45 Sat 18 Jul , 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. v4 : do the commit before generating/sending the patch ;-) v3 : fix Makefile

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

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
--- a/MAKEALL +++ b/MAKEALL @@ -587,11 +587,12 @@ LIST_at91= \ at91sam9260ek \ at91sam9261ek \ at91sam9263ek \ - at91sam9g10ek \ + at91sam9g10ek \ please do not touch non related part to your patch

Re: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:30 Wed 22 Jul , Thomas Petazzoni wrote: The Calao USB A9263 board is a board manufactured and sold by Calao Systems http://www.calao-systems.com. Its components are very similar to the AT91SAM9263EK board, so its configuration is based on the configuration of this board. There are

Re: [U-Boot] arm: pRAM support?

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:49 Wed 22 Jul , Heiko Schocher wrote: Hello Andreas, Andreas Huber wrote: We are using the pRAM feature (CONFIG_PRAM) on the PPC architecture. As we are switching to an ARM architecture (Kirkwood) I am wondering if there is an equivalent U-Boot feature for this (CONFIG_PRAM did

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:55 Tue 21 Jul , Kyungmin Park wrote: S5PC100 has own OneNAND controller and has different interface. OneNAND IPL use it to S5PC100 board. Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- is there any better than put soc specific code in generic implementatioN Best

Re: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:45 Fri 24 Jul , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090723223518.gd24...@game.jcrosoft.org you wrote: On 17:30 Wed 22 Jul , Thomas Petazzoni wrote: The Calao USB A9263 board is a board manufactured and sold by Calao Systems http

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

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:41 Fri 24 Jul , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090723222713.gc24...@game.jcrosoft.org you wrote: --- a/Makefile +++ b/Makefile @@ -2683,6 +2683,18 @@ at91rm9200ek_config: unconfig cmc_pu2_config : unconfig

Re: [U-Boot] ARM Pull Request

2009-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:42 Thu 23 Jul , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090723202252.ga9...@game.jcrosoft.org you wrote: Sorry if I have to ask, but I mostly lost track of the discussion. It seems you reject these patches just because you dislike the naming

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
} diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 3e2e09f..8a83d92 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -93,7 +93,7 @@ #define CONFIG_SYS_GBL_DATA_SIZE 128 /* for initial data */ #define CONFIG_SYS_64BIT_VSPRINTF

Re: [U-Boot] ARM Pull Request

2009-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:16 Mon 27 Jul , Heiko Schocher wrote: Hello Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:21 Thu 23 Jul , Dirk Behme wrote: Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, Umm... is this all for ARM for this merge window? I mean, could

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:28 Fri 24 Jul , Kyungmin Park wrote: On Fri, Jul 24, 2009 at 7:42 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: On 09:55 Tue 21 Jul     , Kyungmin Park wrote: S5PC100 has own OneNAND controller and has different interface. OneNAND IPL use it to S5PC100 board.

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:51 Tue 28 Jul , Heiko Schocher wrote: Hello Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: } diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 3e2e09f..8a83d92 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
Schocher h...@denx.de --- 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 v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
it will better to define a couple of generic function where we implement it as this i2c_sda() i2c_scl() i2c_read() i2c_activate() i2c_tristate() i2c_delay() i2c_get_bus_num() i2c_set_bus_num() i2c_get_bus_speed() i2c_set_bus_speed() i2c_init() I posted such a

Re: [U-Boot] [PATCH v2 1/2] arm nomadik: add gpio support

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
+++ include/asm-arm/arch-nomadik/gpio.h | 42 +++ 3 files changed, 142 insertions(+), 1 deletions(-) create mode 100644 cpu/arm926ejs/nomadik/gpio.c create mode 100644 include/asm-arm/arch-nomadik/gpio.h Acked-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:58 Tue 28 Jul , Kyungmin Park wrote: On Tue, Jul 28, 2009 at 5:09 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: On 14:28 Fri 24 Jul     , Kyungmin Park wrote: On Fri, Jul 24, 2009 at 7:42 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: On

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-30 Thread Jean-Christophe PLAGNIOL-VILLARD
I'll prefer we find a way to not put soc specific code in the generic code maybe we can crete a header which will be soc specific or a generic that we will include depending on the soc something like weak alias? The new problem is now I want to support S5PC100 S5PC110 Samsung SoC

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

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
index dd0b761..6d18e7f 100755 --- a/MAKEALL +++ b/MAKEALL @@ -595,11 +595,12 @@ LIST_at91= \ at91sam9260ek \ at91sam9261ek \ at91sam9263ek \ - at91sam9g10ek \ + at91sam9g10ek \ again please do this in

Re: [U-Boot] [PATCH]omap3: bug fix for NOR boot support

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:06 Fri 31 Jul , Penda, Naveen Kumar wrote: From: Penda Naveen Kumarpnav...@ti.com This patch provides bug fix, when omap3 uses nor boot. Signed-off-by: Penda Naveen Kumarpnav...@ti.com please specify on which board you test it Best Regards, J.

Re: [U-Boot] Missing __udivdi3 for ARM

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:40 Fri 31 Jul , J.C. Wren wrote: I enabled CONFIG_YAFFS2 for ARM, and got the following message: /home/user/u-boot/fs/yaffs2/yaffscfg.c:185: undefined reference to `__udivdi3' just use lldiv Best Regards, J. ___ U-Boot mailing list

Re: [U-Boot] [PATCH] pxa: Fix typo in GCDR(x)

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:32 Thu 30 Jul , David Hunter wrote: Fix a typo in the GCDR(x) macro. It's a good thing no one was using it. Signed-off-by: David Hunter hunter...@gmail.com --- include/asm-arm/arch-pxa/pxa-regs.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applied to u-boot-arm

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

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
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-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] Missing __udivdi3 for ARM

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:40 Sat 01 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090801132619.ga19...@game.jcrosoft.org you wrote: On 17:40 Fri 31 Jul , J.C. Wren wrote: I enabled CONFIG_YAFFS2 for ARM, and got the following message: /home/user/u-boot/fs/yaffs2

Re: [U-Boot] [PATCH] pxa: Fix typo in GCDR(x)

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:15 Sat 01 Aug , David Hunter wrote: On Sat, Aug 1, 2009 at 6:28 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: applied to u-boot-arm That raises a question. I'm porting U-Boot to our Marvell PXA310-based hardware. (I'm very new to contributing to an open

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