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 wrote: Add support for hsi2c controller available on exynos5420. Note: driver currently supports only fast speed mode 100kbps Change-Id: I02555b1dc8f4ac21c50aa5158179768563c92

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

2013-04-14 Thread Wolfgang Denk
Dear David Li, In message 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 - uImage at memory 0x20 and > ep405.dtb at 0x400. Note

[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 blo

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 wrote: > Hi, > > On Tue, Feb 5, 2013 at 9:04 PM, Vivek Gautam > wrote: >> Hi Simon, >> >> >> On Tue, Feb 5, 2013 at 2:56 AM, Simon Glass wrote: >>> Hi, >>> >>> On Mon, Jan 28, 2013 at 2:39 AM, Vivek Gautam >>> wrote: Exynos5250 supports

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 CP

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 diffst

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

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 > > 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

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. >

[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 8960af8ba9488fc54e2e4733cbad

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 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 state. > > Signe

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 READM

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 resulti

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 =

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 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 regio

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 Albert, can I get your ACK on

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, p

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 > --- > > This patch added in V3(current-version) of this patch-series. > > drivers/usb/host/ehci-hcd.c | 10

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 wrote: > > Dear Vivek Gautam, > > > >> Hi Marek, > >> > >> On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut wrote: > >> > Dear Vivek Gautam, > >> > > >> >> Few broken usb mass storage devices can take some time to set

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 U

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 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] 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 wrote: > > Signed-off-by: Albert ARIBAUD > --- > 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

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 > wrote: > > > > > Signed-off-by: Albert ARIBAUD > > --- > > README |4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git

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 wrote: > > Signed-off-by: Albert ARIBAUD > --- > 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 +28

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

2013-04-14 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD --- 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 allocated to the SPL, BSS in

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 t

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 > 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 > > splitt

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 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 + rodata + > linker list) size

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 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: mxc_spi: Se

[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 rep

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

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 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 reset handl

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 th

[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: git://www.de

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 ca

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 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 handling). Actually the gl