Re: [U-Boot] [PATCH 5/5 v4] omap3: use only fixed-size types inside ctrl_structs

2009-08-09 Thread Matthias Ludwig
Thanks Dirk, and ACK for all 3 On Sat, Aug 08, 2009 at 09:30:23AM +0200, Dirk Behme wrote: > replace variable types in ctrl_structs for omap3 by those with > fixed size (u8, u16, u32). > Additional ifndef-protection is needed by examples which do not > compile when including asm/types.h > > Signe

Re: [U-Boot] [Patch] Fix compiler warning vcxk

2009-08-09 Thread Jens Scharsig
Dear Wolfgang Denk, > Applied (after editing the commit message; hope this is OK). No problem, the change commit message describes the right thing. best regards Jens Scharsig ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 6/8] tools: mkimage: Making table_entry code global

2009-08-09 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Monday, August 10, 2009 2:00 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH 6/8] tools: mkimage: Making > table_entry code global > > Dear

Re: [U-Boot] [Bug] IXP425 and e1000 network driver

2009-08-09 Thread Ben Warren
Hi Wolfgang, Wolfgang Denk wrote: > Dear Ben Warren, > > In message <49d68311.4090...@gmail.com> you wrote: > >> Wolfgang Denk wrote: >> >>> Dear Ben, >>> >>> In message Stefan Althoefer wrote: >>> >>> Hi, I found that IXP425 (big endian ARM) did not work with e10

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

2009-08-09 Thread ratbert . chuang
From: Po-Yu Chuang This patch adds support for A320 evaluation board from Faraday. This board uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. FA526 is an ARMv4 processor and uses the ARM920T source in this patch. Signed-off-by: Po-Yu Chuang --- MAINTAINERS

[U-Boot] [PATCH v5 2/3] arm: A320: driver for FTRTC010 real time clock

2009-08-09 Thread ratbert . chuang
From: Po-Yu Chuang This patch adds an FTRTC010 driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang --- drivers/rtc/Makefile |1 + drivers/rtc/ftrtc010.c | 124 2 files changed, 125 insertions(+), 0 deletions(-) create m

[U-Boot] [PATCH v5 1/3] arm: A320: driver for FTMAC100 ethernet controller

2009-08-09 Thread ratbert . chuang
From: Po-Yu Chuang This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang --- drivers/net/Makefile |1 + drivers/net/ftmac100.c | 278 drivers/net/ftmac100.h | 154 +

Re: [U-Boot] [PATCH] fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges

2009-08-09 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1249481034-21936-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> If the size of a region equal to 4G it can't be represnted in a 32-bit >> BAR so we should have marked that case as MEM64. >> >> Additionally bump the number of inb

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

2009-08-09 Thread Albin Tonnerre
On Sun, Aug 09, 2009 at 10:38:25PM +0200, Wolfgang Denk wrote : > Dear Albin Tonnerre, Hi Wolfgang, > In message > <1249641457-16887-2-git-send-email-albin.tonne...@free-electrons.com> you > wrote: > > +tny_a9g20_nandflash_config \ > > +tny_a9g20_eeprom_config \ > > +tny_a9g20_config \ > > +tny

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

2009-08-09 Thread Wolfgang Denk
Dear Dirk Behme, In message <1249740407-14109-1-git-send-email-dirk.be...@googlemail.com> you wrote: > Remove bogus config.mk entry, fix newline and remove redundant > omap3/config.mk > > Signed-off-by: Dirk Behme > --- > > Found by Wolfgang Denk, thanks. > > Compile tested with ./MAKEALL ARM

Re: [U-Boot] [PATCH] OMAP3: Fix missing GPMC_CONFIG_CS0_BASE

2009-08-09 Thread Wolfgang Denk
Dear Dirk Behme, In message <1249728369-2738-2-git-send-email-dirk.be...@googlemail.com> you wrote: > Applying two indepenent OMAP3 patches resulted in missing > GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc > config struct" removes GPMC_CONFIG_CS0_BASE, independent patch > "omap3:

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

