Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock.

2009-06-20 Thread Tom
Menon, Nishanth wrote: >> -Original Message- >> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] >> Sent: Saturday, June 20, 2009 8:19 PM >> To: Tom Rix >> Cc: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com >> Subject: Re: [U-Boot] [PATCH 1/3] OMAP3 I2

[U-Boot] Problem building tools directory

2009-06-20 Thread Gary Carlson
Hello, I am having a problem building the u-boot tools directory on a Mac. I have been doing some troubleshooting this afternoon but haven't quite been able to find a solution that doesn't break somewhere else. The make utility and I have a long distaste for each other, even though I realize it

[U-Boot] [PATCH-ARM] CONFIG_SYS_HZ fix for ARM920T S3C24X0 Boards

2009-06-20 Thread kevin.morf...@fearnside-systems.co.uk
This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and s3c2410 cpu's. Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have any s3c2400 or s3c2410 boards but need this patch applying before I can submit patches for thge SBC2440-II Board. Also, ran MAKE

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-20 Thread kevin.morf...@fearnside-systems.co.uk
MDATA; >> +S3C24X0_REG32 AC_MICDATA; >> +} /*__attribute__((__packed__))*/ S3C2440_AC97; >> > if no need please remove > OK. The ADC isn't used either so I'll remove that as well. Wolfgang has also asked me to make the CONFIG_SYS_HZ change in the c

Re: [U-Boot] [PATCH v4 3/3] Marvell Sheevaplug Board support

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:32 Fri 19 Jun , Prafulla Wadaskar wrote: > > > -Original Message- > > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > > Sent: Monday, June 08, 2009 5:35 PM > > To: u-boot@lists.denx.de > > Cc: Nicolas Pitre; Manas Saksena; Lennert Buijtenhek; > > Prabhanjan Sarnaik; Ron

Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock.

2009-06-20 Thread Menon, Nishanth
> -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Saturday, June 20, 2009 8:19 PM > To: Tom Rix > Cc: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com > Subject: Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock. >

Re: [U-Boot] [PATCH] mtd: Update MTD infrastructure to support 64bit device size

2009-06-20 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: >> 2. C++ style comment. Found by Wolfgang ;) >> >> 3. The major one: By the new 64bit variables, depending on tool chain, >> there are now calls to libgcc introduced. Depending on tool chain, >> this might work, or fail. As it does with one of my tool chai

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:42 Fri 19 Jun , kevin.morf...@fearnside-systems.co.uk wrote: > This is the first of two patches that will add support for the Embest > SBC2440-II Board. This one adds generic support for the S3C2440 CPU. Tested > by > running MAKEALL for ARM9 boards - no new warnings or errors were fou

Re: [U-Boot] V3 Zoom hw reset

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:21 Fri 19 Jun , Heiko Schocher wrote: > Hello Tom, > > Tom Rix wrote: > > The i2c patch is a cleaned up version of the one I RFC-ed to the list > > earlier. It addresses Nishanth's concerns by using the kernel's algorithm > > and by making the major parameters overridable by a board con

Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, I'll add a mandatory condition this code MUST be test on omap2 too I think the TI's dev could help on this 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/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > > > > > > This is where I disagree other arch as mips and other will also need to > > > > move away from the needs to include libgcc to be really toolchain > > > > independant > > > > > > > > I do think it's really important for U-Boot be able to have full > > > > control to have a functions

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Mike Frysinger
On Saturday 20 June 2009 09:57:51 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:33 Sat 20 Jun , Mike Frysinger wrote: > > On Saturday 20 June 2009 09:01:36 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 08:57 Sat 20 Jun , Mike Frysinger wrote: > > > > On Saturday 20 June 2009 07:30:41 J

Re: [U-Boot] [PATCH v6] board support patch for phyCORE-MPC5200B-tiny

2009-06-20 Thread Jon Smirl
What is the merge status of this patch? Can we please get it applied to the 5xxx tree? On Sun, Jun 14, 2009 at 6:21 PM, Jon Smirl wrote: > Add support for the Phytec phyCORE-MPC5200B-tiny. Code originally from > Pengutronix.de. > Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on

Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock.

2009-06-20 Thread Nishanth Menon
Tom said the following on 06/20/2009 01:22 PM: > Menon, Nishanth wrote: > >>> -Original Message- >>> From: Tom Rix [mailto:tom@windriver.com] >>> Sent: Thursday, June 18, 2009 11:14 PM >>> To: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com >>> Cc: Tom Rix >>> Subjec

