Re: [U-Boot] [PATCH] MX27: add missing get_tbclk()

2012-02-08 Thread Stefano Babic
On 07/02/2012 22:26, Marek Vasut wrote: >> Signed-off-by: Stefano Babic >> --- >> arch/arm/cpu/arm926ejs/mx27/timer.c |8 >> 1 files changed, 8 insertions(+), 0 deletions(-) >> >> diff --git a/arch/arm/cpu/arm926ejs/mx27/timer.c >> b/arch/arm/cpu/arm926ejs/mx27/timer.c index 5af9359.

Re: [U-Boot] [PATCH] OMAP3: TAM3517: update ehci interface

2012-02-08 Thread Stefano Babic
On 08/02/2012 07:06, Govindraj wrote: >> > > Looks like this is copy paste error from my side, > (for port2/3 it should have been bypass for port2/3 rather its port1 > set in bypass mode) > > I will correct this part and repost the patch. Thanks - only for info, I have already tested with these

Re: [U-Boot] [PATCH v4 4/7] ehci-omap: Clean up added ehci-omap.c

2012-02-08 Thread Stefano Babic
On 08/02/2012 07:15, Govindraj wrote: > Based on comments from "Stefano Babic " > > In this thread [1] here the updated patch [2] > > same is corrected in u-boot tree having v4 ehci-omap patch-set: > git://gitorious.org/denx_u-boot/denx_uboot_omap.git v4_ehci_omap4 > > --- Tested-by: Stefano Ba

Re: [U-Boot] [PATCH v4 5/7] OMAP3+: Clock: Adding ehci clock enabling

2012-02-08 Thread Stefano Babic
On 06/02/2012 14:55, Govindraj.R wrote: > From: "Govindraj.R" > > Adding ehci clock enabling mechanism part of clock framework. > When essential clocks are enabled during init phase usb host > clocks can also be enabled from clock framework. > > Acked-by: Igor Grinberg > Signed-off-by: Govindra

Re: [U-Boot] [PATCH v4 6/7] OMAP4: clock-common: Move the usb dppl configuration to new func

2012-02-08 Thread Stefano Babic
On 06/02/2012 14:55, Govindraj.R wrote: > From: "Govindraj.R" > > usb dpll configuration is done only part of non-essential > dppl configuration however if CONFIG_USB_EHCI_OMAP is defined > we may have to configure usb dpll's for proper functioning > of usb modules. So move the usb dppl configura

Re: [U-Boot] [PATCH v4 7/7] OMAP4: ehci-omap: enable ehci-omap for panda boards

2012-02-08 Thread Stefano Babic
On 06/02/2012 14:55, Govindraj.R wrote: > From: "Govindraj.R" > > For panda initialise the mux pins for ehci usage and > enable ehci in omap4_panda config file. > > Signed-off-by: Govindraj.R > --- Tested-by: Stefano Babic Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH v4 3/7] ehci-omap: driver for EHCI host on OMAP3

2012-02-08 Thread Stefano Babic
On 06/02/2012 14:55, Govindraj.R wrote: > From: Ilya Yanok > > Taken from Beagle code. Tested on mcx board (AM3517-based). > > Signed-off-by: Ilya Yanok > --- Tested-by: Stefano Babic Best regards, Stefano Babic -- = DENX

[U-Boot] [PATCH V2] MX27: add missing get_tbclk()

2012-02-08 Thread Stefano Babic
Signed-off-by: Stefano Babic --- Changes since V1: - return directly CONFIG_MX27_CLK32 instead using temporary variable (Marek Vasut) arch/arm/cpu/arm926ejs/mx27/timer.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx27/timer

Re: [U-Boot] [PATCH 1/2] arm/km: speed up i2c access for keymile boards

2012-02-08 Thread Holger Brunck
Hi Prafulla, On 12/14/2011 04:31 PM, Holger Brunck wrote: > We don't need 3us delay for our i2c bus. Decrease it to 1us. > It would also be possible to use 100ns in the future, but > currently kirkwood has no ndelay implementation. > > Signed-off-by: Holger Brunck > Cc: Valentin Longchamp > Cc:

[U-Boot] [PATCH V2] OMAP3: TAM3517: update ehci interface

2012-02-08 Thread Stefano Babic
Changed the EHCI interface using the ulpi framework. Signed-off-by: Stefano Babic CC: Tom Rini --- This patch is based and tested on top of Govindraj's patches for EHCI omap: http://patchwork.ozlabs.org/patch/139377/ Changes since V1: - do not use temporary variable to return values (I

[U-Boot] [PATCH V5] ARM: omap3: Added Teejet mt_ventoux

