Re: [U-Boot] AM335X: Set fdt_high for AM335X devices to enable booting with Device Tree

2013-01-27 Thread Hiremath, Vaibhav
On Sat, Jan 26, 2013 at 03:40:51, Rini, Tom wrote: > On Tue, Sep 18, 2012 at 09:26:05AM -, hvaib...@ti.com wrote: > > > For AM335X boards, such as the EVM and Bone Linux kernel fails to > > locate the device tree blob on boot. The reason being is that > > u-boot is copying the DT blob to the u

Re: [U-Boot] [RFC] mmc:fix: Increase the timeout value for SDHCI_send_command()

2013-01-27 Thread Jaehoon Chung
Hi Lukasz, On 01/28/2013 04:02 PM, Lukasz Majewski wrote: > Hi Jaehoon, > >> On 01/25/2013 08:44 PM, Jagan Teki wrote: >>> Hi, >>> >>> On Fri, Jan 11, 2013 at 8:49 PM, Lukasz Majewski >>> wrote: Hi Wolfgang, > Dear Lukasz Majewski, > > In message > <1357665792-8141-1-gi

Re: [U-Boot] [RFC] mmc:fix: Increase the timeout value for SDHCI_send_command()

2013-01-27 Thread Lukasz Majewski
Hi Jaehoon, > On 01/25/2013 08:44 PM, Jagan Teki wrote: > > Hi, > > > > On Fri, Jan 11, 2013 at 8:49 PM, Lukasz Majewski > > wrote: > >> Hi Wolfgang, > >> > >>> Dear Lukasz Majewski, > >>> > >>> In message > >>> <1357665792-8141-1-git-send-email-l.majew...@samsung.com> you > >>> wrote: > I'

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-27 Thread Wolfgang Denk
Dear Jagan Teki, In message you wrote: > > > Actually I'd be more interested in the result of the following commands: > > > > 1) $CROSS_COMPILE}gcc -v > > Mr.J> ${CROSS_COMPILE}gcc -v > Using built-in specs. > Target: arm-none-linux-gnueabi > > Thread model: posix > gcc version 4.4.1

Re: [U-Boot] [RFC] mmc:fix: Increase the timeout value for SDHCI_send_command()

2013-01-27 Thread Jagan Teki
Hi Jaehoon Chung, On Sat, Jan 26, 2013 at 6:01 AM, Jaehoon Chung wrote: > On 01/25/2013 08:44 PM, Jagan Teki wrote: >> Hi, >> >> On Fri, Jan 11, 2013 at 8:49 PM, Lukasz Majewski >> wrote: >>> Hi Wolfgang, >>> Dear Lukasz Majewski, In message <1357665792-8141-1-git-send-email-l.ma

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-27 Thread Stefano Babic
On 23/10/2012 04:40, Troy Kisky wrote: > This series tries to separate the mii regsisters > from the ethernet registers as suggested by > Andy Fleming. Then, mx6qsabrelite is changed > to find the phy address from the possibles 4-7. > > The V3 series is very different from V2. > Applied to u-bo

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-27 Thread Jagan Teki
Hi Albert, Please find the below comments. On Sun, Jan 27, 2013 at 8:44 PM, Albert ARIBAUD wrote: > Hi Jagan, > > On Sun, 27 Jan 2013 12:30:45 +0530, Jagan Teki > wrote: > >> Hi Vikram, >> >> On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan >> wrote: >> > On 1/27/2013 7:10 AM, Jagan Teki wro

Re: [U-Boot] [PATCH] common: env_mmc: Use __weak annotation to simplify code

2013-01-27 Thread Stefano Babic
On 08/01/2013 16:36, Fabio Estevam wrote: > Using the __weak annotation can make the code cleaner. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engine

Re: [U-Boot] [PATCH] tools: imximage: Let .name field be more generic

2013-01-27 Thread Stefano Babic
On 02/01/2013 19:48, Fabio Estevam wrote: > From: Fabio Estevam > > Since this structure is not i.MX5x specific, remove the '5x' to make it more > generic. > > Signed-off-by: Fabio Estevam > --- > tools/imximage.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/too

Re: [U-Boot] [PATCH v2] mx6qsabre_common: Let mmc partition be board specific

2013-01-27 Thread Stefano Babic
On 14/01/2013 19:59, Fabio Estevam wrote: > From: Fabio Estevam > > commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into > mx6qsabresd.h > to store the mmc partition, but in order for it to have effect we should place > it into 'mmcpart' variable. > > Also add CONFIG_SYS_MMC_ENV_P

Re: [U-Boot] [PATCH v2] mx6qsabreauto: enable USB host interface

2013-01-27 Thread Stefano Babic
On 22/01/2013 10:11, Dirk Behme wrote: > From: Knut Wohlrab > > The USB host interface is routed to plug USB1/J30 on the mother board. > > Signed-off-by: Knut Wohlrab > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH V2] mxs: Boost the memory power supply

