[U-Boot] ПОЗДРАВЛЯЕ

2009-02-01 Thread James Martin
¡Tengo nueva dirección de correo!Ahora puedes escribirme a:jamartin...@yahoo.com.co - Вы выиграли сумму $ 50,00 долл. США в нашем Австралия лотереи вкл вы должны связаться с нашим агентом претензий со ниже 1your имя 2your адрес 3your номер мобильного телефона по номеру (robbertmartinsag..

[U-Boot] [PATCH 2/2] common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c | 108 -- 1 files changed, 56 insertions(+), 52 deletions(-) diff --git a/common/console.c b/common/console.c index 851b0f8..a927b20 100644 --- a/common/console.c +++ b/commo

Re: [U-Boot] [PATCH 1/2] common/console: coding style cleanup

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1233486771-10411-1-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > common/console.c | 97 > -- > 1 files changed, 50 insertions(+),

Re: [U-Boot] [PATCH 1/2] common/console: coding style cleanup

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, I wrote: > This Linux kernel coding style does NOT insert spaces between > function names; your patch makes the style worse, not better. I meant: ...between function names and opening paren. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH 1/2] common/console: coding style cleanup

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090201130727.gf9...@game.jcrosoft.org> you wrote: > > > > -static int iomux_getc(void) > > > +static int iomux_getc (void) > > ... > > > -static int iomux_tstc(int file) > > > +static int iomux_tstc (int file) > > > > NAK. > > > > This Linux k

[U-Boot] ARM Pull Request

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 8f86a3636ef88427f880610638e80991adc41896: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-arm.git master Alessandro Rubi

[U-Boot] [PATCH 1/1] net: Add Xilinx LL Temac driver version2

2009-02-01 Thread monstr
From: Michal Simek --- v2: Coding style cleanup, use debug() instead of printf in debug messages v1: Initial version Signed-off-by: Michal Simek --- drivers/net/Makefile |1 + drivers/net/xilinx_ll_temac.c | 540 + 2 files changed, 541 ins

[U-Boot] [PATCH 2/2 V2] common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c | 108 -- 1 files changed, 56 insertions(+), 52 deletions(-) diff --git a/common/console.c b/common/console.c index 0521c62..2add047 100644 --- a/common/console.c +++ b/commo

[U-Boot] [PATCH 1/2 v2] common/console: coding style cleanup

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c | 199 +++-- 1 files changed, 101 insertions(+), 98 deletions(-) diff --git a/common/console.c b/common/console.c index 89aeab6..0521c62 100644 --- a/common/console.c +++ b/commo

[U-Boot] [PATCH 1/2] common/console: coding style cleanup

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c | 97 -- 1 files changed, 50 insertions(+), 47 deletions(-) diff --git a/common/console.c b/common/console.c index 89aeab6..851b0f8 100644 --- a/common/console.c +++ b/commo

Re: [U-Boot] [PATCH 1/2] common/console: coding style cleanup

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:32 Sun 01 Feb , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1233486771-10411-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > common/console.c | 97 > >

Re: [U-Boot] [PATCH 2/2] common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1233486771-10411-2-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > common/console.c | 108 > -- > 1 files changed, 56 insertions(+),

[U-Boot] [PATCH] at91sam9xeek: fix soc name

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 9647bd2..fcf57f3 100644 --- a/Makefile +++ b/Makefile @@ -2657,7 +2657,7 @@ at91sam9xeek_config : unconfig e