2009-08-09 Thread Eric Benard
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. Signed-off-by: Eric Benard --- v3 : fix coding style issues v4 : fix coding style in ks8721 v5 : fix following Jean Christophe's review v6 : fix followi

Re: [U-Boot] ARM Pull Request

2009-08-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090808102447.gv13...@game.jcrosoft.org> you wrote: > HI, > > > The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364: > Wolfgang Denk (1): > Merge branch 'next' of git://git.denx.de/u-boot-coldfire > > are avai

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

2009-08-09 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a7f3b9a.2030...@googlemail.com> you wrote: > > > Please do not add such scripting to the top level Makefile. Perform it > > in your board config file instead. > > Not sure if this is 'standard' for at91, but I saw something similar in > > http://git.denx.de/?p=u-bo

Re: [U-Boot] [PATCH] Dual-license IBM code contributions

2009-08-09 Thread Wolfgang Denk
Dear Josh Boyer, In message <20090807175320.gg8...@zod.rchland.ibm.com> you wrote: > It was brought to our attention that U-Boot contains code derived from the > IBM OpenBIOS source code originally provided with some of the older PowerPC > 4xx development boards. As a result, the original license

Re: [U-Boot] [PATCH] fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges

2009-08-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <1249481034-21936-1-git-send-email-ga...@kernel.crashing.org> you wrote: > If the size of a region equal to 4G it can't be represnted in a 32-bit > BAR so we should have marked that case as MEM64. > > Additionally bump the number of inbound windows up to 4 to handle t