2013-01-27 Thread Stefano Babic
On 22/01/2013 01:57, Marek Vasut wrote: > The memory power supply on MX23 didn't pump out enough juice into > the DRAM chip, thus caused occasional memory corruption. Fix this. > > Signed-off-by: Marek Vasut > Cc: Otavio Salvador > Cc: Fabio Estevam > Cc: Stefano Babic > --- > arch/arm/cpu/ar

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-27 Thread Stefano Babic
On 24/01/2013 19:34, Marek Vasut wrote: >> That's also an option ... do you want subsequent patch or respin of the >> series? > > Actually, check how it's distributed: > > $ git grep mxsmmc_initialize board | sed "s@.*/@@" > apx4devkit.c: return mxsmmc_initialize(bis, 0, NULL, NULL); > m28evk.

Re: [U-Boot] [PATCH v2 2/2] mx23_olinuxino: Add support for status LED

2013-01-27 Thread Fabio Estevam
On Sun, Jan 27, 2013 at 8:08 PM, Otavio Salvador wrote: > This allow user to know if the bootloader is running, even without a > serial console. > > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - Remove MUX setting - not need Why was the gpio mux setting removed? You need to configure

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-27 Thread Marek Vasut
Dear Stephen Warren, > On 01/25/2013 07:26 PM, Marek Vasut wrote: > > Dear Lucas Stach, > > > >> This moves out the Tegra EHCI driver from a platform specific directory > >> to the standard driver/usb/host dir. > >> > >> This is a preparation needed to share this driver between Tegra20 and > >>

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-27 Thread Stephen Warren
On 01/25/2013 07:26 PM, Marek Vasut wrote: > Dear Lucas Stach, > >> This moves out the Tegra EHCI driver from a platform specific directory >> to the standard driver/usb/host dir. >> >> This is a preparation needed to share this driver between Tegra20 and >> Tegra30. No functional change in here,

[U-Boot] [PATCH v2 2/2] mx23_olinuxino: Add support for status LED

2013-01-27 Thread Otavio Salvador
This allow user to know if the bootloader is running, even without a serial console. Signed-off-by: Otavio Salvador --- Changes in v2: - Remove MUX setting - not need board/olimex/mx23_olinuxino/mx23_olinuxino.c | 7 +++ include/configs/mx23_olinuxino.h | 12 2 fil

[U-Boot] [PATCH v2 1/2] led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set

2013-01-27 Thread Otavio Salvador
This fixes the gpio_led driver which needs to compare againt a STATUS_LED_ON to enable a led. Signed-off-by: Otavio Salvador --- Changes in v2: None common/cmd_led.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cmd_led.c b/common/cmd_led.c index 7f5ab43..84f7

Re: [U-Boot] [PATCH 2/2] mx23_olinuxino: Add support for status LED

2013-01-27 Thread Otavio Salvador
On Sun, Jan 27, 2013 at 7:52 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> This allow user to know if the bootloader is running, even without a >> serial console. > > 1/2 is missing ? No; it is in mailing list but you're not in cc. >> Signed-off-by: Otavio Salvador >> --- >> board/olimex

Re: [U-Boot] [PATCH 2/2] mx23_olinuxino: Add support for status LED

2013-01-27 Thread Marek Vasut
Dear Otavio Salvador, > This allow user to know if the bootloader is running, even without a > serial console. 1/2 is missing ? > Signed-off-by: Otavio Salvador > --- > board/olimex/mx23_olinuxino/mx23_olinuxino.c | 7 +++ > board/olimex/mx23_olinuxino/spl_boot.c | 4 > includ

[U-Boot] [PATCH 2/2] mx23_olinuxino: Add support for status LED

2013-01-27 Thread Otavio Salvador
This allow user to know if the bootloader is running, even without a serial console. Signed-off-by: Otavio Salvador --- board/olimex/mx23_olinuxino/mx23_olinuxino.c | 7 +++ board/olimex/mx23_olinuxino/spl_boot.c | 4 include/configs/mx23_olinuxino.h | 12 +++

[U-Boot] [PATCH 1/2] led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set

2013-01-27 Thread Otavio Salvador
This fixes the gpio_led driver which needs to compare againt a STATUS_LED_ON to enable a led. Signed-off-by: Otavio Salvador --- common/cmd_led.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cmd_led.c b/common/cmd_led.c index 7f5ab43..84f79fa 100644 --- a/comm

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-27 Thread Otavio Salvador
On Sun, Jan 27, 2013 at 3:16 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> This enables the 'Fast Auto Pre-Charge' found in the memory chip. > > The datasheet claims not all chips support this. By 'all chips' you mean memory chips, right? It seems both used chips (mx23evk and olinuxlino) d

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-27 Thread Marek Vasut
Dear Otavio Salvador, > This enables the 'Fast Auto Pre-Charge' found in the memory chip. The datasheet claims not all chips support this. > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - Improve commit message > > arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 2 +- > 1 file changed,

