Re: [U-Boot] [PATCH] tools/envcrc: fix compile breakage

2011-11-28 Thread Wolfgang Denk
Dear Igor Grinberg, In message <1322467058-30532-1-git-send-email-grinb...@compulab.co.il> you wrote: > When ENV_IS_EMBEDDED is not set, but CONFIG_BUILD_ENVCRC is set, > the environment.h file does not get included resulting in unrecognized > env_t type. > Fix this by moving the include directiv

Re: [U-Boot] [PATCH v3] ftsdc010: improve performance and capability

2011-11-28 Thread Macpaul Lin
Hi Andy, > Changes for v2: > > - Fix the problem if we read status register too fast in > FTSDC010_CMD_RETRY > >loop. If we read status register here too fast, the hardware will > report > >RSP_TIMEOUT incorrectly. > > Changes for v3: > > - Remove host high speed capability due to hardwa

Re: [U-Boot] [PATCH] tools/envcrc: fix compile breakage

2011-11-28 Thread Wolfgang Denk
Dear Igor Grinberg, In message <1322467058-30532-1-git-send-email-grinb...@compulab.co.il> you wrote: > When ENV_IS_EMBEDDED is not set, but CONFIG_BUILD_ENVCRC is set, > the environment.h file does not get included resulting in unrecognized > env_t type. > Fix this by moving the include directiv