Re: [U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names

2009-08-09 Thread Wolfgang Denk
In message <1249586999-2595-1-git-send-email...@denx.de> I wrote: > The ARM EABI defines new names for GCC helper functions, > and GCC seems to need some new functions as well. > > This patch is a minimal-invasive approach to fix problems with EABI > conformant tool chains (to be used with "USE_PR

Re: [U-Boot] [PATCH] hush: Fix bogus free() call

2009-08-09 Thread Wolfgang Denk
Dear Peter Tyser, In message <1249507124-22350-1-git-send-email-pty...@xes-inc.com> you wrote: > An off-by-one error in hush.c resulted in an unintentional free() call > every time a command was executed > > Signed-off-by: Peter Tyser > --- > common/hush.c |2 +- > 1 files changed, 1 insert

Re: [U-Boot] [PATCH 4/4] digsy_mtc: Update default environment

2009-08-09 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1249490265-13448-5-git-send-email-...@denx.de> you wrote: > Signed-off-by: Detlev Zundel > --- > include/configs/digsy_mtc.h | 120 +++--- > 1 files changed, 100 insertions(+), 20 deletions(-) Applied, thanks. Best regards,

Re: [U-Boot] [PATCH 3/4] digsy_mtc: Add delay in SPI transfers to the companion controller.

2009-08-09 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1249490265-13448-4-git-send-email-...@denx.de> you wrote: > While at it, remove initialization of variables which will be set > before usage in all cases. > > Signed-off-by: Detlev Zundel > --- > board/digsy_mtc/cmd_mtc.c | 47 +-

Re: [U-Boot] [PATCH 2/4] digsy_mtc: minor fixes for mtc command help

2009-08-09 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1249490265-13448-3-git-send-email-...@denx.de> you wrote: > From: Anatolij Gustschin > > Add mtc state subcommand description to the > help of mtc command. > > Remove some newlines in description of commands > for proper help formating. > > Signed-off-by: Anatol

Re: [U-Boot] [PATCH 1/4] digsy_mtc: Add mtc state command.

2009-08-09 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1249490265-13448-2-git-send-email-...@denx.de> you wrote: > From: Grzegorz Bernacki > > Signed-off-by: Grzegorz Bernacki > --- > board/digsy_mtc/cmd_mtc.c | 30 ++ > board/digsy_mtc/cmd_mtc.h |1 + > 2 files changed, 31 insertio

Re: [U-Boot] [PATCH] Partition support: remove newline from partition name

2009-08-09 Thread Wolfgang Denk
In message <1248813339-16796-1-git-send-email...@denx.de> I wrote: > Remove bogus newline character that got added to the .name field of > the disk_partition_t structure. > > Signed-off-by: Wolfgang Denk > --- > disk/part_dos.c | 15 ++- > disk/part_efi.c |2 +- > disk/part_is

Re: [U-Boot] [PATCH] Fix LZMA string.h header inclusion issue and remove unused variables.

2009-08-09 Thread Wolfgang Denk
Dear Luigi 'Comio' Mantellini, In message <1248766397-6861-1-git-send-email-luigi.mantell...@gmail.com> you wrote: > From: Luigi 'Comio' Mantellini > > > Signed-off-by: Luigi 'Comio' Mantellini > --- > lib_generic/lzma/LzmaDec.c |2 +- > lib_generic/lzma/LzmaTools.c |1 - > lib_gen

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

2009-08-09 Thread Wolfgang Denk
Dear Renato Andreola, In message <4a7c1a8e.2080...@imagos.it> you wrote: > Ok, for the change. > What is the preferred way to proceed? have I got to resubmit a patch for > the change with the DIV_ROUND_UP macro? Yes, please. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

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

2009-08-09 Thread Dirk Behme
Dear Wolfgang, Wolfgang Denk wrote: > Dear Eric Benard, > > In message <1249816414-18989-1-git-send-email-e...@eukrea.com> you 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. > ... >>

Re: [U-Boot] what are RELFLAGS?

2009-08-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <5604e562-13e8-4ac1-8010-f4f8e0269...@kernel.crashing.org> you wrote: > We seem to set CPPFLAGS to include RELFLAGS but I'm wondering how > PLATFORM_ RELFLAGS is suppose to differ from PLATFORM_CPPFLAGS. RELFLAGS are intended to provide flags that are relevant for re

Re: [U-Boot] Temporary patch for missing _udivdi3 in fs/yaffs2/yaffscfg.c

2009-08-09 Thread Wolfgang Denk
Dear "J.C. Wren", In message <17434f2e0907311600v1ba9cf2eoa2a9c37ed2d91...@mail.gmail.com> you wrote: > > I don't know if this is the correct way to submit a patch or not. If not, > please accept my apologies. This gets past the missing _udivid3 issue, but > is not the correct way, long-term.

Re: [U-Boot] [Patch] Fix compiler warning vcxk

2009-08-09 Thread Wolfgang Denk
Dear Jens Scharsig, In message you wrote: > My new video driver vcxk produce a compiler warning. > > I'm sorry about this. > > This patch will > > * FIX: bus_vcxk.c:383: warning: unused variable 'lineptr' > > Signed-off-by: Jens Scharsig > --- Applied (after editing the commit message; hop

Re: [U-Boot] [PATCH 1/2 V3] new video driver for bus vcxkframebuffers

2009-08-09 Thread Wolfgang Denk
Dear Robin Getz, In message <200907262306.19962.rg...@blackfin.uclinux.org> you wrote: > > Is there a reason not to include the checkpatch.pl in > http://www.denx.de/wiki/U-Boot/Patches or in the README (in the Submitting > Patches section) if it is going to be a requirement? No, there is not (

Re: [U-Boot] [PATCH 1/1] Adding Configuration option for TQM5200S Board on Goetting

2009-08-09 Thread Wolfgang Denk
Dear Detlev Zundel, In message you wrote: > > >> @@ -808,6 +809,12 @@ TQM5200_STK100_config:unconfig > >>@[ -z "$(findstring HIGHBOOT,$@)" ] || \ > >>{ echo "TEXT_BASE = 0xFFF0" >$(obj)board/tqm5200/config.tmp > >> ; \ > >>} > >> + @[ -z "$(findstring HG

Re: [U-Boot] [PATCH] env: kill off default_environment_size

2009-08-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248472287-19473-1-git-send-email-vap...@gentoo.org> you wrote: > The only environment type that uses this variable is spi flash, and that is > only because it is reimplementing the common set_default_env() function. > So fix the spi flash code and kill off the def

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

2009-08-09 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <1249641457-16887-2-git-send-email-albin.tonne...@free-electrons.com> you wrote: > The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by > Calao Systems . Their components are very > similar to the AT91SAM9260EK board, s

Re: [U-Boot] [PATCH v3] export SPI functions to standalone apps

2009-08-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248381468-29618-1-git-send-email-vap...@gentoo.org> you wrote: > While we're here, fix the broken #ifdef handling in _exports.h. > > Signed-off-by: Mike Frysinger > --- > v3 > - tweak code style > > common/exports.c |8 > include/_exports.

Re: [U-Boot] [PATCH 6/8] tools: mkimage: Making table_entry code global

2009-08-09 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e202e1216...@sc-vexch1.marvell.com> you wrote: > > I have gone through all the feedback that you have provided for this entire > patch series. > Thanks a lot... Thank you for your pat6ience. Sorry it's such a long story for such

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

2009-08-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090809125516.gg17...@game.jcrosoft.org> you wrote: > 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

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

2009-08-09 Thread Wolfgang Denk
Dear Eric Benard, In message <1249816414-18989-1-git-send-email-e...@eukrea.com> you 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. ... > meesc \ > diff --git a/Ma

Re: [U-Boot] [PATCH v5] Cosmetic fix in MAKEALL as a separate patch

2009-08-09 Thread Wolfgang Denk
Dear Eric Benard, In message <1249816533-19140-1-git-send-email-e...@eukrea.com> you wrote: > Signed-off-by: Eric Benard > --- > MAKEALL |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) This should be merged with the original patch when you resubmit it. Best regards, Wolfgang Den

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

2009-08-09 Thread Wolfgang Denk
Dear Eric Benard, In message <1249816414-18989-1-git-send-email-e...@eukrea.com> you 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. ... > +cpuat91_ram_config \ > +cpuat91_config :

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

2009-08-09 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Eric_B=E9nard?=, In message <4a7eae21.7080...@eukrea.com> you wrote: > > > Would you please indicate what's the difference between the patches > > you submit? Such comment belongs below the '---' line! > > > Is there a way to add these comments using git or should I edit the

Re: [U-Boot] PATCH: (Updated) Fix examples for OMAP3 boards...

2009-08-09 Thread Michael Evans
Many thanks Wolfgang, not been able to do this myself as my develompent board had to be returned for repair... > To: horse_d...@hotmail.com > CC: u-boot@lists.denx.de > From: w...@denx.de > Subject: Re: [U-Boot] PATCH: (Updated) Fix examples for OMAP3 boards... > Date: Sat, 8 Aug 2009 11:58:15 +

Re: [U-Boot] [PATCH 6/8] tools: mkimage: Making table_entry code global

2009-08-09 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Saturday, August 08, 2009 4:32 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH 6/8] tools: mkimage: Making > table_entry code global > > De

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 Christoph

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 > --- > MAINTAINERS|4 +

[U-Boot] [PATCH v5] Cosmetic fix in MAKEALL as a separate patch

2009-08-09 Thread Eric Benard
Signed-off-by: Eric Benard --- MAKEALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 97a29f2..759ccc2 100755 --- a/MAKEALL +++ b/MAKEALL @@ -595,7 +595,7 @@ LIST_at91=" \ at91sam9260ek \ at91sam9261ek

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

2009-08-09 Thread Eric Bénard
Dear Wolfgang Denx, Wolfgang Denk a écrit : > Would you please indicate what's the difference between the patches > you submit? Such comment belongs below the '---' line! > Is there a way to add these comments using git or should I edit the patch before sending it ? > What exactly is the differ

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

2009-08-09 Thread Eric Benard
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 review Signed-off-by: Eric Benard --- MAINTAINERS

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

2009-08-09 Thread Wolfgang Denk
Dear Eric Benard, In message <1249811000-7912-1-git-send-email-e...@eukrea.com> you 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 >

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

2009-08-09 Thread Eric Benard
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 --- MAINTAINERS|4 + MAKEALL|1 + Makefile

[U-Boot] [PATCH v5] Add support for Eukrea CPU9260 SBC

2009-08-09 Thread Eric Benard
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 --- MAINTAINERS|4 + MAKEALL|1 + Makefile