[U-Boot] [PATCH] powerpc/lib: fix unsafe register handling in wait_ticks

2013-01-27 Thread Mats Kärrman
If watchdog is enabled, the arch/powerpc/lib/ticks.S::wait_ticks() function calls the function specified by the WATCHDOG_RESET macro. The wait_ticks function depends on the registers r0, r6 and r7 being preserved however that is not guaranteed, e.g. if the reset function is a C function this will p

Re: [U-Boot] [PATCH 0/5] MIPS: start.S: relocate_code fixes and cleanups

2013-01-27 Thread Daniel Schwierzeck
2013/1/24 Gabor Juhos : > This series contain various patches for the relocate_code function. > The first patch fixes a minor issue in the relocation code, and the > subsequent patches are doing some optimalization and cleanup. > > Gabor Juhos (5): > MIPS: start.S: fix boundary check in relocate_

Re: [U-Boot] [PATCH] configs: mx28evk: Use single-line comments

2013-01-27 Thread Otavio Salvador
On Sun, Jan 27, 2013 at 1:52 PM, Fabio Estevam wrote: > From: Fabio Estevam > > No need to use multi-line style comments for single-line contents. > > Signed-off-by: Fabio Estevam Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems

[U-Boot] [PATCH v2 3/3] mx23evk: Adjust DRAM control register to use full 128MB of RAM

2013-01-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: None board/freescale/mx23evk/spl_boot.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/freescale/mx23evk/spl_boot.c b/board/freescale/mx23evk/spl_boot.c index 6007433..b6f4e7e 100644 --- a/board/freescale/mx23evk/spl_boot.

[U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-27 Thread Otavio Salvador
This enables the 'Fast Auto Pre-Charge' found in the memory chip. Signed-off-by: Otavio Salvador --- Changes in v2: - Improve commit message arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c b

[U-Boot] [PATCH v2 1/3] mxs: Rename CONFIG_SPL_MX28_PSWITCH_WAIT to CONFIG_SPL_MXS_PSWITCH_WAIT

2013-01-27 Thread Otavio Salvador
The power switch option is compatible with i.MX23 and i.MX28 so the configration option needs to reflect it. We choose 'CONFIG_SPL_MXS_PSWITCH_WAIT' for the option name. Signed-off-by: Otavio Salvador --- Changes in v2: - Rewrite short description as per Marek's request arch/arm/cpu/arm926ejs/m

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-27 Thread Simon Glass
Hi Stephen, On Sat, Jan 26, 2013 at 11:10 AM, Stephen Warren wrote: > On 01/25/2013 01:49 PM, Simon Glass wrote: >> Hi Lucas, >> >> On Sat, Jan 26, 2013 at 10:38 AM, Lucas Stach wrote: >>> Hello Simon, >>> >>> Am Samstag, den 26.01.2013, 10:20 +1300 schrieb Simon Glass: Hi Lucas,

Re: [U-Boot] [PATCH v2 7/7] tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]

2013-01-27 Thread Simon Glass
On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach wrote: > The ehci_hcd entry points were just calling into the Tegra USB > functions. Now that they are in the same file we can just move over the > implementation. > > Signed-off-by: Lucas Stach Acked-by: Simon Glass > --- > arch/arm/include/asm/ar

Re: [U-Boot] [PATCH v2 4/7] tegra: usb: move controller init into start_port

2013-01-27 Thread Simon Glass
On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach wrote: > There is no need to init a USB controller before the upper layers indicate > that they are actually going to use it. > > board_usb_init now only parses the device tree and sets up the common pll. > > Signed-off-by: Lucas Stach Acked-by: Simon

Re: [U-Boot] [PATCH v2 2/7] tegra: usb: make controller init functions more self contained

2013-01-27 Thread Simon Glass
Hi Lucas, On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach wrote: > There is no need to pass around all those parameters. The init functions > are able to easily extract all the needed setup info on their own. > > Signed-off-by: Lucas Stach Acked-by: Simon Glass Minor comment: I think the commit

[U-Boot] [PATCH] configs: mx28evk: Use single-line comments

2013-01-27 Thread Fabio Estevam
From: Fabio Estevam No need to use multi-line style comments for single-line contents. Signed-off-by: Fabio Estevam --- include/configs/mx28evk.h | 60 - 1 file changed, 15 insertions(+), 45 deletions(-) diff --git a/include/configs/mx28evk.h b/in

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-27 Thread Albert ARIBAUD
Hi Jagan, On Sun, 27 Jan 2013 12:30:45 +0530, Jagan Teki wrote: > Hi Vikram, > > On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan wrote: > > On 1/27/2013 7:10 AM, Jagan Teki wrote: > >> This error occurred for all boards in the u-boot, I have used > >> arm-none-linux-gnueabi- xtool for versat