Re: [U-Boot] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels

2012-03-04 Thread Wolfgang Denk
Dear Troy Kisky, In message 4f52c327.3080...@boundarydevices.com you wrote: And which changes 'introduce forward incompatibilities', and what are these incompatibilities? See the recent problems that occurred when RMK decided to clean up the machids file. Would you rather that I take

Re: [U-Boot] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels

2012-03-04 Thread Stefano Babic
On 03/03/2012 14:30, Wolfgang Denk wrote: Dear Dirk Behme, Hi, In message 4f52015a.2080...@googlemail.com you wrote: Agreed. If these patches were only for backward compatibility I would not complain much. But they are known to introduce forward incompati- bilities with all this

Re: [U-Boot] [WIP, PATCH] initcall: An outline of the idea

2012-03-04 Thread Laurence Withers
On Sat, Mar 03, 2012 at 11:46:01PM +1100, Graeme Russ wrote: Perhaps the macro could be expanded to include a prototype for the function, How so - Can you provide a code example? Sure, since all the functions are int(*)(void), just something like this: +#define INIT_FUNC(fn, init_name,

Re: [U-Boot] [WIP, PATCH] initcall: An outline of the idea

2012-03-04 Thread Laurence Withers
On Sun, Mar 04, 2012 at 11:58:27AM +, Laurence Withers wrote: +#define INIT_FUNC(fn, init_name, deps) \ +static int ##fn (void); \ ^^ Excuse the macro catenation operator; that shouldn't be there. Hopefully the example made it clear. Bye for now, -- Laurence

Re: [U-Boot] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels

2012-03-04 Thread Igor Grinberg
Hi, On 03/04/12 13:09, Stefano Babic wrote: On 03/03/2012 14:30, Wolfgang Denk wrote: Dear Dirk Behme, Hi, In message 4f52015a.2080...@googlemail.com you wrote: Agreed. If these patches were only for backward compatibility I would not complain much. But they are known to introduce

Re: [U-Boot] CONFIG_REVISION (was i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels)