Re: [U-Boot] [PATCH 1/2] Create the S5PC100 SoC code under the cpu/arm_cortesa8/

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
> --- /dev/null > +++ b/cpu/arm_cortexa8/s5pc100/cpu_init.S please rename it lowlevel_init.S > @@ -0,0 +1,196 @@ > +/* > + * Originates from Samsung's u-boot 1.1.6 port to S5PC1xx > + * > + * Copyright (C) 2008 > + * Guennadi Liakhovetki, DENX Software Engineering, > + > + * Copyright (C) 2009 > +

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:33 Sat 20 Jun , Mike Frysinger wrote: > On Saturday 20 June 2009 09:01:36 Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 08:57 Sat 20 Jun , Mike Frysinger wrote: > > > On Saturday 20 June 2009 07:30:41 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > On 07:08 Sat 20 Jun , Mike Frys

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Mike Frysinger
On Saturday 20 June 2009 09:01:36 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 08:57 Sat 20 Jun , Mike Frysinger wrote: > > On Saturday 20 June 2009 07:30:41 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 07:08 Sat 20 Jun , Mike Frysinger wrote: > > > > On Saturday 20 June 2009 06:40:07 J

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

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:12 Mon 08 Jun , 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 > --- > drivers/mtd/nand/Makefile |

Re: [U-Boot] [PATCH 6/7] arm: add support for CONFIG_GENERIC_MMC

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:12 Mon 08 Jun , Ilya Yanok wrote: > Signed-off-by: Ilya Yanok > --- > lib_arm/board.c |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) applied to u-boot-arm Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH 2/7] serial_mx31: allow it to work with mx27 too and rename to serial_mxc

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:12 Mon 08 Jun , Ilya Yanok wrote: > UART hardware on i.MX27 is the same as on the i.MX31 so we just > need to provide the driver with correct address of the registers. > IIRC the imx1 share the same too > Signed-off-by: Ilya Yanok > --- > drivers/serial/Makefile

Re: [U-Boot] [PATCH 1/7] mx27: basic cpu support

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
> + > +#ifndef __ASM_ARCH_CLOCK_H > +#define __ASM_ARCH_CLOCK_H > +unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref); > + > +ulong imx_get_mpllclk(void); I want to have common api scheme so I'll like to have this clock as the folling scheme (already for at91 as example) get_arm_clk

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:57 Sat 20 Jun , Mike Frysinger wrote: > On Saturday 20 June 2009 07:30:41 Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 07:08 Sat 20 Jun , Mike Frysinger wrote: > > > On Saturday 20 June 2009 06:40:07 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > On 06:18 Sat 20 Jun , Mike Frys

Re: [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). > > This patch assumes that some other program performs the actual > NAND boot. > > Signed-off-by: Magnus Lilja > --- > MAINTAINERS |4 + > MAKEALL

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Mike Frysinger
On Saturday 20 June 2009 07:30:41 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:08 Sat 20 Jun , Mike Frysinger wrote: > > On Saturday 20 June 2009 06:40:07 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 06:18 Sat 20 Jun , Mike Frysinger wrote: > > > > On Saturday 20 June 2009 05:33:26 J

Re: [U-Boot] [PATCH v4 4/6] i.MX31: Create a common device file.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > Signed-off-by: Magnus Lilja > --- > cpu/arm1136/mx31/Makefile|1 + > cpu/arm1136/mx31/devices.c | 56 > ++ > include/asm-arm/arch-mx31/mx31.h |3 ++ > 3 files changed, 60 insertions(+), 0

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > From: Jean-Christophe PLAGNIOL-VILLARD > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- Applied to u-boot-arm Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

Re: [U-Boot] [PATCH v4 2/6] MX31: Add NAND SPL for i.MX31.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > This patch adds the NAND SPL framework needed to boot i.MX31 boards > from NAND. > > It has been tested on a i.MX31 PDK board with large page NAND. Small > page NANDs should work as well, but this has not been tested. > > Note: The i.MX31 NFC uses a

Re: [U-Boot] [PATCH v4 1/6] ARM1136: Introduce CONFIG_PRELOADER macro.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's > in start.S. In preparation for adding support for NAND SPL > the macro CONFIG_PRELOADER is introducted and replaces the > CONFIG_ONENAND_IPL in start.S. > > Signed-off-by: Magnus Lilja >

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:08 Sat 20 Jun , Mike Frysinger wrote: > On Saturday 20 June 2009 06:40:07 Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 06:18 Sat 20 Jun , Mike Frysinger wrote: > > > On Saturday 20 June 2009 05:33:26 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > This patch moves the libgcc Makefil

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Mike Frysinger
On Saturday 20 June 2009 06:40:07 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 06:18 Sat 20 Jun , Mike Frysinger wrote: > > On Saturday 20 June 2009 05:33:26 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > This patch moves the libgcc Makefile inclusion from the toplevel > > > Makefile to the arch

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 06:18 Sat 20 Jun , Mike Frysinger wrote: > On Saturday 20 June 2009 05:33:26 Jean-Christophe PLAGNIOL-VILLARD wrote: > > This patch moves the libgcc Makefile inclusion from the toplevel Makefile > > to the arch_config.mk files. This is in preparation for the ARM > > architecture to move away

Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock.

2009-06-20 Thread Tom
Menon, Nishanth wrote: >> -Original Message- >> From: Tom Rix [mailto:tom@windriver.com] >> Sent: Thursday, June 18, 2009 11:14 PM >> To: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com >> Cc: Tom Rix >> Subject: [PATCH 1/3] OMAP3 I2C Fix the sampling clock. >> > >

Re: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Mike Frysinger
On Saturday 20 June 2009 05:33:26 Jean-Christophe PLAGNIOL-VILLARD wrote: > This patch moves the libgcc Makefile inclusion from the toplevel Makefile > to the arch_config.mk files. This is in preparation for the ARM > architecture to move away from including libgcc function and only using > self-co

[U-Boot] [PATCH] config.mk: Remove unused HPATH

2009-06-20 Thread Shinya Kuribayashi
This variable is not unused anywhere. Signed-off-by: Shinya Kuribayashi --- config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.mk b/config.mk index f2c2c6c..a9973a4 100644 --- a/config.mk +++ b/config.mk @@ -196,7 +196,7 @@ endif ###

[U-Boot] [PATCH] config.mk: Remove $(PCI_CLOCK) reference

2009-06-20 Thread Shinya Kuribayashi
The following commit introduced $(PCI_CLOCK) reference so that we could tweak `PCI_66M' definition via an environment variable. > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6 > Author: Eran Liberty > Date: Thu Jul 28 10:08:46 2005 -0500 > > * Patch by Eran Liberty > Add support for

[U-Boot] [PATCH 2/2 V2] ARM: Don't include libgcc anymore

2009-06-20 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 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
This patch moves the libgcc Makefile inclusion from the toplevel Makefile to the arch_config.mk files. This is in preparation for the ARM architecture to move away from including libgcc function and only using self-contained U-Boot functions as done in Linux. Currently in the next branch all the A

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

2009-06-20 Thread Menon, Nishanth
> -Original Message- > From: Tom Rix [mailto:tom@windriver.com] > Sent: Thursday, June 18, 2009 11:14 PM > To: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com > Cc: Tom Rix > Subject: [PATCH 2/3] I2C Add initial support for TWL4030 > > +++ b/include/twl4030.h > +/* P

Re: [U-Boot] [PATCH 3/3] TWL4030 Add power reset button

2009-06-20 Thread Menon, Nishanth
> -Original Message- > From: Tom Rix [mailto:tom@windriver.com] > Sent: Thursday, June 18, 2009 11:14 PM > To: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com > Cc: Tom Rix > Subject: [PATCH 3/3] TWL4030 Add power reset button Acked-by: Nishanth Menon Regards, Nisha

Re: [U-Boot] [PATCH 1/3] OMAP3 I2C Fix the sampling clock.

2009-06-20 Thread Menon, Nishanth
> -Original Message- > From: Tom Rix [mailto:tom@windriver.com] > Sent: Thursday, June 18, 2009 11:14 PM > To: u-boot@lists.denx.de; Menon, Nishanth; dirk.be...@googlemail.com > Cc: Tom Rix > Subject: [PATCH 1/3] OMAP3 I2C Fix the sampling clock. Acked-by: Nishanth Menon There is one

Re: [U-Boot] [PATCH] mtd: Update MTD infrastructure to support 64bit device size

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
> > 2. C++ style comment. Found by Wolfgang ;) > > 3. The major one: By the new 64bit variables, depending on tool chain, > there are now calls to libgcc introduced. Depending on tool chain, > this might work, or fail. As it does with one of my tool chains, which > worked totally fine until he

[U-Boot] [STATUS] Summer break

2009-06-20 Thread Wolfgang Denk
Hi, just a short update on the release status: - The merge window for v2009.08 is open until Sun Jul 19, 2009, = 29 days remaining. - At the moment, there are no outstanding pull requests. - I'm on the verge of leaving for 2 weeks of vacation, so please don't expect any reviewing / merging /

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-06-20 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245223428-26841-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 57fe30194d3c15c37d9ff06dbd2a4c1ffccda018: > Wolfgang Denk (1): > Merge branch 'master' of /home/wd/git/u-boot/custodians > > are available in the git rep