Re: [U-Boot] [PATCH] arm: Don't use printf() in SPL builds

2012-03-05 Thread Stefan Roese
On Saturday 03 March 2012 21:33:15 Simon Glass wrote: raise() likes to call printf() if it is available, but in SPL builds it either is not available, or adds a large chunk to the resulting image size. So don't call it even if it is available. This change reduces SPL size from 10KB to

Re: [U-Boot] cam_enc_4xx build failure

2012-03-05 Thread Heiko Schocher
Hello Marek, Marek Vasut wrote: Dear Heiko Schocher, cam_enc_4xx does not build with ELDK4.2 . Can you please come up with a patch? Hups, tested only with ELDK-5.1 compile/works fine! Thanks in advance! Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the

Re: [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup

2012-03-05 Thread Stefano Babic
On 03/03/2012 13:02, Marek Vasut wrote: First of the CHECKPATCH series of patches with per-file checkpatch fixes. This series fixes all files fpgadata.c, which contains PPC FPGA firmwares. There are no functional changes, only CHECKPATCH fixes. Hi Marek, Marek Vasut (18): CHECKPATCH:

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Michael Schwingen
On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote: 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! I still use them and would want to keep these boards

Re: [U-Boot] Bug in cfb_console driver

2012-03-05 Thread Anatolij Gustschin
Hi, On Sun, 04 Mar 2012 22:12:20 +0100 Pali Rohár pali.ro...@gmail.com wrote: 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

Re: [U-Boot] [PATCH v3] ARM: s5p: pwm driver support

2012-03-05 Thread Chander M. Kashyap
Dear Donghwa Lee, On Tue, Mar 8, 2011 at 7:12 AM, Donghwa Lee dh09@samsung.com wrote: This is common pwm driver of S5P. Signed-off-by: Donghwa Lee dh09@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v2: - Timer4 was blocked to access compare

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Marek Vasut
Dear Michael Schwingen, On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote: 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! I still use them and

Re: [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup

2012-03-05 Thread Marek Vasut
Dear Stefano Babic, On 03/03/2012 13:02, Marek Vasut wrote: First of the CHECKPATCH series of patches with per-file checkpatch fixes. This series fixes all files fpgadata.c, which contains PPC FPGA firmwares. There are no functional changes, only CHECKPATCH fixes. Hi Marek,

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

2012-03-05 Thread Marek Vasut
Dear 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

Re: [U-Boot] [PATCH 5/7] net/designware: Try configuring phy on each dw_eth_init

2012-03-05 Thread Amit Virdi
Dear Mike, On 3/3/2012 12:08 AM, Mike Frysinger wrote: On Friday 02 March 2012 06:40:07 Amit Virdi wrote: On 3/1/2012 12:41 AM, Mike Frysinger wrote: + u32 phy_configured; +#define FALSE(0) +#define TRUE (!FALSE) NAK: we already have true and false and the bool type.

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

2012-03-05 Thread Albert ARIBAUD
Hi Marek, Le 27/02/2012 14:03, Marek Vasut a écrit : The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100) are available in the git repository at: git://git.denx.de/u-boot-pxa.git fix

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

2012-03-05 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 V6: - Cosmetic changes. Changes for V7: - Trivial change, missed removing memcpy. Removed now. common/cmd_usb.c

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-05 Thread Albert ARIBAUD
Hi Stefano, Le 03/03/2012 12:38, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13: Ethernut 5: fix build error (2012-02-29 01:06:56 +0100) are available in the git repository at:

Re: [U-Boot] Pull request for u-boot-marvell.git

2012-03-05 Thread Albert ARIBAUD
Hi Prafulla, Le 02/03/2012 08:29, Prafulla Wadaskar a écrit : Hi Albert Please kindly pull The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13: prabhakar.cse...@gmail.com (1): Ethernut 5: fix build error are available in the git repository at:

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

2012-03-05 Thread Marek Vasut
Dear Albert ARIBAUD, Hi Marek, Le 27/02/2012 14:03, Marek Vasut a écrit : The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100) are available in the git repository at:

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

2012-03-05 Thread Marek Vasut
Dear Puneet Saxena, This patch was scheduled for aplication. Thank you very much for your good work on this patch! I'll do final test on my platform before applying this. As DMA expects the buffers to be equal and larger then cache lines, This aligns buffers at cacheline. Signed-off-by:

Re: [U-Boot] [PATCH v3 2/2] usb: Add CONFIG to fetch string descriptor