2012-03-04 Thread Eric Nelson
On 03/04/2012 04:09 AM, Stefano Babic wrote: On 03/03/2012 14:30, Wolfgang Denk wrote: Dear Dirk Behme, snip There are 3 commits in this series: [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG [PATCH 2/3] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE [PATCH 3/3] i.MX6:

[U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30

2012-03-04 Thread Pali Rohár
Hi, this commit is breaking MMC support on Nokia N900: a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be clear I'm geting only error message timedout waiting on cmd inhibit to clear and I cannot read files from eMMC and SD card. When I reverted commit that commit I all is

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Pali Rohár
On Monday 27 February 2012 21:55:31 Marek Vasut wrote: On Sunday 26 February 2012 23:10:18 Mike Frysinger wrote: On Sunday 26 February 2012 17:08:04 Marek Vasut wrote: On Tuesday 24 January 2012 15:27:57 Pali Rohár wrote: This patch series add support for new board Nokia RX-51 (aka

Re: [U-Boot] [PATCH] integrator: remove fragile delay loop from PCI code

2012-03-04 Thread Wolfgang Denk
Dear Linus Walleij, In message 1330806073-32317-1-git-send-email-linus.wall...@linaro.org you wrote: The reference implementation of the PCI initialization code almost everywhere contain this fragile loop of a few usecs, and its use of volatile variables to delay a number of bus cycles is

Re: [U-Boot] [PATCH] pci: move pciauto_config_init() to pci.h

2012-03-04 Thread Wolfgang Denk
Dear Linus Walleij, In message 1330805108-24007-1-git-send-email-linus.wall...@linaro.org you wrote: Fixing build regressions for the Integrator I get find that a few boards try to work around the missing declaration of pciauto_config_init() by declaring it in the local scope. This does not

Re: [U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30

2012-03-04 Thread Tom Rini
On Sun, Mar 4, 2012 at 1:06 PM, Pali Rohár pali.ro...@gmail.com wrote: Hi, this commit is breaking MMC support on Nokia N900: a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be clear I'm geting only error message timedout waiting on cmd inhibit to clear and I cannot

Re: [U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30

2012-03-04 Thread Pali Rohár
On Sunday 04 March 2012 13:23:44 Tom Rini wrote: On Sun, Mar 4, 2012 at 1:06 PM, Pali Rohár pali.ro...@gmail.com wrote: Hi, this commit is breaking MMC support on Nokia N900: a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be clear I'm geting only error message

Re: [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG

2012-03-04 Thread Eric Nelson
On 03/02/2012 03:59 PM, Marek Vasut wrote: Freescale 2.6.38 (Non-DT) kernels require the revision atag to enable the VPU. Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++ include/configs/mx6qsabrelite.h

[U-Boot] [PATCH V2 3/3] i.MX6: mx6qsabrelite: add ext2 support

2012-03-04 Thread Eric Nelson
--- include/configs/mx6qsabrelite.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 381b3a7..8bc8a83 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -67,6 +67,7

[U-Boot] [PATCH V2 0/3] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels

2012-03-04 Thread Eric Nelson
This series of patches is needed to allow main-line U-Boot to be used with Freescale's Linux 2.6.38 non-DT kernel releases. These releases currently require at least the machine type and revision atag entries and are configured to load boot scripts from the

[U-Boot] [PATCH V2 1/3] i.MX6: mx6q_sabrelite: add CONFIG_REVISION_TAG to allow use with Freescale kernels

2012-03-04 Thread Eric Nelson
--- board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++ include/configs/mx6qsabrelite.h |1 + 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c b/board/freescale/mx6qsabrelite/mx6qsabrelite.c index

[U-Boot] [PATCH V2 2/3] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE

2012-03-04 Thread Eric Nelson
Allow non-dt kernels to boot Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- include/configs/mx6qsabrelite.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 85f6f7a..381b3a7 100644 ---

Re: [U-Boot] [PATCH] AVR32 removal due to lack of custodian.

2012-03-04 Thread Wolfgang Denk
Dear Andreas, In message 4f4b681d.8070...@gmail.com you wrote: well, there where at least two users (sven and I) last year ... ... I'm willing to get u-boot avr32 support to live on for at least some years, if no one else volunteers. Thanks a lot for volunteering. Please send me your ssh

Re: [U-Boot] [PATCH] Remove execute permissions from source files

2012-03-04 Thread Wolfgang Denk
Dear Thomas Weber, In message 1329157314-3427-1-git-send-email-we...@corscience.de you wrote: Signed-off-by: Thomas Weber we...@corscience.de --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 = 100644 arch/arm/cpu/armv7/imx-common/timer.c mode change 100755 = 100644

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Marek Vasut
Dear Pali Rohar, I suggest you to read through this whole mail properly, do not get angry by the first few lines. U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver. See: http://lists.denx.de/pipermail/u-boot/2012-January/115778.html

Re: [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG

2012-03-04 Thread Marek Vasut
On 03/02/2012 03:59 PM, Marek Vasut wrote: Freescale 2.6.38 (Non-DT) kernels require the revision atag to enable the VPU. Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Mike Frysinger
On Sunday 04 March 2012 15:21:23 Pali Rohár wrote: U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver. See: http://lists.denx.de/pipermail/u-boot/2012-January/115778.html http://lists.denx.de/pipermail/u-boot/2012-March/119330.html Until now *nobody* responce to the

Re: [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG

2012-03-04 Thread Eric Nelson
On 03/04/2012 01:59 PM, Marek Vasut wrote: On 03/02/2012 03:59 PM, Marek Vasut wrote: Freescale 2.6.38 (Non-DT) kernels require the revision atag to enable the VPU. Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c |7

Re: [U-Boot] Bug in cfb_console driver

2012-03-04 Thread Pali Rohár
On Saturday 14 January 2012 04:32:04 Pali Rohár wrote: Hello, commit 03d31fcf4c37d90a00e66f06b38742960139f090 break video framebuffer output on Nokia N900. After this commit is video output garbaged and not readable on display. Problem is in function video_invertchar() - when I commented it,

Re: [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG

2012-03-04 Thread Marek Vasut
On 03/04/2012 01:59 PM, Marek Vasut wrote: On 03/02/2012 03:59 PM, Marek Vasut wrote: Freescale 2.6.38 (Non-DT) kernels require the revision atag to enable the VPU. Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com ---

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Pali Rohár
On Sunday 04 March 2012 21:57:23 Marek Vasut wrote: Dear Pali Rohar, I suggest you to read through this whole mail properly, do not get angry by the first few lines. U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver. See:

[U-Boot] [PATCH V2] fs/fat: align disk buffers on cache line to enable DMA and cache

2012-03-04 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Mike Frysinger vap...@gentoo.org --- fs/fat/fat.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 1f95eb4..f3c48bb 100644 --- a/fs/fat/fat.c +++

[U-Boot] [PATCH V2 0/3] i.MX6: Add preliminary cache support

2012-03-04 Thread Eric Nelson
This series of patches defines the prerequisites for cache support on i.MX6 to allow further driver development to occur. It does not enable the use of the data cache by default. To enable data cache, comment out this line in mx6qsabrelite.h or mx6qarm2.h: #define CONFIG_SYS_DCACHE_OFF V2 of

[U-Boot] [PATCH V2 3/3] i.MX6: mx6qsabrelite: add cache commands if cache is enabled

2012-03-04 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Marek Vasut ma...@denx.de --- include/configs/mx6qsabrelite.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index d3b31fe..c851559

[U-Boot] [PATCH V2 1/3] i.MX6: define CACHELINE_SIZE

2012-03-04 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Marek Vasut ma...@denx.de --- arch/arm/include/asm/arch-mx6/imx-regs.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h

[U-Boot] [PATCH V2 2/3] i.MX6: implement enable_caches()

2012-03-04 Thread Eric Nelson
disabled by default until drivers are fixed Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Marek Vasut ma...@denx.de --- arch/arm/cpu/armv7/mx6/soc.c|8 include/configs/mx6qarm2.h |2 ++ include/configs/mx6qsabrelite.h |2 ++ 3 files

Re: [U-Boot] [PATCH/RFC] MAKEALL: allow people to specify arch/cpu/soc/vendor names

2012-03-04 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1318964381-27632-1-git-send-email-vap...@gentoo.org you wrote: Rather than maintain a hand coded list of targets which represent cpus/etc and expand into a bunch of board names, add automatic look up to all targets. This makes target selection a bit more

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Marek Vasut
On Sunday 04 March 2012 21:57:23 Marek Vasut wrote: Dear Pali Rohar, I suggest you to read through this whole mail properly, do not get angry by the first few lines. U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver. See:

[U-Boot] [PATCH] Block: Remove MG DISK support

2012-03-04 Thread Marek Vasut
This driver is unused and obsolete. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: unsik Kim donar...@gmail.com --- common/cmd_mgdisk.c | 71 -- common/env_mgdisk.c | 76 -- doc/README.mflash | 94 ---

Re: [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG

2012-03-04 Thread Wolfgang Denk
Dear Eric Nelson, In message 4f53d8e6.4000...@boundarydevices.com you wrote: Since U-Boot doesn't really have a configuration step, I find that folks tend to tweak the board configuration file quite a bit based on their needs. Yes, peaople do that a lot, nd it has always been a very good

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Wolfgang Denk
Dear Pali, In message 2426868.sD2XDEqcqE@pali you wrote: 1) Video; check if you have the following defined in your board config: #define CONFIG_VIDEO #define CONFIG_VIDEO_SW_CURSOR #define CONFIG_CFB_CONSOLE #define CONFIG_VGA_AS_SINGLE_DEVICE #define CONFIG_SYS_WHITE_ON_BLACK

Re: [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG

2012-03-04 Thread Eric Nelson
On 03/04/2012 03:06 PM, Wolfgang Denk wrote: Dear Eric Nelson, In message4f53d8e6.4000...@boundarydevices.com you wrote: Since U-Boot doesn't really have a configuration step, I find that folks tend to tweak the board configuration file quite a bit based on their needs. Yes, peaople do

Re: [U-Boot] [PATCH 2/4] net: fec_mxc: allow use with cache enabled

2012-03-04 Thread Eric Nelson
On 03/02/2012 04:39 PM, Marek Vasut wrote: ensure that transmit and receive buffers are cache-line aligned invalidate cache after each packet received flush cache before transmitting Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com ---

[U-Boot] [PATCH V2] Block: Remove MG DISK support

2012-03-04 Thread Marek Vasut
This driver is unused and obsolete. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: unsik Kim donar...@gmail.com --- common/Makefile |2 - common/cmd_mgdisk.c | 71 -- common/cmd_nvedit.c |3 +- common/env_mgdisk.c |

[U-Boot] U-Boot/IXP

2012-03-04 Thread Marek Vasut
Dear Michael Schwingen, do you still intend to maintain IXP support in uboot or can all those IXP boards be removed? I'd be great if you helped bringing them back in-line! Thanks in advance! Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 2/4] net: fec_mxc: allow use with cache enabled

2012-03-04 Thread Marek Vasut
On 03/02/2012 04:39 PM, Marek Vasut wrote: ensure that transmit and receive buffers are cache-line aligned invalidate cache after each packet received flush cache before transmitting Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com ---

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-03-04 Thread Minkyu Kang
Dear David Müller, On 21 February 2012 10:24, Minkyu Kang proms...@gmail.com wrote: On 19 February 2012 20:59, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 22/12/2011 12:16, David Müller a écrit : This patch fixes the s3c24x0 timer code to work with the ARM relocation feature.

[U-Boot] [PATCH 3/5] sf: eon: drop duplicate id

2012-03-04 Thread Mike Frysinger
Looks like Shaohui Xie's patch got merged twice. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/eon.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c index d9d43ca..691ed4e 100644 ---

[U-Boot] [PATCH 2/5] sf: unify erase commands

2012-03-04 Thread Mike Frysinger
Analysis of the flash drivers shows that they all use 0x20 if the erase size is 4KiB, or 0xd8 if it's larger. So with this info in hand, we can unify all the erase functionality in one place. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/eon.c| 11

[U-Boot] [PATCH 4/5] sf: sst: inline duplicate write enable helper funcs

2012-03-04 Thread Mike Frysinger
The local sst enable/disable write funcs don't really add anything over the common API, so just inline the common calls directly. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/sst.c | 26 -- 1 files changed, 4 insertions(+), 22 deletions(-) diff

[U-Boot] [PATCH 1/5] sf: inline data constants

2012-03-04 Thread Mike Frysinger
I imagine much of these constants are due to copy pasting previous drivers rather than an actual reflection of the hardware layout. At any rate, inline the info that we don't care about externally as it shrinks things nicely. Signed-off-by: Mike Frysinger vap...@gentoo.org ---

[U-Boot] [PATCH 5/5] sf: unify status register writing (and thus block unlocking)

2012-03-04 Thread Mike Frysinger
The only two drivers to write the status register do it in the same way, so unify the implementations. This also makes the block unlock logic the same. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/macronix.c | 41 +-

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-04 Thread Mike Frysinger
On Sunday 04 March 2012 16:35:44 Pali Rohár wrote: I'm not angry, but now I'm stucked, because I (and nobody other) was not able to fix problem 1) and problem 1) must be fixed before pushing rx51 patches to master. So I cannot work on rx51 patches... i don't think these things are true. you

[U-Boot] [PATCH] kirkwood: add support for Cloud Engines Pogoplug E02/V2

2012-03-04 Thread David C. Purdy
[PATCH] kirkwood: add support for Cloud Engines Pogoplug E02/V2 This patch adds support for Cloud Engines Pogoplug E02/V2. Signed-off-by: David Purdy david.c.pu...@gmail.com Cc: prafu...@marvell.com Cc: albert.u.b...@aribaud.net --- diff --git a/board/cloudengines/pogoplug_e02/Makefile

Re: [U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-03-04 Thread Minkyu Kang
Dear Doug Anderson, On 20 February 2012 16:06, Chander Kashyap chander.kash...@linaro.org wrote: On 13 February 2012 23:08, Doug Anderson diand...@chromium.org wrote: This properly configures the mux to enable all UARTs. This also fixes things so that we don't configure balls XUCTSN_1 and

Re: [U-Boot] [PATCH] post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU

2012-03-04 Thread Marek Vasut
Dear Wolfgang Denk, Dear Andy, In message 20120113231310.8eadd11cd...@gemini.denx.de I wrote: Dear Kumar Gala, In message 1326396641-20928-1-git-send-email-ga...@kernel.crashing.org you wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- post/Makefile |

[U-Boot] Tegra2 eldk4.2 builds

2012-03-04 Thread Marek Vasut
Dear Stephen Warren, Tegra2 boards fail with gcc4.2.2 from eldk4.2: arm-linux-gcc (GCC) 4.2.2 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-03-04 Thread Marek Vasut
Dear Evil Arch-Custodian, Hi Marek, Le 29/02/2012 22:38, Marek Vasut a écrit : Hi Marek, Le 27/02/2012 21:53, Marek Vasut a écrit : Hi Marek, Le 27/02/2012 14:03, Marek Vasut a écrit : The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:

[U-Boot] cam_enc_4xx build failure

2012-03-04 Thread Marek Vasut
Dear Heiko Schocher, cam_enc_4xx does not build with ELDK4.2 . Can you please come up with a patch? Thanks in advance! Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS

[U-Boot] ca9x4_ct_vxp build failure

2012-03-04 Thread Marek Vasut
Dear Matt Waddel, ca9x4_ct_vxp does not build with ELDK4.2 . Can you please come up with a patch? Thanks in advance! Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR

[U-Boot] highbank build failure

2012-03-04 Thread Marek Vasut
Dear Rob Herring, highbank does not build with ELDK4.2 and ELDK5.1 . Can you please come up with a patch? Thanks in advance! arm-linux-gcc (GCC) 4.2.2 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not

[U-Boot] omap1610h2_cs_autoboot build failure

2012-03-04 Thread Marek Vasut
Dear Kshitij Gupta, omap1610h2_cs_autoboot does not build with ELDK4.2 and ELDK5.1 . Can you please come up with a patch? Thanks in advance! Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for

Re: [U-Boot] omap1610h2_cs_autoboot build failure

2012-03-04 Thread Marek Vasut
Dear Marek Vasut, Dear Kshitij Gupta, omap1610h2_cs_autoboot does not build with ELDK4.2 and ELDK5.1 . Can you please come up with a patch? Thanks in advance! Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO

[U-Boot] nhk8815 build failure

2012-03-04 Thread Marek Vasut
Hello, nhk8815 doesn't build, can someone come up with a patch please? Thanks in advance! Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[U-Boot] [PATCH v5] usb: align buffers at cacheline

2012-03-04 Thread Puneet Saxena
As DMA expects the buffers to be equal and larger then cache lines, This aligns buffers at cacheline. Signed-off-by: Puneet Saxena pune...@nvidia.com --- Changes for V4: - Added memcpy to copy local descriptor to global descriptor. Without that, USB version, class, vendor, product

[U-Boot] [PATCH v6] usb: align buffers at cacheline

2012-03-04 Thread Puneet Saxena
As DMA expects the buffers to be equal and larger then cache lines, This aligns buffers at cacheline. Signed-off-by: Puneet Saxena pune...@nvidia.com --- Changes for V5: - Aligned usb_device_descriptor using ARCH_DMA_MINALIGN Changes for V6: - Cosmetic changes. common/cmd_usb.c