2012-02-08 Thread Stefano Babic
The mt_ventoux board is a custom board using the Technexion TAM3517 module. The patch fixes also the mtdparts variable in the TAM3517 common configuration file. Signed-off-by: Stefano Babic CC: Ilya Yanok CC: Igor Grinberg CC: Tom Rini Cc: Detlev Zundel --- Changes since V4: - applied commen

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

2012-02-08 Thread Stefano Babic
From: 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. Signed-off-by: Ilya Yanok Signed-off-by: Stefano Babic CC: Tom Rini Cc: Detlev Zundel --- Changes since V7: - do not use tem

Re: [U-Boot] [PATCH 1/2] arm/km: speed up i2c access for keymile boards

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 08 February 2012 14:20 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Valentin Longchamp; Heiko Schocher > Subject: Re: [PATCH 1/2] arm/km: speed up i2c access for keymile > boards > > Hi Prafulla,

Re: [U-Boot] [PATCH V2] bugfix: all Marvell specific build fails due to undefined reference to `get_ticks'

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: 08 February 2012 16:40 > To: u-boot@lists.denx.de > Cc: Prabhanjan Sarnaik; Ashish Karkare; Prafulla Wadaskar > Subject: [PATCH V2] bugfix: all Marvell specific build fails due to > undefined reference to

Re: [U-Boot] [PATCH v4] arm, arm-kirkwood: disable l2c before linux boot

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 01 February 2012 23:54 > To: u-boot@lists.denx.de > Cc: Michael Walle; Albert ARIBAUD; Prafulla Wadaskar; Wolfgang Denk > Subject: [PATCH v4] arm, arm-kirkwood: disable l2c before linux boot > > The decompressor

Re: [U-Boot] [PATCH V2] edminiv2: add hush parser, cmdline editing and long help

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Albert ARIBAUD > Sent: 17 January 2012 01:42 > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V2] edminiv2: add hush parser, cmdline > editing and long help > > > Signed-

Re: [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Albert ARIBAUD > Sent: 16 January 2012 13:39 > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2 > > This patch set adds USB supp

Re: [U-Boot] [PATCH] kirkwood: add support for D-Link DNS-325

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: Stefan Herbrechtsmeier [mailto:ste...@code.herbrechtsmeier.net] > Sent: 23 December 2011 22:05 > To: u-boot@lists.denx.de > Cc: Stefan Herbrechtsmeier; Prafulla Wadaskar; > albert.u.b...@aribaud.net > Subject: [PATCH] kirkwood: add support for D-Link DNS-325 >

Re: [U-Boot] [PATCH] kirkwood_spi: correct access to irq_mask register

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: Ian Campbell [mailto:i...@hellion.org.uk] > Sent: 27 January 2012 22:04 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Albert ARIBAUD > Subject: RE: [PATCH] kirkwood_spi: correct access to irq_mask register > > On Thu, 2012-01-12 at 08:22 -0800, Prafulla

[U-Boot] Pull request for u-boot-marvell.git

2012-02-08 Thread Prafulla Wadaskar
Dear Albert Please kindly pull The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239: David Müller (ELSOFT AG) (1): ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board are available in the git repository at: u-boot-marvell.git master branch. Albert ARIBA

Re: [U-Boot] [PATCH V8] mcx: support for HTKW mcx board

2012-02-08 Thread Igor Grinberg
On 02/08/12 11:30, Stefano Babic wrote: > From: 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. > > Signed-off-by: Ilya Yanok > Signed-off-by: Stefano Babic > CC: Tom Rini

Re: [U-Boot] [PATCH V2] OMAP3: TAM3517: update ehci interface

2012-02-08 Thread Igor Grinberg
On 02/08/12 11:28, Stefano Babic wrote: > Changed the EHCI interface using the ulpi framework. > > Signed-off-by: Stefano Babic > CC: Tom Rini Acked-by: Igor Grinberg > --- > This patch is based and tested on top of Govindraj's patches for EHCI omap: > http://patchwork.ozlabs.org/patch

Re: [U-Boot] [PATCH V5] ARM: omap3: Added Teejet mt_ventoux

2012-02-08 Thread Igor Grinberg
On 02/08/12 11:29, Stefano Babic wrote: > The mt_ventoux board is a custom board using > the Technexion TAM3517 module. > > The patch fixes also the mtdparts variable in the > TAM3517 common configuration file. > > Signed-off-by: Stefano Babic > CC: Ilya Yanok > CC: Igor Grinberg > CC: Tom R

Re: [U-Boot] MPC8313 DDR2 configuration

2012-02-08 Thread Scott Larson
Hi Paul, Thanks for the reply. I am very new to the 32bit world. Currently I am using the files for the MPC8313ERDB as a basis. I have altered srdam.c and my version of MPC8313ERDB.h to reflect my new DDR2 layout. I have 4 ICs, 2 on each CS. The settings you mentioned below are.. #define CONFIG_S

[U-Boot] adding a new command to help menu

2012-02-08 Thread Érico Porto
Hello! I have created a new command in u-boot, and I can see it using help , I can type and call it, everything is working! But when I type help, it isn't in the command list. How do I put it there? Thanks Érico V. Porto ___ U-Boot mailing list U-Boot@

Re: [U-Boot] adding a new command to help menu

2012-02-08 Thread Érico Porto
Found it. A clean and rebuild all solved. Érico V. Porto On Wed, Feb 8, 2012 at 8:45 AM, Érico Porto wrote: > Hello! > > I have created a new command in u-boot, and I can see it using help > , I can type and call it, everything is working! But > when I type help, it isn't in the command list. H

[U-Boot] [PATCH v2] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2012-02-08 Thread Manjunath Hadli
check for the return status for eth_getenv_enetaddr_by_index() and eth_setenv_enetaddr() functions and print appropriate message on failure. Also convert debug message to printf(). Signed-off-by: Manjunath Hadli Cc: Tom Rini Cc: Mike Frysinger Cc: Wolfgang Denk --- Changes for v2: Removed ad

Re: [U-Boot] [PATCH V6 - Part 2 - 3/3] mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform

2012-02-08 Thread Stefano Babic
On 31/01/2012 18:52, Eric Nelson wrote: > Signed-off-by: Eric Nelson > Acked-by: Dirk Behme > Acked-by: Stefano Babic > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH V6 - Part 5 - 1/1] mx6q: mx6qsabrelite: Conditionally define macros for environment in serial flash

2012-02-08 Thread Stefano Babic
On 31/01/2012 18:52, Eric Nelson wrote: > The default settings store the persistent environment on SD card > and not serial flash (SPI NOR). > > To use SPI NOR to save the environment instead of SD card, edit > include/configs/mx6qsabrelite.h and > > - undefine CONFIG_ENV_IS_IN_MMC > - define C

Re: [U-Boot] [PATCH V6 - Part 4 - 1/1] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-02-08 Thread Stefano Babic
On 31/01/2012 18:52, Eric Nelson wrote: > Signed-off-by: Eric Nelson > Acked-by: Dirk Behme > Acked-by: Stefano Babic > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH V6 - Part 1 - 1/1] mx6q: define GPIO macros for translating between ordinals and port:index

2012-02-08 Thread Stefano Babic
On 31/01/2012 18:52, Eric Nelson wrote: > The interface to the mxc_gpio driver uses integer (ordinal) values to > refer to all GPIOs on the i.MX processors. The registers themselves > and much of the i.MX documentation are banked in groups of 32, and these > macros allow the use of the port:index n

Re: [U-Boot] [PATCH V6 - Part 2 - 1/3] mxc_spi: move machine specifics into CPU headers

2012-02-08 Thread Stefano Babic
On 31/01/2012 18:52, Eric Nelson wrote: > Move (E)CSPI register declarations into the imx-regs.h files for each > supported CPU > > Introduce two new macros to control conditional setup > MXC_CSPI - Used for processors with the Configurable Serial Peripheral > Interface (MX3x) > MXC_EC

Re: [U-Boot] [PATCH V6 - Part 2 - 2/3] mx6q: Add support for ECSPI through mxc_spi driver

2012-02-08 Thread Stefano Babic
On 31/01/2012 18:52, Eric Nelson wrote: > Signed-off-by: Eric Nelson > Acked-by: Dirk Behme > Acked-by: Stefano Babic > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v3] common/image.c: align usage of fdt_high with initrd_high

2012-02-08 Thread Stefano Babic
On 10/01/2012 08:54, Shawn Guo wrote: > The commit message of a28afca (Add uboot "fdt_high" enviroment variable) > states that fdt_high behaves similarly to the existing initrd_high. > But fdt_high actually has an outstanding difference from initrd_high. > The former specifies the start address, wh

[U-Boot] [PATCH] EXYNOS: SMDK5250: Add support for DDR3 memory.

2012-02-08 Thread Hatim Ali
SMDK5250 development boards have different memory variants like DDR3, LPDDR2 and LPDDR3. This patch adds supports for DDR3. The DDR3 is configured for 667Mhz and is being enabled by default. This patch is based on Chander Kashyap's v9 patchset. (http://comments.gmane.org/gmane.comp.boot-loaders.u-

[U-Boot] [PATCH 1/5] mx53loco: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Fabio Estevam
Use gpio_direction_input prior to gpio_get_value. Cc: Jason Liu Signed-off-by: Fabio Estevam --- board/freescale/mx53loco/mx53loco.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c index e6345e7

[U-Boot] [PATCH 2/5] mx53ard: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Fabio Estevam
Use gpio_direction_input prior to gpio_get_value. Signed-off-by: Fabio Estevam --- board/freescale/mx53ard/mx53ard.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx53ard/mx53ard.c b/board/freescale/mx53ard/mx53ard.c index 40b5c19..e90e39e 100644 ---

[U-Boot] [PATCH 3/5] mx53evk: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Fabio Estevam
Use gpio_direction_input prior to gpio_get_value. Cc: Jason Liu Signed-off-by: Fabio Estevam --- board/freescale/mx53evk/mx53evk.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx53evk/mx53evk.c b/board/freescale/mx53evk/mx53evk.c index e976ae1..8a6e

[U-Boot] [PATCH 4/5] mx53smd: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Fabio Estevam
Use gpio_direction_input prior to gpio_get_value. Signed-off-by: Fabio Estevam --- board/freescale/mx53smd/mx53smd.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx53smd/mx53smd.c b/board/freescale/mx53smd/mx53smd.c index e273192..c237980 100644 --- a

[U-Boot] [PATCH 5/5] mx51evk: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Fabio Estevam
Use gpio_direction_input prior to gpio_get_value. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/mx51evk.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c index 8d1f6a3..b505a71 100644 ---

Re: [U-Boot] [PATCH 1/5] mx53loco: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Stefano Babic
On 08/02/2012 13:34, Fabio Estevam wrote: > Use gpio_direction_input prior to gpio_get_value. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- > board/freescale/mx53loco/mx53loco.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Hi Fabio, > diff --git a/board/freescale/

Re: [U-Boot] [PATCH 1/5] mx53loco: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Fabio Estevam
On Wed, Feb 8, 2012 at 11:08 AM, Stefano Babic wrote: > The patch makes clear that the GPIO is configured as input. However, > after a reset all GPIOs in the MX53 are configured as input. Do we need > such changes ? I would prefer to explicitly set gpio_direction_input rather than depending on t

Re: [U-Boot] [PATCH 1/5] mx53loco: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Stefano Babic
On 08/02/2012 14:14, Fabio Estevam wrote: > On Wed, Feb 8, 2012 at 11:08 AM, Stefano Babic wrote: > >> The patch makes clear that the GPIO is configured as input. However, >> after a reset all GPIOs in the MX53 are configured as input. Do we need >> such changes ? > > I would prefer to explicitl

Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?

2012-02-08 Thread Wolfgang Denk
Dear Aneesh V, In message <4f3219a8.7090...@ti.com> you wrote: > > As for ignoring comments, I think you are culpable of that more than me > in this specific instance:) (of course I know you are busy person, but > still..). For instance, my arguments in the previous round [1] never > got an answe

Re: [U-Boot] [PATCH] arm: Add option to disable code relocation

2012-02-08 Thread Wolfgang Denk
Dear Dirk Behme, In message <4f321b8c.3090...@de.bosch.com> you wrote: > > > - They are not actually talking about relocation at all. > > - They don't base their accessment on any real, measured timings, or > > otherwise they would start optimizing completely different areas of > > the code. >

Re: [U-Boot] i.MX5/6 U-Boot: Cache enabling

2012-02-08 Thread Dirk Behme
On 04.02.2012 11:18, Marek Vasut wrote: Let's discuss how to enable the i.MX5/6 caches in U-Boot: On 03.02.2012 12:00, Stefano Babic wrote: On 03/02/2012 11:18, Dirk Behme wrote: ... As your concerns are surely related to speed up the boot process, IMHO we can focus efforts to add cache supp

Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?

2012-02-08 Thread Aneesh V
Dear Wolfgang, On Wednesday 08 February 2012 07:28 PM, Wolfgang Denk wrote: Dear Aneesh V, In message<4f3219a8.7090...@ti.com> you wrote: As for ignoring comments, I think you are culpable of that more than me in this specific instance:) (of course I know you are busy person, but still..). F

[U-Boot] [PATCH] mcx: Enable command line editing

2012-02-08 Thread Detlev Zundel
Signed-off-by: Detlev Zundel CC: Stefano Babic --- include/configs/mcx.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 0940e86..fcc32d6 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -219,6 +219,8

[U-Boot] [PATCH] beagle: enable DVI_PUP

2012-02-08 Thread Peter Meerwald
From: Peter Meerwald this patch addresses the issue that there is no DVI output on beagleboard-xm in u-boot; the TFP410 is not powered on, DVI_PUP needs to be set high this is done differently on beagleboard-xm rev. B/C versus earlier boards: beagleboard-xm B/C need to set GPIO2 of the TWL4030 e

[U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-08 Thread Wolfgang Grandegger
Cc: Stefano Babic Cc: Jason Liu Signed-off-by: Wolfgang Grandegger --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 12 include/configs/mx6qsabrelite.h | 15 +++ 2 files changed, 27 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx6qsab

[U-Boot] [PATCH 0/2] usb/mx6q: USB EHCI support for MX6Q boards

2012-02-08 Thread Wolfgang Grandegger
Wolfgang Grandegger (2): usb/ehci: Add USB support for the MX6Q mx6qsabrelite: add and enable USB Host 1 support arch/arm/cpu/armv7/mx6/clock.c| 13 ++ arch/arm/include/asm/arch-mx6/imx-regs.h |3 + board/freescale/mx6qsabrelite/mx6qsabrelite.c | 12 ++ drivers/us

[U-Boot] [PATCH 1/2] usb/ehci: Add USB support for the MX6Q

2012-02-08 Thread Wolfgang Grandegger
Currently, only USB Host 1 is supported. Cc: Remy Bohmer Signed-off-by: Wolfgang Grandegger --- arch/arm/cpu/armv7/mx6/clock.c | 13 ++ arch/arm/include/asm/arch-mx6/imx-regs.h |3 + drivers/usb/host/Makefile|1 + drivers/usb/host/ehci-mx6.c | 2

[U-Boot] [PATCH 1/3] doc: complete, typos

2012-02-08 Thread Peter Meerwald
From: Peter Meerwald mention repeatable to README.commands and fix some typos Signed-off-by: Peter Meerwald --- doc/README.commands | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/README.commands b/doc/README.commands index d678992..69576dc 100644 --- a

[U-Boot] [PATCH 3/3] usb_ether: fix typo

2012-02-08 Thread Peter Meerwald
From: Peter Meerwald Signed-off-by: Peter Meerwald --- drivers/usb/eth/usb_ether.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/eth/usb_ether.c b/drivers/usb/eth/usb_ether.c index 8bfe256..32f4bc8 100644 --- a/drivers/usb/eth/usb_ether.c +++ b/drivers/u

[U-Boot] [PATCH 2/3] cmd_eeprom: typo

2012-02-08 Thread Peter Meerwald
From: Peter Meerwald Signed-off-by: Peter Meerwald --- common/cmd_eeprom.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index e911377..a48b3d2 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -26,7 +26,7 @@ *

Re: [U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-08 Thread Fabio Estevam
On Wed, Feb 8, 2012 at 1:23 PM, Wolfgang Grandegger wrote: > --- a/include/configs/mx6qsabrelite.h > +++ b/include/configs/mx6qsabrelite.h > @@ -56,6 +56,21 @@ >  #define CONFIG_CMD_FAT >  #define CONFIG_DOS_PARTITION > > +#if 1 Please remove this. > +/* USB Configs */ > +#define CONFIG_CMD_USB

Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?

2012-02-08 Thread Wolfgang Denk
Dear Aneesh V, In message <4f328b41.2050...@ti.com> you wrote: > > But since then I changed my mind due to some other factors: > 1. Difficulty in debugging. I use JTAG debuggers. The workarounds > available are still painful and not many people know about it. We use JTAG debuggers all day, and h

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-08 Thread Marek Vasut
> > Did you even test before submitting? Also, I think if I remove patch 3, > > it all works fine. > > Naturally, I did. Yet on my own SVN controlled workspace, because my > GIT workspace of the mainline didn't build yesterday. > > I'm looking at the differences now, and there aren't any concerni

[U-Boot] Marvell Alaska Phy loopback mode support using RGMII interface

2012-02-08 Thread amruth vamadev
Hi Do we have support for RGMII mode to support phy loopback for Marvell Alaska 88E1112 phy. Any inputs helpful. Amruth p.v ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-02-08 Thread Tom Rini
On Thu, Feb 2, 2012 at 2:28 AM, Aneesh V wrote: > Dear Wolfgang, > > > On Tuesday 17 January 2012 02:46 PM, Aneesh V wrote: >> >> Dear Wolfgang, >> >> On Wednesday 23 November 2011 03:33 PM, Sebastian Andrzej Siewior wrote: >>> >>> * Wolfgang Denk | 2011-11-22 20:04:47 [+0100]: >>> Dear Sebas

Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-08 Thread SUBHASHINI MANNE
Govindraj, I have Gumstix overo board with OM3730 + USB 3326 USB PHY.I want to add EHCI and ULPI support in u-boot. Once we port the EHCI_OMAP EHCI driver How to test this driver functionality under u-boot environment? Is there any application/commands to test ULPI functionality under u-b

Re: [U-Boot] [PATCH] arm: Add option to disable code relocation

2012-02-08 Thread Graeme Russ
Hi Simon, On Wed, Feb 8, 2012 at 6:12 PM, Simon Glass wrote: > Hi Dirk, > > But turning on the cache should be trivial - it is already supported > so you just need to implement the enable_dcache() function(?) I think. > > Also make sure that the I-Cache is on as early as possible. Relocation > i

Re: [U-Boot] [PATCH 17/28] net: Refactor to separate the UDP handler from the ARP handler

2012-02-08 Thread Joe Hershberger
Hi Mike, On Fri, Feb 3, 2012 at 6:21 AM, Mike Frysinger wrote: > On Thursday 19 January 2012 19:53:20 Joe Hershberger wrote: >> Only call the handlers if one was registered... don't require >>    protocols to register a handler (eliminating dummies) >> NetConsole now uses the ARP handler when wai

[U-Boot] [PATCH 1/6] .gitignore: Add .su files

2012-02-08 Thread Tom Rini
The '-fstack-usage' option to gcc will generate .su files, ignore them. Signed-off-by: Tom Rini --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e4e95e2..0f32fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.ori

[U-Boot] [PATCH 2/6] config.mk: Make cc-option create a file under include/generated

2012-02-08 Thread Tom Rini
Testing for -fstack-usage requires the creation of an output file, which isnt possible with /dev/null. Signed-off-by: Tom Rini --- config.mk | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.mk b/config.mk index ddaa477..519bc1b 100644 --- a/config.mk +++ b

[U-Boot] [PATCH 6/6] SPL: Add README.omap3

2012-02-08 Thread Tom Rini
This document describes the SPL process for OMAP3 (and related) boards as well as a partial memory map and how to verify certain aspects outside of running on the target. Signed-off-by: Tom Rini --- doc/SPL/README.omap3 | 71 ++ 1 files changed,

[U-Boot] [PATCH 4/6] spl.c: Use __noreturn decorator

2012-02-08 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/omap-common/spl.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv7/omap-common/spl.c b/arch/arm/cpu/armv7/omap-common/spl.c index 9c1f7e3..3a2d957 100644 --- a/arch/arm/cpu/armv7/omap-common/spl.c +++ b

[U-Boot] [PATCH 5/6] README: Add more SPL config options

2012-02-08 Thread Tom Rini
Signed-off-by: Tom Rini --- README | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README b/README index 9d713e8..5ec663a 100644 --- a/README +++ b/README @@ -2430,11 +2430,29 @@ FIT uImage format: CONFIG_SPL Enable bu

[U-Boot] [PATCH 3/6] arm: Check for -fstack-usage support

2012-02-08 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/config.mk |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 45f9dca..caf6adb 100644 --- a/arch/arm/config.mk +++ b/arch/arm/config.mk @@ -53,7 +53,11 @@ PF_CPPFLAGS_ABI := $(call cc-opti

Re: [U-Boot] [PATCH 6/6] SPL: Add README.omap3

2012-02-08 Thread Peter Meerwald
> +only varry in where the BSS and malloc pool reside. vary > +2) Perform the following shell to generate a list of C files used in SPL shell command > +cflow will spit out a number of warnings as it does not parse > +the config files and pick functions based on #ifdef. Parsing the '.i' pick

Re: [U-Boot] [PATCH 6/6] SPL: Add README.omap3

2012-02-08 Thread Tom Rini
On 02/08/2012 04:08 PM, Peter Meerwald wrote: +only varry in where the BSS and malloc pool reside. vary +2) Perform the following shell to generate a list of C files used in SPL shell command +cflow will spit out a number of warnings as it does not parse +the config files and pick funct

Re: [U-Boot] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-08 Thread Doug Anderson
On Thu, Feb 2, 2012 at 1:21 PM, Mike Frysinger wrote: > On Thursday 02 February 2012 04:11:27 Chander Kashyap wrote: > > +int main(int argc, char **argv) > > +{ > > ... > > + unsigned char buffer[BUFSIZE] = {0}; > > this is an implicit memset() and from what i can see in the code, useless. >

Re: [U-Boot] [PATCH 1/5] mx53loco: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Jason Liu
2012/2/8 Fabio Estevam : > Use gpio_direction_input prior to gpio_get_value. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam Acked-by: Jason Liu > --- >  board/freescale/mx53loco/mx53loco.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx53loco

Re: [U-Boot] [PATCH 3/5] mx53evk: Use gpio_direction_input prior to gpio_get_value

2012-02-08 Thread Jason Liu
2012/2/8 Fabio Estevam : > Use gpio_direction_input prior to gpio_get_value. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam Acked-by: Jason Liu > --- >  board/freescale/mx53evk/mx53evk.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx53evk/mx

Re: [U-Boot] [PATCH 17/28] net: Refactor to separate the UDP handler from the ARP handler

2012-02-08 Thread Mike Frysinger
On Wednesday 08 February 2012 17:52:54 Joe Hershberger wrote: > On Fri, Feb 3, 2012 at 6:21 AM, Mike Frysinger wrote: > > On Thursday 19 January 2012 19:53:20 Joe Hershberger wrote: > >> Only call the handlers if one was registered... don't require > >>protocols to register a handler (eliminati

Re: [U-Boot] [PATCH 1/6] .gitignore: Add .su files

2012-02-08 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: Add option to disable code relocation

2012-02-08 Thread Graeme Russ
Hi Simon, On Wed, Feb 8, 2012 at 6:12 PM, Simon Glass wrote: > Also make sure that the I-Cache is on as early as possible. Relocation > is done with the d-cache off so is slow. Takes about 40ms for me from Have a close look at the latest x86 patches (not yet pulled into mainline) as an example

Re: [U-Boot] [PATCH 1/3] doc: complete, typos

2012-02-08 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] cmd_eeprom: typo

2012-02-08 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3] usb_ether: fix typo

2012-02-08 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2] bugfix: all Marvell specific build fails due to undefined reference to `get_ticks'