2012-03-05 Thread Marek Vasut
Dear Puneet Saxena, Hi Marek, On Thursday 01 March 2012 05:15 PM, Marek Vasut wrote: Hi! Hi Marek, On Thursday 01 March 2012 02:59 AM, Marek Vasut wrote: Add CONFIG_USB_STRING_FETCH to fetch first string descriptor length and then pass this length to fetch string

Re: [U-Boot] highbank build failure

2012-03-05 Thread Rob Herring
On 03/05/2012 12:19 AM, Marek Vasut wrote: Dear Rob Herring, highbank does not build with ELDK4.2 and ELDK5.1 . Can you please come up with a patch? I've already have. I'm waiting on Albert to pull: http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/126038 Rob Thanks in

Re: [U-Boot] [PATCH v3 2/2] usb: Add CONFIG to fetch string descriptor

2012-03-05 Thread puneets
Hi Marek, On Monday 05 March 2012 06:18 PM, Marek Vasut wrote: Dear Puneet Saxena, Hi Marek, On Thursday 01 March 2012 05:15 PM, Marek Vasut wrote: Hi! Hi Marek, On Thursday 01 March 2012 02:59 AM, Marek Vasut wrote: Add CONFIG_USB_STRING_FETCH to fetch first string descriptor length and

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

2012-03-05 Thread Eric Nelson
On 03/05/2012 12:16 AM, Puneet Saxena wrote: As DMA expects the buffers to be equal and larger then cache lines, This aligns buffers at cacheline. Signed-off-by: Puneet Saxenapune...@nvidia.com --- Changes for V4: - Added memcpy to copy local descriptor to global descriptor. Without

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

2012-03-05 Thread Marek Vasut
Dear Eric Nelson, On 03/05/2012 12:16 AM, Puneet Saxena wrote: As DMA expects the buffers to be equal and larger then cache lines, This aligns buffers at cacheline. Signed-off-by: Puneet Saxenapune...@nvidia.com --- Changes for V4: - Added memcpy to copy local descriptor

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

2012-03-05 Thread Eric Nelson
On 03/04/2012 06:49 PM, Marek Vasut wrote: On 03/02/2012 04:39 PM, Marek Vasut wrote: +* Invalidate data cache over the buffer +*/ + addr = (uint32_t)frame; + size = roundup(frame_length,

[U-Boot] [PATCH v2 1/5] msm7x30: Add Support for low speed uart on msm7x30

2012-03-05 Thread Mohamed Haneef
* Support for low speed uart Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- Changes for v2: - Removed unused macros drivers/serial/Makefile |1 + drivers/serial/serial_msm_uart.c | 156 ++ 2 files changed, 157

Re: [U-Boot] cam_enc_4xx build failure

2012-03-05 Thread Jason Hobbs
On Mon, Mar 05, 2012 at 03:39:39AM -0500, Heiko Schocher wrote: ... arm-linux-ld: final link failed: Bad value make[1]: *** [/opt/work/jenkins/jobs/U- Boot/workspace/workspace/compiler/eldk4.2/device/arm___cam_enc_4xx/spl/u-boot- spl] Error 1 make: *** [spl/u-boot-spl.bin] Error 2

[U-Boot] [PATCH v2 4/5] Add Support for qc_mmc MMC Controller

2012-03-05 Thread Mohamed Haneef
* Support for qc_mmc MMC Controller Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- change for v2: - changed the patch title to support for qc_mmc MMC Controller arch/arm/include/asm/arch-msm7630/mmc.h | 399 + drivers/mmc/Makefile

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

2012-03-05 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 V7: - Trivial change, missed removing memcpy. Removed now. Changes for V8: - Corrected setup_packet allocation using

Re: [U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30

2012-03-05 Thread Tom Rini
On 03/04/2012 01:32 PM, Pali Rohár wrote: On Sunday 04 March 2012 13:23:44 Tom Rini wrote: On Sun, Mar 4, 2012 at 1:06 PM, Pali Rohárpali.ro...@gmail.com wrote: Hi, this commit is breaking MMC support on Nokia N900: a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be

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

2012-03-05 Thread Marek Vasut
Dear Puneet Saxena, I replaced the old patch with this one. Thanks! 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 V7: - Trivial change, missed removing memcpy.

Re: [U-Boot] cam_enc_4xx build failure

2012-03-05 Thread Marek Vasut
Dear Jason Hobbs, On Mon, Mar 05, 2012 at 03:39:39AM -0500, Heiko Schocher wrote: ... arm-linux-ld: final link failed: Bad value make[1]: *** [/opt/work/jenkins/jobs/U- Boot/workspace/workspace/compiler/eldk4.2/device/arm___cam_enc_4xx/spl/ u-boot- spl] Error 1 make: ***

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

2012-03-05 Thread Marek Vasut
Dear Eric Nelson, On 03/04/2012 06:49 PM, Marek Vasut wrote: On 03/02/2012 04:39 PM, Marek Vasut wrote: + * Invalidate data cache over the buffer + */ +addr = (uint32_t)frame; +size =

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

2012-03-05 Thread Eric Nelson
On 03/05/2012 08:39 AM, Marek Vasut wrote: Dear Eric Nelson, On 03/04/2012 06:49 PM, Marek Vasut wrote: On 03/02/2012 04:39 PM, Marek Vasut wrote: +* Invalidate data cache over the buffer +*/ + addr = (uint32_t)frame; +

Re: [U-Boot] cam_enc_4xx build failure

2012-03-05 Thread Wolfgang Denk
Dear Heiko, In message 4f547bcb.1010...@denx.de you wrote: arm-linux-ld: u-boot-spl: Not enough room for program headers, try linking with -N ... Hmm.. I need here this patch (for ELDK-4.2 only): ... -LDFLAGS_u-boot-spl += -T $(obj)u-boot-spl.lds $(LDFLAGS_FINAL) +LDFLAGS_u-boot-spl

[U-Boot] [PATCH] i.MX6: imx_ccm is a constant that points to a register set

2012-03-05 Thread Eric Nelson
If we're going to use globals to point at register banks, they should be constant and visible. --- arch/arm/cpu/armv7/mx6/clock.c |2 +- arch/arm/include/asm/arch-mx6/imx-regs.h |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/mx6/clock.c

Re: [U-Boot] Tegra2 eldk4.2 builds

2012-03-05 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Sunday, March 04, 2012 10:59 PM To: Stephen Warren Cc: albert.u.b...@aribaud.net; aflem...@gmail.com; s...@google.com; Tom Warren; u-boot@lists.denx.de Subject: Tegra2 eldk4.2 builds Dear Stephen Warren,

[U-Boot] [PATCH] MAKEALL: Add -m option to determine maintainers

2012-03-05 Thread Marek Vasut
The -m option lists boards including their maintainers emails. There are multiple strategies used to retrieve these emails: 1) Check board/boardname with git log and use three most recent emails 2) Check board/boardname with git log and use three most used emails 3) Try finding board in

Re: [U-Boot] Tegra2 eldk4.2 builds

2012-03-05 Thread Marek Vasut
Dear Tom Warren, Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Sunday, March 04, 2012 10:59 PM To: Stephen Warren Cc: albert.u.b...@aribaud.net; aflem...@gmail.com; s...@google.com; Tom Warren; u-boot@lists.denx.de Subject: Tegra2 eldk4.2 builds

Re: [U-Boot] [PATCH V2 18/18] OMAP5: reset: Use cold reset in case of 5430ES1.0

2012-03-05 Thread Tom Rini
On Thu, Mar 01, 2012 at 08:08:43PM +0530, R Sricharan wrote: Warm reset is not functional in case of omap5430ES1.0. So use cold reset instead. [snip] --- a/arch/arm/cpu/armv7/omap-common/reset.S +++ b/arch/arm/cpu/armv7/omap-common/reset.S @@ -23,6 +23,7 @@ #include config.h

Re: [U-Boot] [PATCH V2 00/18] OMAP5: Add the Changes required for OMAP5 ES1.0 silicon

2012-03-05 Thread Tom Rini
On Thu, Mar 01, 2012 at 08:08:25PM +0530, R Sricharan wrote: OMAP5 soc support is already present in the mainline. The below are the changes that were identified during the actual silicon wakeup. Briefly, the changes address clocks, ddr, mux, poweric, mmc, io settings required/recommended for

Re: [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency

2012-03-05 Thread Tom Rini
On Thu, Mar 01, 2012 at 11:02:38AM -0300, Fabio Estevam wrote: Create a weak-aliased arch_cpu_init, so that we can get rid of CONFIG_ARCH_CPU_INIT and always call arch_cpu_init. This way we do not need to define CONFIG_ARCH_CPU_INIT in every board file, since arch_cpu_init() is supposed

Re: [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency

2012-03-05 Thread Tom Rini
On Thu, Mar 01, 2012 at 10:44:09PM +0100, Albert ARIBAUD wrote: How about this approach: since the problem is the presence of CPU- (or Soc-)level elements in board-level config files, and since there are probably many other such items in board config files (CPU type in a SoC and HW IP

Re: [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency

2012-03-05 Thread Fabio Estevam
On Mon, Mar 5, 2012 at 2:52 PM, Tom Rini tr...@ti.com wrote: +int __arch_cpu_init(void) +{ +     return 0; +} +int arch_cpu_init(void) +     __attribute__((weak, alias(__arch_cpu_init))); + Please add linux/compiler.h and use __weak instead. Ok, before I rework this patch I would like

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

2012-03-05 Thread Marek Vasut
Dear Eric Nelson, On 03/05/2012 08:39 AM, Marek Vasut wrote: Dear Eric Nelson, On 03/04/2012 06:49 PM, Marek Vasut wrote: On 03/02/2012 04:39 PM, Marek Vasut wrote: + * Invalidate data cache over the buffer + */ +

Re: [U-Boot] [PATCH 0/4] USB: Add support for designware UDC

2012-03-05 Thread Marek Vasut
Dear Amit Virdi, Hello Remy, On Thu, Feb 16, 2012 at 5:33 PM, Amit Virdi amit.vi...@st.com wrote: Support for designware USB device controller (UDC) exists in the u-boot for SPEAr platform. This patchset makes the driver more generic so that it can be used across multiple platforms.

Re: [U-Boot] [PATCH] OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

2012-03-05 Thread Tom Rini
On Sat, Mar 03, 2012 at 09:14:21PM +0100, Enric Balletbo i Serra wrote: This is rework on config files of IGEP-based boards with the aim to remove duplicated code to be more maintainable. Basically this patch creates a common configuration file for both boards and only sets the specific option

Re: [U-Boot] [PATCH 1/4] USB:gadget:designware USB device controller (UDC) implementation

2012-03-05 Thread Marek Vasut
Dear Amit Virdi, From: Vipin KUMAR vipin.ku...@st.com The earlier usb device controller driver was specific to spear platforms. This patch implements the usb device controller driver as a generic controller which can be reused by other platforms using this peripheral. Signed-off-by:

[U-Boot] [PATCH] cmd_pxe.c: fix strict-aliasing warnings

2012-03-05 Thread Jason Hobbs
Without this patch, some versions of gcc (at least ELDK 4.2) complain about dereferencing type-punned pointers. Reported-by: Marek Vasut ma...@denx.de Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Heiko Schocher h...@denx.de Cc: Marek Vasut ma...@denx.de --- common/cmd_pxe.c | 16

Re: [U-Boot] [PATCH 2/4] USB:gadget:designware Device controller bugfixes

2012-03-05 Thread Marek Vasut
Dear Amit Virdi, From: Vipin KUMAR vipin.ku...@st.com This patch fixes a few bugs in USB device controller driver. The fixes are as follows 1. Adding error condition checks eg. NULL return 2. Endpoint other than endpoint 0 (control endpoint) are initialized only if usb state machine

Re: [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency

2012-03-05 Thread Fabio Estevam
On Mon, Mar 5, 2012 at 2:58 PM, Fabio Estevam feste...@gmail.com wrote: On Mon, Mar 5, 2012 at 2:52 PM, Tom Rini tr...@ti.com wrote: +int __arch_cpu_init(void) +{ +     return 0; +} +int arch_cpu_init(void) +     __attribute__((weak, alias(__arch_cpu_init))); + Please add

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

2012-03-05 Thread Simon Glass
Hi Puneet, On Mon, Mar 5, 2012 at 6:46 AM, Puneet Saxena pune...@nvidia.com wrote: 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 Tested on Seaboard: Tested-by: Simon Glass

Re: [U-Boot] [PATCH 4/4] USB:gadget:designware Fix memory nonalignment issue

2012-03-05 Thread Marek Vasut
Dear Amit Virdi, From: Shiraz Hashim shiraz.has...@st.com While receiving packets from FIFO sometimes the buffer provided was nonaligned. Fix this by taking a temporary aligned buffer and then copying the content to nonaligned buffer. Signed-off-by: Shiraz Hashim shiraz.has...@st.com

Re: [U-Boot] [PATCH 0/9] Fix a few warnings that bug me

2012-03-05 Thread Marek Vasut
Dear Simon Glass, This series fixes some warnings which seem to still be left over from all the warning-squashing efforts for 2011.12. If patches exist for some of these already then please ignore. The alias problem in USB is a bit odd, since I thought it was already fixed. But perhaps it

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-03-05 Thread Tom Rini
On Wed, Feb 29, 2012 at 10:37:06PM +0100, Marek Vasut wrote: On Tue, Feb 28, 2012 at 9:25 AM, Pali Roh?r pali.ro...@gmail.com wrote: On Tuesday 24 January 2012 15:27:58 Pali Roh?r wrote: * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function do nothing) *

Re: [U-Boot] [PATCH 3/4] USB:gadget:designware Support high speed

2012-03-05 Thread Marek Vasut
Dear Amit Virdi, From: Vipin KUMAR vipin.ku...@st.com This patch adds the support for usb device high speed for designware peripheral. Signed-off-by: Vipin Kumar vipin.ku...@st.com Signed-off-by: Amit Virdi amit.vi...@st.com --- drivers/usb/gadget/designware_udc.c | 13 +

Re: [U-Boot] [PATCH 0/9] Fix a few warnings that bug me

2012-03-05 Thread Simon Glass
Hi Marek, On Mon, Mar 5, 2012 at 10:22 AM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, This series fixes some warnings which seem to still be left over from all the warning-squashing efforts for 2011.12. If patches exist for some of these already then please ignore. The alias

[U-Boot] [PATCH V2 0/1] net: fec_mxc: allow use with cache enabled

2012-03-05 Thread Eric Nelson
V2 addresses some concerns from the ML: - Use readl()/writel() instead of mapped data structure accesses - Wrong comment style - rbd_base[0] == rbd_base Also removed 'volatile' from fec_send(). Eric Nelson (1): net: fec_mxc: allow use with cache

[U-Boot] [PATCH V2] net: fec_mxc: allow use with cache enabled

2012-03-05 Thread Eric Nelson
ensure that transmit and receive buffers are cache-line aligned invalidate cache after each packet received flush cache before transmitting Original patch by Marek: http://lists.denx.de/pipermail/u-boot/2012-February/117695.html Signed-off-by: Eric

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

2012-03-05 Thread Eric Nelson
On 03/05/2012 10:59 AM, Marek Vasut wrote: Dear Eric Nelson, On 03/05/2012 08:39 AM, Marek Vasut wrote: Dear Eric Nelson, On 03/04/2012 06:49 PM, Marek Vasut wrote: On 03/02/2012 04:39 PM, Marek Vasut wrote: +* Invalidate data cache over the buffer +

Re: [U-Boot] [PATCH 0/9] Fix a few warnings that bug me

2012-03-05 Thread Marek Vasut
Dear Simon Glass, Hi Marek, On Mon, Mar 5, 2012 at 10:22 AM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, This series fixes some warnings which seem to still be left over from all the warning-squashing efforts for 2011.12. If patches exist for some of these already then

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-03-05 Thread Marek Vasut
Dear Tom Rini, On Wed, Feb 29, 2012 at 10:37:06PM +0100, Marek Vasut wrote: On Tue, Feb 28, 2012 at 9:25 AM, Pali Roh?r pali.ro...@gmail.com wrote: On Tuesday 24 January 2012 15:27:58 Pali Roh?r wrote: * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function

Re: [U-Boot] [PATCH 0/9] Fix a few warnings that bug me

2012-03-05 Thread Andy Pont
Hi Simon, snip  arch/powerpc/cpu/mpc5xxx/usb_ohci.c |   79 -- arch/powerpc/cpu/ppc4xx/usb_ohci.c  | 81 -- arch/powerpc/lib/board.c snip The two PowerPC ones apparently only happen with the 4.4 toolchain, so I think we are

Re: [U-Boot] Broken ecc.size when switching between sw and hw ecc (beagleboard)

2012-03-05 Thread Tom Rini
On Wed, Feb 29, 2012 at 03:00:49PM -0600, Scott Wood wrote: On 02/29/2012 06:12 AM, Orjan Friberg wrote: For the beagleboard, ecc.size is not explicitly set when doing 'nandecc sw'. If it's not set for the NAND_ECC_SOFT case in nand_scan_tail, it's set to 256 bytes. When doing

Re: [U-Boot] [PATCH] ARMv7: OMAP: Add init function for TWL4030 GBPR1 register

2012-03-05 Thread Jonathan Solnit
We would really appreciate if someone from TI (Tom?) can confirm that this is a bug in ROM code. Nevertheless, I don't think U-Boot uses MADC feature (am I right?), so IMO, kernel has to be fixed (I think already fixed) to not rely on ROM/U-Boot setup of that MADC clock. I can say for

Re: [U-Boot] [PATCH 5/7] net/designware: Try configuring phy on each dw_eth_init

2012-03-05 Thread Wolfgang Denk
Dear Amit Virdi, In message 4f54af08.1030...@st.com you wrote: Surprisingly, I could still not find true and false defined for ARM architecture or in a common file that I can include. Here's what grep gives me So don't use these. In theory, any use of #define TRUE / FALSE or enum bool or

Re: [U-Boot] [PATCH] ARMv7: OMAP: Add init function for TWL4030 GBPR1 register

2012-03-05 Thread Tom Rini
On Sun, Mar 4, 2012 at 12:45 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 03/01/12 19:47, Jonathan Solnit wrote: Hi Igor. On Thu, Mar 1, 2012 at 12:41 AM, Igor Grinberg grinb...@compulab.co.il mailto:grinb...@compulab.co.il wrote:     Hi Jonathan,     On 02/29/12 22:52, Jonathan

Re: [U-Boot] [PATCH] MAKEALL: Add -m option to determine maintainers

2012-03-05 Thread Wolfgang Denk
Dear Marek Vasut, In message 1330968789-17997-1-git-send-email-ma...@denx.de you wrote: The -m option lists boards including their maintainers emails. There are multiple strategies used to retrieve these emails: 1) Check board/boardname with git log and use three most recent emails 2) Check

Re: [U-Boot] [PATCH 0/9] Fix a few warnings that bug me

2012-03-05 Thread Wolfgang Denk
Dear Andy Pont, In message 00e201ccfaff$bbc8b840$335a28c0$@p...@sdcsystems.com you wrote: This has just grabbed my attention with the comment regarding the 4.4 toolchain as I know that MontaVista ship a version of the 4.4.0 toolchain for PowerPC with one of their embedded Linux products. Is

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Michael Schwingen
Am 03/05/2012 12:54 PM, schrieb Marek Vasut: Dear Michael Schwingen, On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote: 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

Re: [U-Boot] [PATCH V2] net: fec_mxc: allow use with cache enabled

2012-03-05 Thread Marek Vasut
Dear Eric Nelson, ensure that transmit and receive buffers are cache-line aligned invalidate cache after each packet received flush cache before transmitting Original patch by Marek: http://lists.denx.de/pipermail/u-boot/2012-February/117695.html

Re: [U-Boot] [PATCH] MAKEALL: Add -m option to determine maintainers

2012-03-05 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 1330968789-17997-1-git-send-email-ma...@denx.de you wrote: The -m option lists boards including their maintainers emails. There are multiple strategies used to retrieve these emails: 1) Check board/boardname with git log and use three

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Marek Vasut
Dear Michael Schwingen, Am 03/05/2012 12:54 PM, schrieb Marek Vasut: Dear Michael Schwingen, On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote: Dear Michael Schwingen, do you still intend to maintain IXP support in uboot or can all those IXP boards be removed? I'd be

Re: [U-Boot] [PATCH V2] net: fec_mxc: allow use with cache enabled

2012-03-05 Thread Wolfgang Denk
Dear Marek Vasut, In message 201203052106.42334.ma...@denx.de you wrote: Dear Eric Nelson, ensure that transmit and receive buffers are cache-line aligned invalidate cache after each packet received flush cache before transmitting Original patch by Marek:

Re: [U-Boot] [PATCH V2] net: fec_mxc: allow use with cache enabled

2012-03-05 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 201203052106.42334.ma...@denx.de you wrote: Dear Eric Nelson, ensure that transmit and receive buffers are cache-line aligned invalidate cache after each packet received flush cache before transmitting

Re: [U-Boot] [PATCH] MAKEALL: Add -m option to determine maintainers

2012-03-05 Thread Wolfgang Denk
Dear Marek Vasut, In message 201203052114.10141.ma...@denx.de you wrote: - ./MAKEALL -m TQM860L tail: cannot open `1090' for reading: No such file or directory TQM860L: joakim.tjernl...@transmode.se plagn...@jcrosoft.com pty...@xes-inc.com w...@denx.de What's this tail

[U-Boot] [PATCH V2] MAKEALL: Add -m/-M option to determine maintainers

2012-03-05 Thread Marek Vasut
The -m option tries to find the board in MAINTAINERS file and figure out the email. The -M option lists boards including their maintainers emails and all affiliated emails. There are multiple strategies used to retrieve these emails: 1) Check board/boardname with git log and use three most recent

Re: [U-Boot] [PATCH] MAKEALL: Add -m option to determine maintainers

2012-03-05 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 201203052114.10141.ma...@denx.de you wrote: - ./MAKEALL -m TQM860L tail: cannot open `1090' for reading: No such file or directory TQM860L: joakim.tjernl...@transmode.se plagn...@jcrosoft.com pty...@xes-inc.com

Re: [U-Boot] [PATCH v6 11/20] tegra: fdt: Add clock bindings for Tegra2 Seaboard

2012-03-05 Thread Tom Rini
On Tue, Feb 28, 2012 at 10:41:15AM -0800, Stephen Warren wrote: Simon Glass wrote at Tuesday, February 28, 2012 11:37 AM: On Tue, Feb 28, 2012 at 10:31 AM, Stephen Warren swar...@nvidia.com wrote: Simon Glass wrote at Tuesday, February 28, 2012 10:38 AM: ... I am going to add your

[U-Boot] [PATCH] MAKEALL: Add -m/-M option to determine maintainers

2012-03-05 Thread Marek Vasut
The -m option tries to find the board in MAINTAINERS file and figure out the email. The -M option lists boards including their maintainers emails and all affiliated emails. There are multiple strategies used to retrieve these emails: 1) Check board/boardname with git log and use three most recent

Re: [U-Boot] [PATCH v3 2/2] usb: Add CONFIG to fetch string descriptor

2012-03-05 Thread Marek Vasut
Dear Puneet Saxena, Hi Marek, On Monday 05 March 2012 06:18 PM, Marek Vasut wrote: Dear Puneet Saxena, Hi Marek, On Thursday 01 March 2012 05:15 PM, Marek Vasut wrote: Hi! Hi Marek, On Thursday 01 March 2012 02:59 AM, Marek Vasut wrote: Add CONFIG_USB_STRING_FETCH to

Re: [U-Boot] [PATCH] MAKEALL: Add -m/-M option to determine maintainers

2012-03-05 Thread Wolfgang Denk
Dear Marek Vasut, In message 1330981868-29895-1-git-send-email-ma...@denx.de you wrote: The -m option tries to find the board in MAINTAINERS file and figure out the email. The -M option lists boards including their maintainers emails and all affiliated emails. There are multiple strategies

[U-Boot] [PATCHv2] OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

2012-03-05 Thread Enric Balletbo i Serra
This is rework on config files of IGEP-based boards with the aim to remove duplicated code to be more maintainable. Basically this patch creates a common configuration file for both boards and only sets the specific option in the board config file. On board files the hardcored mach type was

Re: [U-Boot] [PATCH] OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

2012-03-05 Thread Enric Balletbò i Serra
Hi Tom 2012/3/5 Tom Rini tr...@ti.com: On Sat, Mar 03, 2012 at 09:14:21PM +0100, Enric Balletbo i Serra wrote: This is rework on config files of IGEP-based boards with the aim to remove duplicated code to be more maintainable. Basically this patch creates a common configuration file for both

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

2012-03-05 Thread Pali Rohár
On Sunday 04 March 2012 22:50:53 Marek Vasut wrote: Did you try the above solution for the video issues? Not yet. I will try it. So why don't YOU fix the problem? Maybe we should try diagnosing it? I might have some time after NSWI075 on tuesday, ending 19:00, you might want to catch me

[U-Boot] [PATCH] sc520: fix build warning about unused temp var

2012-03-05 Thread Mike Frysinger
Building the eNET_SRAM board fails for me: sc520_timer.c: In function 'sc520_udelay': sc520_timer.c:81:7: error: variable 'temp' set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make[1]: *** [sc520_timer.o]

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

2012-03-05 Thread Pali Rohár
On Sunday 04 March 2012 23:09:38 Wolfgang Denk wrote: 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

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

2012-03-05 Thread Pali Rohár
On Sunday 04 March 2012 23:26:29 Mike Frysinger wrote: 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

