Re: [U-Boot] [PATCH v2] spi: mxc_spi: Set master mode for all channels

2013-04-14 Thread Dirk Behme
Am 10.04.2013 01:06, schrieb Fabio Estevam: From: Fabio Estevam fabio.este...@freescale.com The glitch in the SPI clock line, which commit 3cea335c34 (spi: mxc_spi: Fix spi clock glitch durant reset) solved, is back now and itwas re-introduced by commit d36b39bf0d (spi: mxc_spi: Fix ECSPI reset

Re: [U-Boot] [Patch] fsl_esdhc: Fix DMA transfer completion waiting loop

2013-04-14 Thread Dirk Behme
Am 08.04.2013 11:06, schrieb Andrew Gabbasov: Rework the waiting for transfer completion loop condition to continue waiting until both Transfer Complete and DMA End interrupts occur. Checking of DLA bit in Present State register looks not needed in addition to interrupts status checking, so it

[U-Boot] [PULL] : Please pull u-boot-imx

2013-04-14 Thread Stefano Babic
Hallo Albert, I have a couple of fixes for the release. Please pull from u-boot-imx, thanks ! The following changes since commit d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5: spi: mxc_spi: Fix ECSPI reset handling (2013-04-04 10:23:09 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH] Provide more useful debugging when an initcall fails

2013-04-14 Thread Wolfgang Denk
Dear Simon Glass, In message 1365863234-22906-1-git-send-email-...@chromium.org you wrote: The debug() which prints out the current call is not very useful, since if it is called early enough (such as before the console is ready in the pre-relocation board_init_f() sequence) it can hang the

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-04-14 Thread Albert ARIBAUD
Hi Stefano, On Sun, 14 Apr 2013 09:27:34 +0200, Stefano Babic sba...@denx.de wrote: Hallo Albert, I have a couple of fixes for the release. Please pull from u-boot-imx, thanks ! The following changes since commit d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5: spi: mxc_spi: Fix ECSPI

Re: [U-Boot] [Patch] fsl_esdhc: Fix DMA transfer completion waiting loop

2013-04-14 Thread Stefano Babic
On 14/04/2013 09:19, Dirk Behme wrote: Am 08.04.2013 11:06, schrieb Andrew Gabbasov: Rework the waiting for transfer completion loop condition to continue waiting until both Transfer Complete and DMA End interrupts occur. Checking of DLA bit in Present State register looks not needed in

[U-Boot] [PULL] : Please pull u-boot-imx

2013-04-14 Thread Stefano Babic
Sorry Albert, there are two more fixes that I have not merged before. Please pull from u-boot-imx again, thanks. The following changes since commit 0f1411bc8dade4472ca802f46f75714e67301bb0: spi: mxc_spi: Set master mode for all channels (2013-04-13 17:46:42 +0200) are available in the git

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-04-14 Thread Albert ARIBAUD
Hi Stefano, On Sun, 14 Apr 2013 11:34:29 +0200, Stefano Babic sba...@denx.de wrote: Sorry Albert, there are two more fixes that I have not merged before. Please pull from u-boot-imx again, thanks. The following changes since commit 0f1411bc8dade4472ca802f46f75714e67301bb0: spi:

Re: [U-Boot] [PATCH v4 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE

2013-04-14 Thread Albert ARIBAUD
On Fri, 12 Apr 2013 17:14:29 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant semantics across all of U-boot. This patch series aims at fixing this by splitting the maximum size into separate image (code + data +

Re: [U-Boot] [PATCH v4 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE

2013-04-14 Thread Benoît Thébaudeau
Hi Albert, On Sunday, April 14, 2013 4:10:37 PM, Albert ARIBAUD wrote: On Fri, 12 Apr 2013 17:14:29 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant semantics across all of U-boot. This patch series aims at fixing

Re: [U-Boot] [PATCH v4 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE

2013-04-14 Thread Albert ARIBAUD
Hi Benoît, Applied to u-boot-arm/master, with README corrected on the fly as suggested by Tom. This on-the-fly correction is incomplete: CONFIG_SPL_MAX_BSS_SIZE - CONFIG_SPL_BSS_MAX_SIZE Best regards, Benoît Argh! Where were you when I was typing? :) Well, since it is in the README,

[U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README

2013-04-14 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 19da9c8..0bc0af5 100644 --- a/README +++ b/README @@ -2835,7 +2835,7 @@ FIT uImage format: Maximum size in memory

Re: [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README

2013-04-14 Thread Albert ARIBAUD
Hi Albert, On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 19da9c8..0bc0af5 100644

Re: [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README

2013-04-14 Thread Benoît Thébaudeau
Hi Albert, On Sunday, April 14, 2013 4:51:26 PM, Albert ARIBAUD wrote: Hi Albert, On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- README |4 ++-- 1 file changed, 2 insertions(+),

Re: [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README

2013-04-14 Thread Albert ARIBAUD
On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 19da9c8..0bc0af5 100644 --- a/README

Re: [U-Boot] [PATCH 4/4] mx5: Add support for DENX M53EVK

2013-04-14 Thread Marek Vasut
Dear Fabio Estevam, Hi Marek, On Mon, Feb 25, 2013 at 3:24 PM, Marek Vasut ma...@denx.de wrote: +/* + * Boot Device : one of + * spi, sd, nand + */ +BOOT_FROM nand Just curious: which method did you use to flash the final binary into the NAND? Did you boot the kernel and

Re: [U-Boot] [PATCH v3 0/8] usb: ss: Some fixes and cleanup for USB super-speed support

2013-04-14 Thread Marek Vasut
Dear Vivek Gautam, Based on 'u-boot-usb' master branch. This patch-series includes majorly some clean-up, few fixes and then some basic super-speed usb infrastructure addition, to help put support for XHCI in near future. Changes from v2: - Added a patch usb: common: Weed out

Re: [U-Boot] [PATCH 5/7] usb: hub: Increase device enumeration timeout for broken drives

2013-04-14 Thread Marek Vasut
Dear Vivek Gautam, Hi Marek, On Thu, Apr 4, 2013 at 9:28 AM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Few broken usb mass storage devices can take some time to set

Re: [U-Boot] [PATCH v3 8/8] usb: common: Use a global macro for 'min3'

2013-04-14 Thread Marek Vasut
Dear Vivek Gautam, We can use a common global macro for calculating minimum of 3 numbers. Put the same in 'common header' and let 'ehci' use it. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- This patch added in V3(current-version) of this patch-series.

Re: [U-Boot] [PATCH v2 0/7] palm treo 680 smartphone board support

2013-04-14 Thread Marek Vasut
Hi Mike, Hi, This patchset adds support for the Palm Treo 680 smartphone. I had to make some minor tweaks to u-boot to get things working. Most of these changes are small, and most only touch the pxa arch. Thanks for looking. I pushed what I considered ok to u-boot-pxa/master, please

Re: [U-Boot] [PATCH v3 4/8] arm: bootm: call udc_disable() before booting linux

2013-04-14 Thread Marek Vasut
Dear Mike Dunn, On the pxa270, if the udc device is not disabled before jumping to linux, the device fails to initialize in linux because it was left in a running state, and the linux driver assumes that it is in a disabled state. Signed-off-by: Mike Dunn miked...@newsguy.com Albert, can I

Re: [U-Boot] [PATCH v3 8/8] palmtreo680: add utility that writes u-boot to flash

2013-04-14 Thread Marek Vasut
Dear Mike Dunn, This adds a userspace linux utility that writes the u-boot image to an mtd partition on the docg4 nand flash. A special utility is required to do this because u-boot is partially loaded by an initial program loader (IPL) that is permanently programmed to the boot region of

Re: [U-Boot] [PATCH v3 0/8] usb: ss: Some fixes and cleanup for USB super-speed support

2013-04-14 Thread Marek Vasut
Dear Vivek Gautam, Based on 'u-boot-usb' master branch. This patch-series includes majorly some clean-up, few fixes and then some basic super-speed usb infrastructure addition, to help put support for XHCI in near future. btw can you test your patches with MAKEALL -a arm? I get this:

Re: [U-Boot] [PATCH v3 7/8] add support for palm treo 680 board

2013-04-14 Thread Marek Vasut
Dear Mike Dunn, [...] +int board_init(void) +{ + /* We have RAM, disable cache */ + dcache_disable(); + icache_disable(); + + gd-bd-bi_arch_number = MACH_TYPE_TREO680; This is not needed, just define CONFIG_MACH_TYPE in treo680.h + gd-bd-bi_boot_params = 0xa100;

Re: [U-Boot] [PATCH 4/4] mx5: Add support for DENX M53EVK

2013-04-14 Thread Wolfgang Denk
Dear Marek Vasut, In message 201304141920.32212.ma...@denx.de you wrote: Just curious: which method did you use to flash the final binary into the NAND? Did you boot the kernel and used mtd-utils? Maybe we could add such info later into a README? I just wrote the resulting

Re: [U-Boot] [PATCH 4/4] mx5: Add support for DENX M53EVK

2013-04-14 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 201304141920.32212.ma...@denx.de you wrote: Just curious: which method did you use to flash the final binary into the NAND? Did you boot the kernel and used mtd-utils? Maybe we could add such info later into a README? I just

Re: [U-Boot] [PATCH v3 4/8] arm: bootm: call udc_disable() before booting linux

2013-04-14 Thread Albert ARIBAUD
Hi Mike, On Fri, 12 Apr 2013 11:59:16 -0700, Mike Dunn miked...@newsguy.com wrote: On the pxa270, if the udc device is not disabled before jumping to linux, the device fails to initialize in linux because it was left in a running state, and the linux driver assumes that it is in a disabled

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

2013-04-14 Thread Albert ARIBAUD
Hi Tom, The following changes since commit 785881f775252940185e10fbb2d5299c9ffa6bce: env: Add redundant env support to UBI env (2013-04-11 15:52:55 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

Re: [U-Boot] [PATCH v2 0/7] palm treo 680 smartphone board support

2013-04-14 Thread Mike Dunn
On 04/14/2013 10:44 AM, Marek Vasut wrote: Hi Mike, Hi, This patchset adds support for the Palm Treo 680 smartphone. I had to make some minor tweaks to u-boot to get things working. Most of these changes are small, and most only touch the pxa arch. Thanks for looking. I pushed what

Re: [U-Boot] [PATCH v3 4/8] arm: bootm: call udc_disable() before booting linux

2013-04-14 Thread Marek Vasut
Dear Albert ARIBAUD, Hi Mike, On Fri, 12 Apr 2013 11:59:16 -0700, Mike Dunn miked...@newsguy.com wrote: On the pxa270, if the udc device is not disabled before jumping to linux, the device fails to initialize in linux because it was left in a running state, and the linux driver

Re: [U-Boot] [PATCH v2 0/7] palm treo 680 smartphone board support

2013-04-14 Thread Marek Vasut
Dear Mike Dunn, On 04/14/2013 10:44 AM, Marek Vasut wrote: Hi Mike, Hi, This patchset adds support for the Palm Treo 680 smartphone. I had to make some minor tweaks to u-boot to get things working. Most of these changes are small, and most only touch the pxa arch. Thanks

Re: [U-Boot] [PATCH 0/4] imx: Add iMX6 NAND support

2013-04-14 Thread Marek Vasut
Dear Stefan Roese, Hi Marek, On 10.04.2013 10:21, Marek Vasut wrote: To support NAND on the iMX6 this patch moves some headers into i.MX common locations. Instead of creating new files in the imx6 include directory containing nearly the same content. Here the diffstat: They look

Re: [U-Boot] [PATCH 0/5] vybrid: Add vybrid CPU and vf600 tower board support

2013-04-14 Thread Liu Hui-R64343
-Original Message- From: Wang Huan-B18965 Sent: Friday, April 12, 2013 2:54 PM To: u-boot@lists.denx.de Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496 Subject: [PATCH 0/5] vybrid: Add vybrid CPU and vf600 tower board support This series contains the support for vybrid CPU and

Re: [U-Boot] [PATCH] Exynos5: Add support for USB download boot mode

2013-04-14 Thread Vivek Gautam
Hi, On Sat, Apr 13, 2013 at 7:50 PM, Simon Glass s...@chromium.org wrote: Hi, On Tue, Feb 5, 2013 at 9:04 PM, Vivek Gautam gautamvivek1...@gmail.com wrote: Hi Simon, On Tue, Feb 5, 2013 at 2:56 AM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Jan 28, 2013 at 2:39 AM, Vivek Gautam

[U-Boot] uboot newbie question on booting ep405 board

2013-04-14 Thread David Li
Hi, I am new to using uBoot and learning with a EP405 board. The board is up with the original uBoot that comes with it. But I have encountered some problems booting up Linux. I wonder if anyone can give me some hint or help what went wrong. Basically I built the Linux uImage and device tree

Re: [U-Boot] uboot newbie question on booting ep405 board

2013-04-14 Thread Wolfgang Denk
Dear David Li, In message CAADET=ejpeckxwsohp5+d7pijbbhgk1xumgtaadka-trrvr...@mail.gmail.com you wrote: I am new to using uBoot and learning with a EP405 board. Which exact board is this? Basically I built the Linux uImage and device tree blob for EP 405. Both were downloaded on to RAM -

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-04-14 Thread Heiko Schocher
Hello Naveen Krishna, On 13.04.2013 06:42, Naveen Krishna Ch wrote: On 6 April 2013 07:07, Naveen Krishna Chatradhi naveenkrishna...@gmail.com wrote: Add support for hsi2c controller available on exynos5420. Note: driver currently supports only fast speed mode 100kbps Change-Id: