Re: [U-Boot] imx6, spl and falcon boot

2013-02-16 Thread Chaves, Kevin
Excellent thanks, the falcon boot or mode is booting directly into the kernel from the SPL and skipping uboot altogether. -Original Message- From: Dirk Behme [mailto:dirk.be...@gmail.com] Sent: Saturday, February 16, 2013 2:32 AM To: Chaves, Kevin Cc: u-boot@lists.denx.de; Eric Nelson

[U-Boot] [PATCH] usb: Add new command to set USB 2.0 port test modes

2013-02-16 Thread Julius Werner
This patch adds a new 'usb test' command, that will set a port to a USB 2.0 test mode (see USB 2.0 spec 7.1.20). It supports all five test modes on both downstream hub ports and ordinary device's upstream ports. In addition, it supports EHCI root hub ports. The command is guarded by the

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-16 Thread Albert ARIBAUD
Hi Andreas, On Mon, 04 Feb 2013 13:41:09 +0100, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Albert, On 02.02.2013 18:02, Albert ARIBAUD wrote: Refactor linker-generated array code so that symbols which were previously linker-generated are now compiler- generated. This

Re: [U-Boot] [PATCH v7 11/19] arm: relocate_code(): Use __image_copy_end for end of relocation

2013-02-16 Thread Albert ARIBAUD
Hi Benoît, On Fri, 15 Feb 2013 21:54:17 +0100, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Use __image_copy_end instead of __bss_start for the end of the image to relocate. This is the same as commit 033ca72, but applied to all ARM start.S. What is the benefit of this? I find it

Re: [U-Boot] [PATCH v7 11/19] arm: relocate_code(): Use __image_copy_end for end of relocation

2013-02-16 Thread Benoît Thébaudeau
Hi Albert, On Saturday, February 16, 2013 7:47:13 PM, Albert ARIBAUD wrote: Hi Benoît, On Fri, 15 Feb 2013 21:54:17 +0100, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Use __image_copy_end instead of __bss_start for the end of the image to relocate. This is the same as

Re: [U-Boot] [PATCH] mxs: timrot: Add support to i.MX23

2013-02-16 Thread Otavio Salvador
Hello Fadil, On Tue, Feb 12, 2013 at 5:46 PM, Fadil Berisha f.kol...@gmail.com wrote: From: Fadil Berisha f.kol...@gmail.com This patch add timer support to i.MX23 and complete bit fields and values on regs-timrot.h. Testet on imx23-olinuxino board. Signed-off-by: Fadil Berisha

Re: [U-Boot] [PATCH v2 07/10] usb: mxs: Disable USB Port 1 for i.MX23

2013-02-16 Thread Otavio Salvador
On Wed, Feb 13, 2013 at 7:36 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Wed, Feb 13, 2013 at 7:15 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, The i.MX23 just one USB port so disable the second controller probe when building for i.MX23.

Re: [U-Boot] [PATCH 2/4 V3] EXYNOS5: Add gpio pin numbering feature

2013-02-16 Thread Simon Glass
Hi Rajeshwari, On Thu, Feb 7, 2013 at 4:00 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds support for gpio pin numbering support on EXYNOS5 pinmux. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com If

Re: [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2013-02-16 Thread Simon Glass
Hi Joe, On Thu, Dec 20, 2012 at 6:29 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass s...@chromium.org wrote: The Asix driver takes the link down during init() and then brings it back up. This commit changes this so that if a link