Re: [U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30

2012-03-05 Thread Pali Rohár
On Monday 05 March 2012 07:58:16 Tom Rini wrote: On 03/04/2012 01:32 PM, Pali Rohár wrote: On Sunday 04 March 2012 13:23:44 Tom Rini wrote: On Sun, Mar 4, 2012 at 1:06 PM, Pali Rohárpali.ro...@gmail.com wrote: Hi, this commit is breaking MMC support on Nokia N900:

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Bryan Hundven
On Mon, Mar 5, 2012 at 12:15 PM, Marek Vasut ma...@denx.de wrote: Dear Michael Schwingen, Am 03/05/2012 12:54 PM, schrieb Marek Vasut: Dear Michael Schwingen, On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote: Dear Michael Schwingen, do you still intend to maintain IXP

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Marek Vasut
Dear Bryan Hundven, On Mon, Mar 5, 2012 at 12:15 PM, Marek Vasut ma...@denx.de wrote: Dear Michael Schwingen, Am 03/05/2012 12:54 PM, schrieb Marek Vasut: Dear Michael Schwingen, On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote: Dear Michael Schwingen, do

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Bryan Hundven
On Mon, Mar 5, 2012 at 2:09 PM, Marek Vasut ma...@denx.de wrote: Dear Bryan Hundven, On Mon, Mar 5, 2012 at 12:15 PM, Marek Vasut ma...@denx.de wrote: Dear Michael Schwingen, Am 03/05/2012 12:54 PM, schrieb Marek Vasut: Dear Michael Schwingen, On Mon, Mar 05, 2012 at 02:14:56AM

Re: [U-Boot] CONFIG_MTD_ECC_SOFT not enabled breakage/change

2012-03-05 Thread Scott Wood
On 03/02/2012 03:08 PM, David Purdy wrote: While finishing some work on support for a new machine, a build based on the latest git, I see this: ... U-Boot 2011.12-00374-g54e9668-dirty (Mar 02 2012 - 14:48:48) Pogoplug E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB

Re: [U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30

2012-03-05 Thread Tom Rini
On Mon, Mar 05, 2012 at 11:03:35PM +0100, Pali Roh?r wrote: On Monday 05 March 2012 07:58:16 Tom Rini wrote: On 03/04/2012 01:32 PM, Pali Roh?r wrote: On Sunday 04 March 2012 13:23:44 Tom Rini wrote: On Sun, Mar 4, 2012 at 1:06 PM, Pali Roh?rpali.ro...@gmail.com wrote: Hi, this

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Marek Vasut
Dear Bryan Hundven, On Mon, Mar 5, 2012 at 2:09 PM, Marek Vasut ma...@denx.de wrote: Dear Bryan Hundven, On Mon, Mar 5, 2012 at 12:15 PM, Marek Vasut ma...@denx.de wrote: Dear Michael Schwingen, Am 03/05/2012 12:54 PM, schrieb Marek Vasut: Dear Michael Schwingen, On

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Bryan Hundven
On Mon, Mar 5, 2012 at 2:22 PM, Marek Vasut ma...@denx.de wrote: Dear Bryan Hundven, On Mon, Mar 5, 2012 at 2:09 PM, Marek Vasut ma...@denx.de wrote: Dear Bryan Hundven, On Mon, Mar 5, 2012 at 12:15 PM, Marek Vasut ma...@denx.de wrote: Dear Michael Schwingen, Am 03/05/2012 12:54

Re: [U-Boot] [PATCH] sc520: fix build warning about unused temp var

2012-03-05 Thread Graeme Russ
Hi Mike, On Tue, Mar 6, 2012 at 8:55 AM, Mike Frysinger vap...@gentoo.org wrote: Building the eNET_SRAM board fails for me:        sc520_timer.c: In function 'sc520_udelay':        sc520_timer.c:81:7: error: variable 'temp' set but not used                [-Werror=unused-but-set-variable]    

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Michael Schwingen
Am 03/05/2012 11:14 PM, schrieb Bryan Hundven: 1) Does usual arm-linux-gnueabi- toolchain work? (possibly if I use some switch to toggle arm core endianness) No, the arm and armeb toolchains are different tuples. 2) Do I need any special options to build the toolchain? You have to build an

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Marek Vasut
Dear Bryan Hundven, On Mon, Mar 5, 2012 at 2:22 PM, Marek Vasut ma...@denx.de wrote: Dear Bryan Hundven, On Mon, Mar 5, 2012 at 2:09 PM, Marek Vasut ma...@denx.de wrote: Dear Bryan Hundven, On Mon, Mar 5, 2012 at 12:15 PM, Marek Vasut ma...@denx.de wrote: Dear Michael