Re: [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device

2011-11-28 Thread Kumar Nath, Chandan
Tom, Can we do cache enabling of cpsw as a follow up patch to this? As, initial aim is to upstream basic cpsw functional driver first and then follow on other features like you said cache enable etc. Regards Chandan > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-

Re: [U-Boot] [PATCH] Blackfin: br4: new board port

2011-11-28 Thread Dimitar Penev
Dear Wolfgang Denk, Signed-off-by: Dimitar Penev Cc: Mike Frysinger www.switchfin.org/patches/uBoot-br4-v1.patch If you want to submit a patch, then please follow the rules explained for example here: http://www.denx.de/wiki/U-Boot/Patches Most of all, send the patch to the mailing list.

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-28 Thread Holger Brunck
Hi, On 11/27/2011 08:07 AM, Marek Vasut wrote: >>> commit f31a911fe (arm, post: add missing post_time_ms for arm) enables get_ticks and get_tbclk for all arm based boards, but kirkwood has currently no implementation for this. So undefine this for kirkwood b

Re: [U-Boot] [PATCH] tools/envcrc: fix compile breakage

2011-11-28 Thread Igor Grinberg
Hi Wolfgang, On 11/28/11 10:18, Wolfgang Denk wrote: > Dear Igor Grinberg, > > In message <1322467058-30532-1-git-send-email-grinb...@compulab.co.il> you > wrote: >> When ENV_IS_EMBEDDED is not set, but CONFIG_BUILD_ENVCRC is set, >> the environment.h file does not get included resulting in unre

Re: [U-Boot] [PATCH] tools/envcrc: fix compile breakage

2011-11-28 Thread Igor Grinberg
Hi Wolfgang, On 11/28/11 10:07, Wolfgang Denk wrote: > Dear Igor Grinberg, > > In message <1322467058-30532-1-git-send-email-grinb...@compulab.co.il> you > wrote: >> When ENV_IS_EMBEDDED is not set, but CONFIG_BUILD_ENVCRC is set, >> the environment.h file does not get included resulting in unre

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin Changes for v2: - Repl

[U-Boot] Email testing.

2011-11-28 Thread macpaul
Sorry this is an e-mail testing from this address, Please ignore it. Macpaul Lin CONFIDENTIALITY NOTICE: This e-mail (and its attachments) may contain confidential and legally privileged information or information protected from disclosure. If you are not the intended recipient, you are here

[U-Boot] [PATCH v3] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin --- Changes for v2: - R

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin --- Changes for v2: - R

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin --- Changes for v2: - R

Re: [U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Hi Andy 2011/11/28 Macpaul Lin > Add a host capability checking to avoid the mmc stack > switch the card to HIGHSPEED mode when the card supports > HIGHSPEED while the host doesn't. > > This patch avoid furthur transaction problem when the > mmc/sd card runs different mode to the host. > > Signe

Re: [U-Boot] [PATCH 5/5] pxa: fix relocation

2011-11-28 Thread Stefan Herbrechtsmeier
Am 26.11.2011 23:27, schrieb Remy Bohmer: 2011/10/17 Stefan Herbrechtsmeier: The current relocation don't work correct, as it doesn't clear the initial ram (dcache) after relocation. This leads to missing bootargs during Linux boot. Additionally the current relocation use the sdram address for t

Re: [U-Boot] [PATCH v3 01/15] arm, davinci: Move pinmux functions from board to arch tree

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Signed-off-by: Christian Riesch > Cc: Sandeep Paulraj > Cc: Heiko Schocher > Cc: Sudhakar Rajashekhara > Cc: Syed Mohammed Khasim > Cc: Sughosh Ganu > Cc: Nick Thompson > Cc: Stefano Babic > --- > arch/arm/cpu/arm926ejs/davinci/Makefile

Re: [U-Boot] [PATCH v3 02/15] arm, hawkboard: Remove obsolete struct pinmux_config i2c_pins

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > The configuration in struct pinmux_config i2c_pins does not configure > the pins for i2c but for uart. Since this function is already > configured by struct pinmux_config uart2_pins the i2c_pins struct > is obsolete. > > Signed-off-by: Christian Riesch

Re: [U-Boot] [PATCH v3 03/15] arm, da850evm: Do pinmux configuration for EMAC together with other pinmuxes

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Pinmux configuration for the EMAC was done in a separate call > of davinci_configure_pin_mux(). This patch moves all the pinmux > configuration that is done for this board to a common place. > > Signed-off-by: Christian Riesch > Cc: Heiko Schocher > Cc

Re: [U-Boot] [PATCH v3 04/15] arm, da850: Add pinmux configurations to the arch tree

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Up to now nearly every davinci board has separate code for the > definition of pinmux configurations. This patch adds pinmux > configurations for the DA850 SoCs to the arch tree which may later > be used for all DA850 based boards. > > Signed-off-by: Chr

Re: [U-Boot] [PATCH v3 05/15] arm, da850evm: Use the pinmux configurations defined in the arch tree

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors > that contain pinmux configurations for emac, uarts, memory controllers... > In an earlier patch such pinmux configurations were added to the arch > tree. This patch makes the da850evm

Re: [U-Boot] [PATCH v3 06/15] arm, hawkboard: Use the pinmux configurations defined in the arch tree

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors > that contain pinmux configurations for emac, uarts, memory controllers... > In an earlier patch such pinmux configurations were added to the arch > tree. This patch makes the hawkboard

Re: [U-Boot] [PATCH v3 07/15] arm, davinci: Remove duplication of pinmux configuration code

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > This patch replaces the pinmux configuration code in > arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c by the code from > arch/arm/cpu/arm926ejs/davinci/pinmux.c. > > Signed-off-by: Christian Riesch > Cc: Sandeep Paulraj > Cc: Heiko Schocher > --- >

Re: [U-Boot] [PATCH v3 13/15] arm, da850evm: Add an SPL for SPI boot

2011-11-28 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Signed-off-by: Christian Riesch > Cc: Heiko Schocher > Cc: Sandeep Paulraj > Cc: Sudhakar Rajashekhara > --- > board/davinci/da8xxevm/da850evm.c |4 +- > board/davinci/da8xxevm/u-boot-spl.lds | 73 > + > inc

Re: [U-Boot] [PATCH 4/5] usbtty: init endpoints prior to startup events

2011-11-28 Thread Stefan Herbrechtsmeier
Am 26.11.2011 23:25, schrieb Remy Bohmer: 2011/10/17 Stefan Herbrechtsmeier: On some usb device controllers (pxa) the endpoint configuration must be programmed prior to enable it. Signed-off-by: Stefan Herbrechtsmeier CC: Marek Vasut CC: Remy Bohmer --- drivers/serial/usbtty.c |4 ++--

Re: [U-Boot] [PATCH v2 1/2] TI: netdev: add driver for cpsw ethernet device

2011-11-28 Thread Kumar Nath, Chandan
Andy, > -Original Message- > From: Andy Fleming [mailto:aflem...@gmail.com] > Sent: Friday, November 11, 2011 4:14 AM > To: Kumar Nath, Chandan > Cc: u-boot@lists.denx.de; Chemparathy, Cyril > Subject: Re: [U-Boot] [PATCH v2 1/2] TI: netdev: add driver for cpsw > ethernet device > > On Th

[U-Boot] [PATCH v3 0/3] arm, davinci: add am1808 based enbw_cmc board

2011-11-28 Thread Heiko Schocher
repost from: [U-Boot] [PATCH v2 0/3] arm, davinci: add am1808 based enbw_cmc board http://lists.denx.de/pipermail/u-boot/2011-October/104399.html Following patches are needed for this patchset - patchset from Christian Riesch: [U-Boot] [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI http

[U-Boot] [PATCH v3 1/3] arm, davinci: move davinci_rtc struct to hardware.h

2011-11-28 Thread Heiko Schocher
move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h and add RTC_KICK0R_WE, RTC_KICK1R_WE defines, so they are global useable. Signed-off-by: Heiko Schocher Cc: Sandeep Paulraj --- arch/arm/include/asm/arch-davinci/hardware.h | 39 ++ drivers/rtc/dav

[U-Boot] [PATCH v3 2/3] arm, davinci, da850: add uart1 tx rx pinmux config

2011-11-28 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Sandeep Paulraj Cc: Tom Rini Cc: Albert ARIBAUD Cc: Christian Riesch --- arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c |5 + arch/arm/include/asm/arch-davinci/pinmux_defs.h |1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arc

[U-Boot] [PATCH v3 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-11-28 Thread Heiko Schocher
- booting from NOR Flash with direct boot method - POST support - LOGBUF support Signed-off-by: Heiko Schocher Cc: Paulraj Sandeep Cc: Albert ARIBAUD Cc: Igor Grinberg Cc: Christian Riesch *** - changes for v2 - use CONFIG_MACH_TYPE instead setting the MACH_TYPE in board specific code,

[U-Boot] Hello. 28-11-2011.

2011-11-28 Thread Broadus, Sonya (Rehab)
Hello. 28-11-2011. Greetings, my name is Daniel Tsai I live in Hong Kong. I am contacting you because I want you to be my partner in a business Project of 44.5million U.S. dollars, 50% is your share. If interested, please contact me back through my private e-mail address danieltsa...@yahoo.com

Re: [U-Boot] [PATCH v3 0/3] arm, davinci: add am1808 based enbw_cmc board

2011-11-28 Thread Igor Grinberg
Hi Heiko, On 11/28/11 12:44, Heiko Schocher wrote: > repost from: > [U-Boot] [PATCH v2 0/3] arm, davinci: add am1808 based enbw_cmc board > http://lists.denx.de/pipermail/u-boot/2011-October/104399.html > > Following patches are needed for this patchset > - patchset from Christian Riesch: > [U-Bo

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-11-28 Thread Michal Simek
Stephan Linz wrote: Am Sonntag, den 27.11.2011, 20:09 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, In message <1322419397-26326-2-git-send-email-l...@li-pro.net> you wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-11-28 Thread Michal Simek
Stephan Linz wrote: Am Sonntag, den 27.11.2011, 20:09 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, In message <1322419397-26326-2-git-send-email-l...@li-pro.net> you wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode

Re: [U-Boot] [PATCHv3 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430

2011-11-28 Thread Luca Ceresoli
Thomas Weber wrote: This patch removes the CONFIG_OMAP3430, because it is unused. Acked-by: Enric Balletbo i Serra Acked-by: Tom Rini Acked-by: Igor Grinberg Signed-off-by: Thomas Weber Acked-by: Luca Ceresoli But please check my name spelling in Cc:, as I received only one of your v3 patch

Re: [U-Boot] [PATCHv3 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B

2011-11-28 Thread Luca Ceresoli
Thomas Weber wrote: This patch removes the unused definition of SDRC_R_C_B from the config files. Acked-by: Enric Balletbo i Serra Acked-by: Igor Grinberg Signed-off-by: Thomas Weber Acked-by: Luca Ceresoli Luca ___ U-Boot mailing list U-Boot@list

Re: [U-Boot] [PATCHv3 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused

2011-11-28 Thread Luca Ceresoli
Thomas Weber wrote: This patch removes the definition of stack sizes for irq and fiq if the CONFIG_USE_IRQ is undefined before. Acked-by: Enric Balletbo i Serra Acked-by: Tom Rini Acked-by: Igor Grinberg Signed-off-by: Thomas Weber This does not touch the board I maintain, but since I was in C

Re: [U-Boot] LL TEMAC V6 refactored

2011-11-28 Thread Michal Simek
Stephan Linz wrote: @Michal: please, can you test this code on Xilinx PPC4xx platforms and acknowledge the results? I have no access to a ml405 and ml507. Note: To use the driver on Microblaze, you will need additional platform patches by Michal Simek: - http://patchwork.ozlabs.org/patch/11253

Re: [U-Boot] [PATCH v3 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-11-28 Thread Igor Grinberg
Hi Heiko, On 11/28/11 12:44, Heiko Schocher wrote: > - booting from NOR Flash with direct boot method > - POST support > - LOGBUF support > > Signed-off-by: Heiko Schocher > Cc: Paulraj Sandeep > Cc: Albert ARIBAUD > Cc: Igor Grinberg > Cc: Christian Riesch > *** > - changes for v2 > - use

Re: [U-Boot] [PATCH] Blackfin: br4: new board port

2011-11-28 Thread Dimitar Penev
Dear Wolfgang Denk, Dear Mike Frysinger, > > +#define CONFIG_HOSTNAME br4 > > +#define CONFIG_IPADDR 192.168.1.100 > > +#define CONFIG_GATEWAYIP 192.168.1.1 > > +#define CONFIG_SERVERIP 192.168.1.2 > > +#define CONFIG_TFTP_BLOCKSIZE 4404 > > NAK. i'm guessing you're only NAK-ing the middle

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Christian Riesch
Hi, On Sun, Nov 27, 2011 at 5:41 PM, Tom Rini wrote: > On Sun, Nov 27, 2011 at 8:09 AM, Wolfgang Denk wrote: >> In message <1321048618-20616-1-git-send-email-ya...@emcraft.com> you wrote: >>> DaVinci EMAC driver has no support for running with D-Cache enabled so >>> disable D-Cache on all DaVinc

[U-Boot] practicality of demonstrating u-boot in a QEMU session?

2011-11-28 Thread Robert P. J. Day
i'm teaching some embedded linux next week and, while i will have physical boards for the students to play with, i'd also like to demonstrate basic u-boot within a QEMU session as far as that's practical. the boards themselves will be powerpc-based lite5200 (icecube) systems all currently pop

Re: [U-Boot] [PATCH] vision2: Fix checkpatch warning -- added to next

2011-11-28 Thread Albert ARIBAUD
Hi Fabio, Le 21/11/2011 16:57, Fabio Estevam a écrit : Fix the following checkpatch warning: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Fabio Estevam --- board/ttcontrol/vision2/vision2.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Albert ARIBAUD
Hi all, Le 27/11/2011 20:36, Wolfgang Denk a écrit : Don't you think that adding stub implementation for cache functions on arm926ejs and fixing the driver is better? Yes, that would be the 4th approach, listed as "much better" :-) Better yet, have an ARM-wide, not only ARM926EJ-S, cache fr

[U-Boot] [PATCH] MIPS: fix endianess handling

2011-11-28 Thread Daniel Schwierzeck
Make endianess of target CPU configurable. Use the new config option for dbau1550_el and pb1000 boards. Adapt linking of standalone applications to pass through endianess options to LD. Build tested with: - ELDK 4 mips_4KC- and mips4KCle - Sourcery CodeBench Lite 2011.03-93 Signed-off-by: Dani

[U-Boot] [PATCH] OMAP3: Change devkit8000 maintainer

2011-11-28 Thread Thomas Weber
Signed-off-by: Thomas Weber --- MAINTAINERS |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f6f6b72..6ea465d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -696,10 +696,6 @@ Chander Kashyap Torsten Koschorrek scb9328

[U-Boot] [PATCH] sdhc_boot: Make mmc_get_env_addr dependant on CONFIG_FSL_ESDHC

2011-11-28 Thread Fabio Estevam
Since commit 97039ab98 (env_mmc: Allow board code to override the environment address) mmc_get_env_addr is a weak-aliased function in common/env_mmc.c board/freescale/common/sdhc_boot.c also defines mmc_get_env_addr, but this should be dependant on CONFIG_FSL_ESDHC. Add this protection in the m

Re: [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device

2011-11-28 Thread Tom Rini
On Mon, Nov 28, 2011 at 1:23 AM, Kumar Nath, Chandan wrote: > Tom, > Can we do cache enabling of cpsw as a follow up patch to this? > As, initial aim is to upstream basic cpsw functional driver first > and then follow on other features like you said cache enable etc. Per Wolfgang in the davinci e

Re: [U-Boot] [PATCHv3 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B

2011-11-28 Thread Tom Rini
On 11/26/2011 01:30 PM, Thomas Weber wrote: > This patch removes the unused definition of SDRC_R_C_B > from the config files. > > Acked-by: Enric Balletbo i Serra > Acked-by: Igor Grinberg > Signed-off-by: Thomas Weber Acked-by: Tom Rini -- Tom __

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Tom Rini
On Mon, Nov 28, 2011 at 5:06 AM, Christian Riesch wrote: > Hi, > > On Sun, Nov 27, 2011 at 5:41 PM, Tom Rini wrote: >> On Sun, Nov 27, 2011 at 8:09 AM, Wolfgang Denk wrote: >>> In message <1321048618-20616-1-git-send-email-ya...@emcraft.com> you wrote: DaVinci EMAC driver has no support for

Re: [U-Boot] [PATCH v3 2/3] arm, davinci, da850: add uart1 tx rx pinmux config

2011-11-28 Thread Tom Rini
On Mon, Nov 28, 2011 at 3:44 AM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: Sandeep Paulraj > Cc: Tom Rini > Cc: Albert ARIBAUD > Cc: Christian Riesch Acked-by: Tom Rini > --- >  arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c   |    5 + >  arch/arm/include/asm/arch-davi

Re: [U-Boot] [PATCH] Blackfin: br4: new board port

2011-11-28 Thread Wolfgang Denk
Dear "Dimitar Penev", In message <003601ccada7$ce75c4b0$2901a8c0@dpn> you wrote: > > I will try to fix my mail client and use plain text as it is explained for > the future. You don't even need to fix your mail client. Just use "git send-email". Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH] tools/envcrc: fix compile breakage

2011-11-28 Thread Wolfgang Denk
Dear Igor Grinberg, In message <4ed34e9b.7040...@compulab.co.il> you wrote: > > > Hm... the fix seems wrong to me. What happens now if ENV_IS_EMBEDDED > > is set, but CONFIG_BUILD_ENVCRC is _not_ set? > > Well, you should look into that file... It's faster for me to ask you to do that :-) > >

Re: [U-Boot] [PATCH v3 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-11-28 Thread Heiko Schocher
Hello Igor, Igor Grinberg wrote: > Hi Heiko, > > On 11/28/11 12:44, Heiko Schocher wrote: >> - booting from NOR Flash with direct boot method >> - POST support >> - LOGBUF support >> >> Signed-off-by: Heiko Schocher >> Cc: Paulraj Sandeep >> Cc: Albert ARIBAUD >> Cc: Igor Grinberg >> Cc: Chri

Re: [U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > Please drop these multiple mails which are the same. > I'll delete them in patchworks and left the only one patch v2 of this patch > which should be correct. But you've sent a V3, too ??? Best regards, Wolfgang Denk -- DENX Software Engineering G

Re: [U-Boot] [PATCH v3 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-11-28 Thread Wolfgang Denk
Dear Igor Grinberg, it is really not necessary to quote 1300+ lines of unrelated code. Just provide sufficient context for your remarks. In message <4ed373c6.5020...@compulab.co.il> you wrote: > > > + ret = gpio_request(gpio, enbw_gpio_config[i].name); > > + if (ret) > > +

Re: [U-Boot] [PATCH] Blackfin: br4: new board port

2011-11-28 Thread Wolfgang Denk
Dear "Dimitar Penev", In message <001301ccadc3$30140c70$2901a8c0@dpn> you wrote: > > >> > > +#define CONFIG_TFTP_BLOCKSIZE 4404 ... > > I have to admit that I'm not sure i having the last ine is a clever > > idea, but in any case it's not my problem. > > I have not dug in the code to understand

Re: [U-Boot] practicality of demonstrating u-boot in a QEMU session?

2011-11-28 Thread Wolfgang Denk
Dear "Robert P. J. Day", In message you wrote: > > i'm teaching some embedded linux next week and, while i will have > physical boards for the students to play with, i'd also like to > demonstrate basic u-boot within a QEMU session as far as that's > practical. Or use sandbox? Best regards,

Re: [U-Boot] [PATCH v3 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-11-28 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4ed3a6a8.5010...@denx.de> you wrote: > > >> + ret = gpio_request(gpio, enbw_gpio_config[i].name); > >> + if (ret) > >> + printf("%s: Could not get %s gpio\n", __func__, > >> + enbw_gpio_config[i].name); >

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Christian Riesch
Hi Tom, On Mon, Nov 28, 2011 at 3:53 PM, Tom Rini wrote: > On Mon, Nov 28, 2011 at 5:06 AM, Christian Riesch > wrote: >> On Sun, Nov 27, 2011 at 5:41 PM, Tom Rini wrote: >>> On Sun, Nov 27, 2011 at 8:09 AM, Wolfgang Denk wrote: In message <1321048618-20616-1-git-send-email-ya...@emcraft.c

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Wolfgang Denk
Dear Christian Riesch, In message you wrote: ... > Then I commented out the lines > #define CONFIG_SYS_ICACHE_OFF > #define CONFIG_SYS_DCACHE_OFF > #define CONFIG_SYS_L2CACHE_OFF > re-built u-boot and tried the same, the Ethernet connection still > worked and I could still load the kernel image.

[U-Boot] :::Confirm Via Website:::

2011-11-28 Thread 統聯
Dear E-mail User, This is to inform you that your email address with MICROS ID MCX-27604-MFG-176CN-9KD emerge our second place winner of $485,000 plus a brand new Range Rover SUV from the SHEZHEN YAXI™ end of year promotion. Please confirm your status by logging to our site below.

Re: [U-Boot] [PATCH v3] ftsdc010: improve performance and capability

2011-11-28 Thread Andy Fleming
On Mon, Nov 28, 2011 at 2:07 AM, Macpaul Lin wrote: >> However, aside from that, the interrupt clearing confuses me. Usually, >> you read the event register, and then write it back to clear >> it. If there is more than one error, some of the status bits will be >> left uncleared. If you only want

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Ilya Yanok
Hi Christian, On 28.11.2011 19:43, Christian Riesch wrote: >>> What do you mean by "broken"? Is it "never working" or is it "working >>> sometimes" or "not working under specific conditions"? I have a DA850 >>> based board and I use the Davinci EMAC driver (CONFIG_DRIVER_TI_EMAC). >>> I don't have

Re: [U-Boot] [PATCH v3 01/15] arm, davinci: Move pinmux functions from board to arch tree

2011-11-28 Thread Nick Thompson
Christian, On 25/11/11 12:37, Christian Riesch wrote: > Signed-off-by: Christian Riesch > Cc: Sandeep Paulraj > Cc: Heiko Schocher > Cc: Sudhakar Rajashekhara > Cc: Syed Mohammed Khasim > Cc: Sughosh Ganu > Cc: Nick Thompson > Cc: Stefano Babic > --- > arch/arm/cpu/arm926ejs/davinci/Makef

Re: [U-Boot] [PATCH 05/11] MIPS: add sleep handler for slave CPUs in multi-processor systems

2011-11-28 Thread Shinya Kuribayashi
On 11/24/11 10:57 PM, Daniel Schwierzeck wrote: diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S index 9c1b2f7..b6cb4be 100644 --- a/arch/mips/cpu/mips32/start.S +++ b/arch/mips/cpu/mips32/start.S @@ -224,6 +224,14 @@ reset: setup_c0_status_reset + /* Set a

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Wolfgang Denk
Dear Ilya Yanok, In message <4ed3b09a.7060...@emcraft.com> you wrote: > > Don't you see "WARNING: Caches not enabled" message during boot? > > 2Wolfgang: So caches are actually disabled on everything except OMAP... I see. What a chaos. Best regards, Wolfgang Denk -- DENX Software Engineeri

[U-Boot] [PATCH V3 00/13] Support for HTKW mcx board

2011-11-28 Thread Ilya Yanok
Hi All, these patches introduce support for HTKW mcx board (AM3517-based) including DaVinci EMAC driver fixes to work on AM35xx, SPL fixes and OMAP3 EHCI support. This is an updated version of previously posted patches: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/116535 Patches are re

[U-Boot] [PATCH 02/13] davinci_emac: use internal addresses in buffer descriptors

2011-11-28 Thread Ilya Yanok
On AM35xx CPPI RAM had different addresses when accessed from the CPU and from the EMAC. We need to account this to deal with the buffer descriptors correctly. Signed-off-by: Ilya Yanok --- drivers/net/davinci_emac.c | 39 ++- 1 files changed, 30 insertions(

[U-Boot] [PATCH 04/13] arm926ejs: add noop implementation for dcache ops

2011-11-28 Thread Ilya Yanok
Added noop implementation for dcache operations that will buzz about missing real implementation and disable the dcache. This fixes compilation of DaVinci EMAC driver on arm926ejs. Signed-off-by: Ilya Yanok --- arch/arm/cpu/arm926ejs/Makefile |2 +- arch/arm/cpu/arm926ejs/cache.c | 75 +++

[U-Boot] [PATCH 08/13] AM3517: move AM3517 specific mux defines to generic header

2011-11-28 Thread Ilya Yanok
AM3517 specific CONTROL_PADCONF_* defines moved from board-specific files to Signed-off-by: Ilya Yanok --- arch/arm/include/asm/arch-omap3/mux.h | 41 + board/logicpd/am3517evm/am3517evm.h | 40 board/ti/am3517crane/am3517cr

[U-Boot] [PATCH 06/13] davinci_emac: hardcode 100Mbps for AM35xx and RMII

2011-11-28 Thread Ilya Yanok
For some reason code setting the speed based on the PHY feedback causes troubles on AM3517 so hardcode 100Mbps for now. Signed-off-by: Ilya Yanok --- drivers/net/davinci_emac.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/davinci_emac.c b/drivers/net/dav

[U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-28 Thread Ilya Yanok
DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new header. We might want to switch to phylib in future. Signed-off-by: Ilya Y

[U-Boot] [PATCH 09/13] nand_spl_simple: add support for software ECC

2011-11-28 Thread Ilya Yanok
This patch adds support for software ECC to the nand_spl_simple driver. To enable this one have to define CONFIG_SPL_NAND_SOFTECC. Tested on OMAP3. Signed-off-by: Ilya Yanok --- drivers/mtd/nand/nand_ecc.c|2 +- drivers/mtd/nand/nand_spl_simple.c | 11 ++- 2 files changed,

[U-Boot] [PATCH 07/13] AM35xx: add EMAC support

2011-11-28 Thread Ilya Yanok
AM35xx has DaVinci-compatible EMAC. Signed-off-by: Ilya Yanok --- arch/arm/cpu/armv7/omap3/Makefile |1 + arch/arm/cpu/armv7/omap3/emac.c | 44 + arch/arm/include/asm/arch-omap3/am35x_def.h |3 + arch/arm/include/asm/arch-omap3/emac_defs.h |

[U-Boot] [PATCH 05/13] davinci_emac: fix for running with dcache enabled

2011-11-28 Thread Ilya Yanok
DaVinci EMAC is present on TI AM35xx SoCs (ARMv7) which run with D-Cache enabled by default. So we have to take care and flush/invalidate the cache before/after the DMA operations. Please note that the receive buffer alignment to 32 byte boundary comes from the old driver version I don't know if i

[U-Boot] [PATCH 03/13] davinci_emac: conditionally compile specific PHY support

2011-11-28 Thread Ilya Yanok
Signed-off-by: Ilya Yanok --- drivers/net/davinci_emac.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index 2ac6874..4f9ed2f 100644 --- a/drivers/net/davinci_emac.c +++ b/drivers/net/davinci_emac.c @@ -803,

[U-Boot] [PATCH 10/13] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-11-28 Thread Ilya Yanok
Use software ECC for the SPL build if support for software ECC in SPL is enabled. Signed-off-by: Ilya Yanok --- drivers/mtd/nand/omap_gpmc.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/omap_gpmc.c b/drivers/mtd/nand/omap_gpmc.c index 5bbec48..1dfe

[U-Boot] [PATCH 12/13] ehci-omap: driver for EHCI host on OMAP3

2011-11-28 Thread Ilya Yanok
Taken from Beagle code. Tested on mcx board (AM3517-based). Signed-off-by: Ilya Yanok --- board/ti/beagle/beagle.c | 101 -- drivers/usb/host/Makefile |1 + drivers/usb/host/ehci-omap.c | 156 include/configs/oma

[U-Boot] [PATCH 11/13] nand_spl_simple: store temp data at CONFIG_SPL_NAND_WORKSPACE

2011-11-28 Thread Ilya Yanok
Currently nand_spl_simple puts it's temp data at 0x1 offset in SDRAM which is likely to contain already loaded data. I can't see any way to determine some safe address automagically so make it up to board porter to provide the safe-to-use address via CONFIG_SPL_NAND_WORKSPACE value. Signed-off

[U-Boot] [PATCH 13/13] mcx: support for HTKW mcx board

2011-11-28 Thread Ilya Yanok
This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND, MMC, RTC, EHCI USB host and both NAND and MMC SPLs are supported. Requires updated mach-types file. Signed-off-by: Ilya Yanok --- MAINTAINERS |4 + board/htkw/mcx/Makefile | 38 + board/ht

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-28 Thread Ilya Yanok
Hi Albert, On 28.11.2011 16:56, Albert ARIBAUD wrote: >> Yes, that would be the 4th approach, listed as "much better" :-) > > Better yet, have an ARM-wide, not only ARM926EJ-S, cache framework with > a hierarchy of cache function implementations, from ARM architectures to > Cores / SoCs or even b

Re: [U-Boot] [PATCH 08/11] MIPS: add additional reserved vectors for MIPS24K and MIPS34K cores

2011-11-28 Thread Shinya Kuribayashi
On 11/24/11 10:57 PM, Daniel Schwierzeck wrote: @@ -206,11 +206,28 @@ _start: RVECENT(romReserved,125) RVECENT(romReserved,126) RVECENT(romReserved,127) + XVECENT(romExcHandle,0x400); + RVECENT(romReserved,129); + RVECENT(romReserved,130); + RVECENT

Re: [U-Boot] [PATCH v5] ulpi: add generic ULPI functionality

2011-11-28 Thread Simon Glass
Hi, On Sun, Nov 27, 2011 at 4:19 PM, Jana Rapava wrote: > Add generic functions for reading, writing and setting bits in ULPI registers. > > Signed-off-by: Jana Rapava > Cc: Remy Bohmer > Cc: Stefano Babic > Cc: Igor Grinberg > Cc: Wolfgang Grandegger > Cc: Simon Glass > --- > Changes for v

Re: [U-Boot] [PATCH 1/4] PXA: Drop CERF250 board

2011-11-28 Thread Simon Glass
Hi Marek, On Fri, Nov 25, 2011 at 10:53 AM, Marek Vasut wrote: > The board is unmaintained and maintainer doesn't respond. Should this and the other patches be version 2, or perhaps 3? Also I like Mike's suggested phrasing (something like "The board doesn't build and maintainer doesn't respond"

Re: [U-Boot] [PATCH 1/4] PXA: Drop CERF250 board

2011-11-28 Thread Marek Vasut
> Hi Marek, > > On Fri, Nov 25, 2011 at 10:53 AM, Marek Vasut wrote: > > The board is unmaintained and maintainer doesn't respond. > > Should this and the other patches be version 2, or perhaps 3? Probably. > > Also I like Mike's suggested phrasing (something like "The board > doesn't build an

Re: [U-Boot] [PATCH 1/4] PXA: Drop CERF250 board

2011-11-28 Thread Simon Glass
Hi Marek, On Mon, Nov 28, 2011 at 9:21 AM, Marek Vasut wrote: >> Hi Marek, >> >> On Fri, Nov 25, 2011 at 10:53 AM, Marek Vasut wrote: >> > The board is unmaintained and maintainer doesn't respond. >> >> Should this and the other patches be version 2, or perhaps 3? > > Probably. >> >> Also I like

Re: [U-Boot] [PATCH] mmc: Implement card detection.

2011-11-28 Thread Thierry Reding
* Andy Fleming wrote: > On Thu, Nov 17, 2011 at 5:51 AM, Thierry Reding > wrote: > > Check for board-specific card detect each time an MMC/SD device is > > initialized. If card detection is not implemented, this code behaves as > > before and continues assuming a card is present. If no card is det

Re: [U-Boot] [PATCH 1/6] tegra: Move cpu_init_cp15() to arch_cpu_init()

2011-11-28 Thread Stephen Warren
On 11/23/2011 03:59 PM, Simon Glass wrote: > This call is more of an architecture requirement than a board > one, so move it there. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren -- nvpublic ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH 2/6] tegra: Move clock_early_init() to arch_cpu_init()

2011-11-28 Thread Stephen Warren
On 11/23/2011 03:59 PM, Simon Glass wrote: > The clock init is not board specific, so move it into > the cpu code. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren -- nvpublic ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/

Re: [U-Boot] [PATCH 3/6] tegra: Add a function mux feature

2011-11-28 Thread Stephen Warren
On 11/23/2011 03:59 PM, Simon Glass wrote: > funcmux permits selection of config options for particular peripherals, > such as the pins that are used for that peripheral, if there are several > options. > > Add UART selection to start with. > +static void enable_uart(enum periph_id pid) > +{ > +

Re: [U-Boot] [PATCH 6/6] tegra: Fix build error in plutux, medcom

2011-11-28 Thread Stephen Warren
On 11/23/2011 03:59 PM, Simon Glass wrote: > We need to define CONFIG_ENV_IS_NOWHERE to avoid this error: > > cmd_nvedit.c:69:3: error: #error Define one of > CONFIG_ENV_IS_IN_{EEPROM|FLASH|DATAFLASH|ONENAND|SPI_FLASH|MG_DISK|NVRAM|MMC} > or CONFIG_ENV_IS_NOWHERE Seems like you need to wrap tha

Re: [U-Boot] [PATCH 01/14] fdt: Tidy up a few fdtdec problems

2011-11-28 Thread Stephen Warren
On 11/23/2011 08:54 PM, Simon Glass wrote: > This fixes three trivial issues in fdtdec.c: > 1. fdtdec_get_is_enabled() doesn't really need a default value > 2. The fdt must be word-aligned, since otherwise it will fail on ARM > 3. The compat_names[] array is missing its first element > diff --git

Re: [U-Boot] [PATCH 02/14] fdt: Add functions to access phandles, arrays and bools

2011-11-28 Thread Stephen Warren
On 11/23/2011 08:54 PM, Simon Glass wrote: > Add a function to lookup a property which is a phandle in a node, and > another to read a fixed-length integer array from an fdt property. > Also add a function to read boolean properties. > > Signed-off-by: Simon Glass Looking at the U-Boot custodian

Re: [U-Boot] [PATCH] tools/envcrc: fix compile breakage

2011-11-28 Thread Mike Frysinger
On Mon, Nov 28, 2011 at 04:04, Igor Grinberg wrote: > I don't have the tool chain for ppc. http://dev.gentoo.org/~vapier/u-boot/ -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [GIT PULL] Pull request: u-boot-staging

2011-11-28 Thread Wolfgang Denk
Dear Igor Grinberg, In message <4ece39a9.4080...@compulab.co.il> you wrote: > > >> As for my understanding, the delivery path ends with the repository > >> from which the pull process starts. > > > > That makes no sense either. What about the case where the author > > provides (say, for conveni

Re: [U-Boot] Pull request: u-boot-video/master

2011-11-28 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <2027202055.15fa9fe2@wker> you wrote: > Hello Wolfgang, > > The following changes since commit fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3: > > Merge branch 'h...@denx.de' of git://git.denx.de/u-boot-staging (2011-11-23 > 21:23:45 +0100) > > are available

Re: [U-Boot] practicality of demonstrating u-boot in a QEMU session?

2011-11-28 Thread Robert P. J. Day
On Mon, 28 Nov 2011, Wolfgang Denk wrote: > Dear "Robert P. J. Day", > > In message you wrote: > > > > i'm teaching some embedded linux next week and, while i will have > > physical boards for the students to play with, i'd also like to > > demonstrate basic u-boot within a QEMU session as far

Re: [U-Boot] [PATCH v4] Add board_pre_console_putc to deal with early console output

2011-11-28 Thread Simon Glass
On Fri, Nov 25, 2011 at 3:53 AM, Stefano Babic wrote: > On 25/11/2011 08:35, Simon Glass wrote: >> Hi, >> >> On Tue, Oct 18, 2011 at 4:50 PM, Graeme Russ wrote: >>> Hi Simon, >>> > > Hi Simon, > A new board_pre_console_putc() function is added to the board API. If provided by the board

Re: [U-Boot] [PATCH 05/14] tegra: fdt: Add Tegra2x device tree file

2011-11-28 Thread Stephen Warren
On 11/23/2011 08:54 PM, Simon Glass wrote: > This was taken from commit 1ea6b8f at: > git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git That's not the latest version in linux-next. Also, this doesn't include quite a few changes that have been sent to the mailing lists but not yet applie

Re: [U-Boot] Pull request: u-boot-staging (updated)

2011-11-28 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <202831.10432bf4@wker> you wrote: > Hello Wolfgang, > > Added a patch from Stefano. > > The following changes since commit 99258c34103efad3395c679256a221731d010c4b: > > Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-11-27 16:03:21 > +0

  1   2   >