[U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile|5 + doc/README.at91 |2 +- include/configs/at91sam9263ek.h |5 + 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 3e61417..cc3a22e 100

[U-Boot] [PATCH 1/2] at91sam9: add watchdog support

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile |1 + doc/README.at91 |9 drivers/serial/atmel_usart.c |4 +- drivers/watchdog/Makefile| 46 drivers/watchdog/at91sam9_wdt.c

[U-Boot] [PATCH] Removed unused CONFIG_CMD_AT91_SPIMUX

2009-02-01 Thread Michael Roth
CONFIG_CMD_AT91_SPIMUX was introduced as CONFIG_CMD_MUX in commit d4fc6012fd0a5c211b825691f44b06f8032c0551 and renamed in commit 557ab89d294f08dd532f21d19861b40093200a33. However these were never used by any code. Signed-off-by: Michael Roth --- include/config_cmd_all.h |1 - 1 files change

[U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
add weak lowlel_init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- config.mk |3 +++ cpu/arm926ejs/at91/Makefile|2 +- cpu/arm926ejs/at91/lowlevel_init.S |2 ++ 3 files changed, 6 insertions(+), 1 deletions(-) diff --git a/config.mk b/config.mk

Re: [U-Boot] [PATCH] Removed unused CONFIG_CMD_AT91_SPIMUX

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:18 Sun 01 Feb , Michael Roth wrote: > CONFIG_CMD_AT91_SPIMUX was introduced as CONFIG_CMD_MUX in > commit d4fc6012fd0a5c211b825691f44b06f8032c0551 and > renamed in commit 557ab89d294f08dd532f21d19861b40093200a33. > > However these were never used by any code. NAK I'm preparing a patch to

Re: [U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1233510496-26329-1-git-send-email-plagn...@jcrosoft.com> you wrote: > add weak lowlel_init What does "lowlel" mean? You definitely want to add a more descriptive comment here waht you are doing, why you are doing it, and why you are doing it thi

Re: [U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

2009-02-01 Thread Mike Frysinger
On Sun, Feb 1, 2009 at 2:25 PM, Wolfgang Denk wrote: > In message Jean-Christophe PLAGNIOL-VILLARD you wrote: >> +cmd_link_o_target = $(if $(strip $(2)),\ >> + $(LD) $(PLATFORM_LDFLAGS) -r -o $(1) $(2) ,\ >> + rm -f $@; $(AR) rcs $(1)) > > Please make sure to

Re: [U-Boot] [PATCH v3] Add 16bpp BMP support

2009-02-01 Thread Mark Jackson
Wolfgang Denk wrote: > Dear Guennadi Liakhovetski, > > In message you wrote: >> platform-specific types and code. So, looking at this your patch - do we >> really need the one more CONFIG_ define for CONFIG_BMP_16BPP? What are the >> drawbacks of adding your code unconditionally? extra 100 byte

[U-Boot] ПОЗДРАВЛЯЕ

2009-02-01 Thread Australia Awrad Inc.
¡Tengo nueva dirección de correo!Ahora puedes escribirme a:australiaaw...@yahoo.com.co - Победа УВЕДОМЛЕНИЯ = Мы рады сообщить вам о Лотерея Draw состоявшемся 31 января 2009 года из австралийского Лотерея программы. Настоящим уведомляем Вас, что ваша электронная почта была в качестве

Re: [U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

2009-02-01 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1aad82fa0902011133qfd957b0ge41b03cfbd997...@mail.gmail.com> you wrote: > > >> +cmd_link_o_target = $(if $(strip $(2)),\ > >> + $(LD) $(PLATFORM_LDFLAGS) -r -o $(1) $(2) ,\ > >> + rm -f $@; $(AR) rcs $(1)) > > > > Please make

Re: [U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

2009-02-01 Thread Mike Frysinger
On Sun, Feb 1, 2009 at 3:06 PM, Wolfgang Denk wrote: > In message Mike Frysinger you wrote: >> >> +cmd_link_o_target = $(if $(strip $(2)),\ >> >> + $(LD) $(PLATFORM_LDFLAGS) -r -o $(1) $(2) ,\ >> >> + rm -f $@; $(AR) rcs $(1)) >> > >> > Please make sure to us

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-01 Thread Wolfgang Denk
Dear Stefan Roese, In message <20090129.26202...@denx.de> you wrote: > The following changes since commit c1b7c70083fc8d0bb77db20dd47bb6c988f3dc67: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-nand-flash > > are available in the git repository at: > >

Re: [U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

2009-02-01 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1aad82fa0902011209t5c1251fbm6f544c6207e9d...@mail.gmail.com> you wrote: > On Sun, Feb 1, 2009 at 3:06 PM, Wolfgang Denk wrote: > > In message Mike Frysinger you wrote: > >> >> +cmd_link_o_target = $(if $(strip $(2)),\ > >> >> + $(LD) $(PLATFORM

Re: [U-Boot] IXP Pull Request

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090131091848.ge9...@game.jcrosoft.org> you wrote: > Hi Wolfgang, > > Please pull The following changes since commit > c1b7c70083fc8d0bb77db20dd47bb6c988f3dc67: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-

Re: [U-Boot] Pull request - net

2009-02-01 Thread Wolfgang Denk
Dear Ben Warren, In message <49852782.8040...@gmail.com> you wrote: > Wolfgang, > > The following changes since commit 8f86a3636ef88427f880610638e80991adc41896: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx > > are available in the git repository at:

Re: [U-Boot] ARM Pull Request

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090201133209.gg9...@game.jcrosoft.org> you wrote: > Hi Wolfgang, > > Please pull The following changes since commit > 8f86a3636ef88427f880610638e80991adc41896: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u

Re: [U-Boot] [RFC] fdt expert advice needed

2009-02-01 Thread Matthias Fuchs
Hi Scott, thanks for your hint. Please see my updated code below. Do you think it's ok this way? Matthias --- cpu/ppc4xx/fdt.c | 24 ++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/cpu/ppc4xx/fdt.c b/cpu/ppc4xx/fdt.c index c55e1cf..f9ff560 100644 --- a

Re: [U-Boot] [PATCH] Removed unused CONFIG_CMD_AT91_SPIMUX

2009-02-01 Thread Michael Roth
Jean-Christophe PLAGNIOL-VILLARD schrieb: > On 18:18 Sun 01 Feb , Michael Roth wrote: >> CONFIG_CMD_AT91_SPIMUX was introduced as CONFIG_CMD_MUX in >> commit d4fc6012fd0a5c211b825691f44b06f8032c0551 and >> renamed in commit 557ab89d294f08dd532f21d19861b40093200a33. >> >> However these were neve

[U-Boot] MIPS: cpu/mips/Makefile: Add a missing START line

2009-02-01 Thread Shinya Kuribayashi
In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/ Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START line. This patch puts it back. Signed-off-by: Shinya Kuribayashi --- cpu/mips/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) di

[U-Boot] How to do a basic memory test test using BDI??

2009-02-01 Thread Afzal Nadirshah
Hi, Can I write simple tests for the RAM on a PPC460 and execute it using the BDI debugger? If I don't have linux / u-boot up on my board, how can I test the RAM? Thanks & Regards Afzal Nadirshah| Senior Engineer | MindTree Ltd. Phase - I, Global Village West Campus, RVCE post, Mysore Roa

[U-Boot] [PATCH 0/7] OMAP3: Add some additional improvements and fixes

2009-02-01 Thread Dirk Behme
OMAP3 support recently merged is version from mid december 2008. This patch series adds some additional clean up, fixes and improvements done since then. It brings U-Boot mainline in sync with U-Boot tree of OMAP3 developers ("omap3-dev"). This patch series is against U-Boot mainline, commit 6c6e0

[U-Boot] [PATCH 1/7] OMAP3: Overo: Clean up pin mux and GPIO configuration

2009-02-01 Thread Dirk Behme
* Make Overo GPIO114 an input for touchscreen PENDOWN * Make Overo GPIO144-147 readable * Make Overo EHCI pinmux match beagle rev c setup * Adjust pinmux for SMSC911X network chip support * Remove unnecessary GPIO setup * Fix merge error in Makefile Signed-off-by: Steve Sakoman Signed-off-by: Dir

[U-Boot] [PATCH 2/7] OMAP3: Beagle: Add board revision detection

2009-02-01 Thread Dirk Behme
With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX) which might need different software handling. For this, GPIO pin 171 (GPIO module 6, offset 11) can be used to check for board revision. If this pin is low, we have a rev C board. Else it must be a revision Ax or Bx board. Gl

[U-Boot] [PATCH 3/7] OMAP3: Add OMAP3 auto detection

2009-02-01 Thread Dirk Behme
This patch adds OMAP3 cpu type auto detection based on OMAP3 register and removes hardcoded values. Signed-off-by: Steve Sakoman Signed-off-by: Dirk Behme --- board/omap3/beagle/beagle.h|1 - board/omap3/evm/evm.h |1 - board/omap3/overo/overo.h

[U-Boot] [PATCH 4/7] OMAP3: Pandora: Update pin mux

2009-02-01 Thread Dirk Behme
Update Pandora pin mux. Signed-off-by: Grazvydas Ignotas --- board/omap3/pandora/pandora.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Index: u-boot-main/board/omap3/pandora/pandora.h === --- u-boot-main.o

[U-Boot] [PATCH 6/7] OMAP3: Add OMAP3 core changes for MUSB

2009-02-01 Thread Dirk Behme
OMAp3 core changes necessary for MUSB Signed-off-by: Dirk Behme --- Note: OMAP3 USb code will be sent later to USB maintainer, so CONFIG_MUSB isn't used anywhere yet. This will avoid USB maintainer to change OMAP3 core files. cpu/arm_cortexa8/omap3/clock.c |5 + include

[U-Boot] [PATCH 7/7] OMAP3: Clean up MMC code

2009-02-01 Thread Dirk Behme
Clean up OMAP3 MMC code: * Convert register access to struct & readx/writex style * Replace hardcode values by macros * Remove macro defined twice Signed-off-by: Dirk Behme --- drivers/mmc/omap3_mmc.c | 145 +++--- include/asm-arm/arch-omap3/mmc_host_

[U-Boot] [PATCH 5/7] OMAP3: Add serial number based on die ID

2009-02-01 Thread Dirk Behme
Add serial number based on OMAP3 die ID. Signed-off-by: Dirk Behme --- board/omap3/beagle/beagle.c|2 ++ board/omap3/evm/evm.c |2 ++ board/omap3/overo/overo.c |2 ++ board/omap3/pandora/pandora.c |2 ++ board/omap3/zoom1/zoom1.