[U-Boot] Please pull u-boot-ti/master

2012-03-05 Thread Tom Rini
Hello, The following changes since commit 3513896e57c6757c411e0633ccb5da08c36ad7d4: Robert Delien (1): Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers are available in the git repository at: git://git.denx.de/u-boot-ti.git master Matt Porter (2):

Re: [U-Boot] [PATCH] MAKEALL: Add -m/-M option to determine maintainers

2012-03-05 Thread Mike Frysinger
On Monday 05 March 2012 16:11:08 Marek Vasut wrote: +get_target_location() { + target=$1 + + BOARD_NAME= + CONFIG_NAME= + board= + vendor= please use local when declaring variables that are function local + line=`egrep -i ^[[:space:]]*${target}[[:space:]]

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

2012-03-05 Thread Mike Frysinger
On Monday 05 March 2012 16:58:47 Pali Rohár wrote: On Sunday 04 March 2012 23:26:29 Mike Frysinger wrote: 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

Re: [U-Boot] [PATCH] sc520: fix build warning about unused temp var

2012-03-05 Thread Mike Frysinger
On Monday 05 March 2012 17:31:43 Graeme Russ wrote: On Tue, Mar 6, 2012 at 8:55 AM, Mike Frysinger wrote: Building the eNET_SRAM board fails for me: sc520_timer.c: In function 'sc520_udelay': sc520_timer.c:81:7: error: variable 'temp' set but not used

  1   2   >