2012-02-08 Thread Mike Frysinger
On Wednesday 08 February 2012 06:09:32 Prafulla Wadaskar wrote: > +ulong get_tbclk (void) no space before the "(" happens to all of them -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-08 Thread Mike Frysinger
On Wednesday 08 February 2012 18:35:28 Doug Anderson wrote: > On Thu, Feb 2, 2012 at 1:21 PM, Mike Frysinger wrote: > > On Thursday 02 February 2012 04:11:27 Chander Kashyap wrote: > > > +int main(int argc, char **argv) > > > +{ > > > ... > > > + unsigned char buffer[BUFSIZE] = {0}; > > > > th

Re: [U-Boot] [PATCH 1/3] doc: complete, typos

2012-02-08 Thread Marek Vasut
> From: Peter Meerwald > > mention repeatable to README.commands and fix some typos > > Signed-off-by: Peter Meerwald > > --- > doc/README.commands | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/doc/README.commands b/doc/README.commands > index d6789

Re: [U-Boot] [PATCH v2] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2012-02-08 Thread Mike Frysinger
On Wednesday 08 February 2012 06:14:35 Manjunath Hadli wrote: > - debug("### Setting environment from EEPROM MAC address = " > + printf("### Setting environment from EEPROM MAC address = " i don't think this should be displayed as this is the normal behavior ... otherwise,

Re: [U-Boot] [Samsung] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-08 Thread Chander Kashyap
On 9 February 2012 09:21, Mike Frysinger wrote: > On Wednesday 08 February 2012 18:35:28 Doug Anderson wrote: >> On Thu, Feb 2, 2012 at 1:21 PM, Mike Frysinger wrote: >> > On Thursday 02 February 2012 04:11:27 Chander Kashyap wrote: >> > > +int main(int argc, char **argv) >> > > +{ >> > > ... >> >

Re: [U-Boot] [Samsung] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-08 Thread Mike Frysinger
On Thursday 09 February 2012 00:25:35 Chander Kashyap wrote: > On 9 February 2012 09:21, Mike Frysinger wrote: > > On Wednesday 08 February 2012 18:35:28 Doug Anderson wrote: > >> On Thu, Feb 2, 2012 at 1:21 PM, Mike Frysinger wrote: > >> > On Thursday 02 February 2012 04:11:27 Chander Kashyap wrot

Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?

2012-02-08 Thread Aneesh V
On Wednesday 08 February 2012 09:53 PM, Wolfgang Denk wrote: Dear Aneesh V, In message<4f328b41.2050...@ti.com> you wrote: But since then I changed my mind due to some other factors: 1. Difficulty in debugging. I use JTAG debuggers. The workarounds available are still painful and not many peo

Re: [U-Boot] [PATCH v9 0/4] Add SMDK5250 board support

2012-02-08 Thread Minkyu Kang
Dear Chander Kashyap, On 6 February 2012 18:01, Chander Kashyap wrote: > This patchset add support for Samsung's SMDK5250 board based on > EXYNOS5250 based SoC. It also adds support for MMC SPL booting. > > The porting is done by Samsung engineers at HQ in System LSI Team. > I am contributing in

Re: [U-Boot] [PATCH] kirkwood_spi: correct access to irq_mask register

2012-02-08 Thread Ian Campbell
On Wed, 2012-02-08 at 01:54 -0800, Prafulla Wadaskar wrote: > [...] > > Subject: RE: [PATCH] kirkwood_spi: correct access to irq_mask register > Applied to u-boot-marvell.git master branch Many thanks! Ian. -- Ian Campbell Encyclopedia for sale by father. Son knows everything. _

Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-08 Thread Govindraj
Hi Subhashini, On Wed, Feb 8, 2012 at 11:12 PM, SUBHASHINI MANNE wrote: > > Govindraj, >  I have Gumstix overo board with OM3730 + USB 3326 USB PHY.I want to add EHCI > and ULPI support in u-boot. You can refer to the v4 patch series posted earlier: http://www.mail-archive.com/u-boot@lists.denx.

[U-Boot] Please pick up pending Integrator patches

2012-02-08 Thread Linus Walleij
Hi Albert, could you have a look at these patches and possibly pick them up for ARM Integrator: http://patchwork.ozlabs.org/patch/137216/ http://patchwork.ozlabs.org/patch/138669/ http://patchwork.ozlabs.org/patch/138869/ Thanks, Linus Walleij ___ U-Bo

Re: [U-Boot] [PATCH V6 - Part 3 - 0/2] SPI flash enhancements: allow default bus and chip-selects

2012-02-08 Thread Dirk Behme
On 31.01.2012 19:11, Mike Frysinger wrote: On Tuesday 31 January 2012 12:52:06 Eric Nelson wrote: Patch 1 modifies the 'sf' command to allow a default bus and chip-select to be specified by board headers. This allows a bare 'sf' probe command: U-Boot> sf probe instead of the more cumbersom

[U-Boot] IPv6 Support in U-BOOT

2012-02-08 Thread yehuda yitchak
Hello everyone Does u-boot currently support IPv6 ? i have seen several proposals to support IPv6 and also some implementations for specific Soc but havent found any indication for generic support of IPv6 If not supported , is there a plan to support it soon ? Thanks Yehuda __

Re: [U-Boot] [PATCH V2] bugfix: all Marvell specific build fails due to undefined reference to `get_ticks'

2012-02-08 Thread Prafulla Wadaskar
> -Original Message- > From: Mike Frysinger [mailto:vap...@gentoo.org] > Sent: 09 February 2012 09:12 > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH V2] bugfix: all Marvell specific build > fails due to undefined refer

Re: [U-Boot] IPv6 Support in U-BOOT

2012-02-08 Thread yehuda yitchak
Thanks do you know of any plans to support it in the near future ? see this proposal from wolfgang denx: http://elinux.org/CELF_Project_Proposal/Add_IPV6_support_to_U-Boot On Thu, Feb 9, 2012 at 8:52 AM, amruth vamadev wrote: > No it is not supported. > > On Thu, Feb 9, 2012 at 11:52 AM, yehu

Re: [U-Boot] Marvell Alaska Phy loopback mode support using RGMII interface

2012-02-08 Thread Prafulla Wadaskar
Hi Amruth Not exactly what you need but drivers/net/phy/marvell.c has some reference for 88E1112. Board/Marvell/sheevaplug/sheevaplug.c has support for 88E1116 which is interfaced over RGMII. Hopefully you may find those useful. Regards.. Prafulla . . . > -Original Message- > From: u-

Re: [U-Boot] [PATCH v3 0/9] tegra: Add I2C driver and associated parts

2012-02-08 Thread Heiko Schocher
Hello Tom, Simon Glass wrote: > This series brings in an I2C driver for Tegra which can be > configured by a flat device tree. > > It supports 8- and 16-bit addresses and both the normal I2C ports and > the DVC port (for controlling the power management unit (PMU)). > > Recent Linux bindings are

Re: [U-Boot] i.MX5/6 U-Boot: Cache enabling

2012-02-08 Thread Marek Vasut
> On 04.02.2012 11:18, Marek Vasut wrote: > >> Let's discuss how to enable the i.MX5/6 caches in U-Boot: > >> > >> On 03.02.2012 12:00, Stefano Babic wrote: > >>> On 03/02/2012 11:18, Dirk Behme wrote: > >> ... > >> > > As your concerns are surely related to speed up the boot process, > >

Re: [U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-08 Thread Dirk Behme
Hi Wolfgang, On 08.02.2012 16:23, Wolfgang Grandegger wrote: Cc: Stefano Babic Cc: Jason Liu Signed-off-by: Wolfgang Grandegger --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 12 include/configs/mx6qsabrelite.h | 15 +++ 2 files changed, 27 ins

Re: [U-Boot] [PATCH 1/2] usb/ehci: Add USB support for the MX6Q

2012-02-08 Thread Dirk Behme
Hi Wolfgang, On 08.02.2012 16:23, Wolfgang Grandegger wrote: Currently, only USB Host 1 is supported. Cc: Remy Bohmer Signed-off-by: Wolfgang Grandegger --- arch/arm/cpu/armv7/mx6/clock.c | 13 ++ arch/arm/include/asm/arch-mx6/imx-regs.h |3 + drivers/usb/host/Makefile

  1   2   >