Re: [U-Boot] [PATCH] ARM: EXYNOS: fixed compiler warning message

2012-07-19 Thread Minkyu Kang
On 11 July 2012 13:17, Rajeshwari Birje wrote: > Hi Jaehoon Chung, > > Acked-by: Rajeshwari Shinde > > Thanks and Regards, > Rajeshwari Shinde. > > On Tue, Jul 10, 2012 at 12:50 PM, Jaehoon Chung > wrote: >> Removed [-Wuninitialized] warning message. >> The fout_sel is assigned to "-1" by defau

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Javier Martinez Canillas
On Thu, Jul 19, 2012 at 8:56 AM, Enric Balletbò i Serra wrote: > 2012/7/19 Javier Martinez Canillas : >> On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni >> wrote: >>> Le Tue, 17 Jul 2012 02:15:17 +0200, >>> Javier Martinez Canillas a écrit : >>> +void get_board_mem_timings(u32 *mcfg, u32

[U-Boot] Please pull u-boot-imx for v2012.07

2012-07-19 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 444def73695103c4aca06a70e9f4de9a5e6df28a: ARM: OMAP4: PANDA: Add rest of the USB module pads to essentials (2012-07-19 00:03:34 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx

Re: [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock

2012-07-19 Thread Rajeshwari Birje
Hi Simon Glass, The warning messages are fixed in following patch: "[PATCH] ARM: EXYNOS: fixed compiler warning message" They are applied to u-boot today by Minkyu Kang. Thanks and Regards, Rajeshwari Shinde. On Thu, Jul 19, 2012 at 11:31 AM, Rajeshwari Birje wrote: > Hi Simon Glass, > > Thank

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Thierry Reding
On Thu, Jul 12, 2012 at 08:25:08AM -0700, Simon Glass wrote: > From: Wei Ni > > Add support for the LCD peripheral at the Tegra2 SOC level. A separate > LCD driver will use this functionality to configure the display. > > Mayuresh Kulkarni: > - changes to remove bitfields and clean up for submis

Re: [U-Boot] [PATCH v3 09/18] tegra: Add LCD driver

2012-07-19 Thread Thierry Reding
On Thu, Jul 12, 2012 at 08:25:09AM -0700, Simon Glass wrote: > This driver supports driving a single LCD and providing a U-Boot console > on it. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Update LCD driver to deal with new fdt bindings > > Changes in v3: > - Adjust LCD driver to u

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Enric Balletbò i Serra
2012/7/19 Javier Martinez Canillas : > On Thu, Jul 19, 2012 at 8:56 AM, Enric Balletbò i Serra > wrote: >> 2012/7/19 Javier Martinez Canillas : >>> On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni >>> wrote: Le Tue, 17 Jul 2012 02:15:17 +0200, Javier Martinez Canillas a écrit : >

Re: [U-Boot] [PATCH v3 0/18] tegra: Add display driver and LCD support for Seaboard

2012-07-19 Thread Thierry Reding
On Thu, Jul 12, 2012 at 08:25:00AM -0700, Simon Glass wrote: > This series adds support for the Tegra2x's display peripheral. This > supports the LCD display on Seaboard and we use this to enable console > output in U-Boot on the LCD. > > Configuration is via the device tree. Proposed bindings are

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Adam Jiang
On Thu, Jul 12, 2012 at 11:25:08PM +0800, Simon Glass wrote: > From: Wei Ni > > Add support for the LCD peripheral at the Tegra2 SOC level. A separate > LCD driver will use this functionality to configure the display. > > Mayuresh Kulkarni: > - changes to remove bitfields and clean up for submis

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Javier Martinez Canillas
On Thu, Jul 19, 2012 at 9:44 AM, Enric Balletbò i Serra wrote: > 2012/7/19 Javier Martinez Canillas : >> On Thu, Jul 19, 2012 at 8:56 AM, Enric Balletbò i Serra >> wrote: >>> 2012/7/19 Javier Martinez Canillas : On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni wrote: > Le Tue, 17

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Adam Jiang
On Thu, Jul 19, 2012 at 03:37:07PM +0800, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Thu, Jul 12, 2012 at 08:25:08AM -0700, Simon Glass wrote: > > From: Wei Ni > > > > Add support for the LCD peripheral at the Tegra2 SOC level. A separate > > LCD driver will use this functiona

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Thierry Reding
On Thu, Jul 19, 2012 at 05:24:35PM +0900, Adam Jiang wrote: > On Thu, Jul 19, 2012 at 03:37:07PM +0800, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Thu, Jul 12, 2012 at 08:25:08AM -0700, Simon Glass wrote: > > > From: Wei Ni > > > > > > Add support for the LCD peripheral

[U-Boot] [PATCH u-boot-arm/next v2 2/2] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Javier Martinez Canillas
This patch adds SPL support for IGEP-based boards. Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. Signed-off-by: Javier Martinez Canillas --- Changes since v1: - Set NAND memory 200 Mhz timings when possible as suggested by Thomas Petazzoni board/isee/igep0020/config.mk |

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-19 Thread Marek Vasut
Dear Mike Frysinger, > On Sunday 15 July 2012 04:12:45 Marek Vasut wrote: > > Dear Macpaul Lin, > > > > > +void flush_cache(unsigned long addr, unsigned long size) > > > +{ > > > + flush_dcache_range(addr, addr + size); > > > + invalidate_icache_range(addr, addr + size); > > > > You probably wan

[U-Boot] [PATCH] net: link_local: fix build

2012-07-19 Thread Benoît Thébaudeau
Fix comment within comment build error. Signed-off-by: Benoît Thébaudeau Cc: Joe Hershberger --- .../net/link_local.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git u-boot-66714b1.orig/net/link_local.c u-boot-66714b1/net/link_local.c ind

[U-Boot] [PATCH] net: bootp: fix build

2012-07-19 Thread Benoît Thébaudeau
Fix NetSetState function name used with CONFIG_BOOTP_MAY_FAIL. Signed-off-by: Benoît Thébaudeau Cc: Joe Hershberger --- .../net/bootp.c|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git u-boot-66714b1.orig/net/bootp.c u-boot-66714b1/net/boot

Re: [U-Boot] [PATCH v2 0/4] Board support and feature for LaCie devices

2012-07-19 Thread Simon Guinot
On Wed, Jun 06, 2012 at 01:16:49AM +0200, Simon Guinot wrote: > Changes for v2: > - Move board support and feature into a separate patch set. > - Move mach-types update into a separate patch. > > Simon Guinot (4): > lacie_kw: add support for EFI partitions > ARM: add netspace_mini_v2 to mach

[U-Boot] [PATCH] ARM1136: Fix cache range checks

2012-07-19 Thread Benoît Thébaudeau
bad_cache_range actually returned true if the range was OK, but it was used according to its name, which resulted in all valid dcache range invalidate/flush operations being dropped. Hence, most DMA transfers resulted in garbage data. This patch renames this function according to what it does, and

Re: [U-Boot] [PATCH v7 01/15] tegra20: rename tegra2 -> tegra20

2012-07-19 Thread Simon Glass
Hi Allen, On Tue, Jul 17, 2012 at 12:02 AM, Allen Martin wrote: > This is make naming consistent with the kernel and devicetree and in > preparation of pulling out the common tegra20 code. > > Signed-off-by: Allen Martin > Acked-by: Stephen Warren > Tested-by: Thierry Reding ... > diff --git

[U-Boot] [PATCH 0/8 V6] EXYNOS5: Enable I2C support

2012-07-19 Thread Rajeshwari Shinde
This patch set enables I2C support for EXYNOS5. This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5. Multichannel support has been added to the s3c24x0 I2C driver. s3c24x0_i2c struct has been moved to a common place as it can used by different SOC's. Changes in V2: - Inco

[U-Boot] [PATCH 2/8 V6] EXYNOS: Add I2C base address.

2012-07-19 Thread Rajeshwari Shinde
This patch adds the base address for I2C. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in V5: - None Changes in V6: - None arch/arm/include

[U-Boot] [PATCH 1/8 V6] EXYNOS: CLK: Add i2c clock

2012-07-19 Thread Rajeshwari Shinde
This adds i2c clock information for EXYNOS5. Signed-off-by: Alim Akhtar Signed-off-by: Doug Anderson Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- changes in V2: - Incorporated comments from Simon Glass which are removed extra braces around (readl(&clk->div_top1)

[U-Boot] [PATCH 3/8 V6] EXYNOS5: define EXYNOS5_I2C_SPACING

2012-07-19 Thread Rajeshwari Shinde
This patch defined EXYNOS5_I2C_SPACING used to calculate I2C channel base address. Signed-off-by: Rajeshwari Shinde --- Changes in V6: - New patch. arch/arm/include/asm/arch-exynos/cpu.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-e

[U-Boot] [PATCH 4/8 V6] EXYNOS: PINMUX: Add pinmux support for I2C

2012-07-19 Thread Rajeshwari Shinde
This patch adds pinmux code for I2C. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - Aligned the pinmux functionality as per the latest comments. Changes in V3: - None Changes in V4: - None Changes in V5: - None Changes in V6: -

Re: [U-Boot] [PATCH v7 09/15] ARM: add tegra20 support to arm720t

2012-07-19 Thread Simon Glass
Hi Allen, On Tue, Jul 17, 2012 at 12:02 AM, Allen Martin wrote: > Add support for tegra20 arm7 boot processor. This processor is used > to power on the Cortex A9 and transfer control to it. In tegra this > processor is an ARM7TDMI not an ARM720T, but since we don't use cache > it was easier to

[U-Boot] [PATCH 5/8 V6] I2C: Move struct s3c24x0_i2c to a common place.

2012-07-19 Thread Rajeshwari Shinde
struct s3c24x0_i2c is being moved to common local header file so that the same can be used by s3c series and exynos series SoCs. Signed-off-by: Alim Akhtar Signed-off-by: Doug Anderson Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3:

[U-Boot] [PATCH 7/8 V6] I2C: Add support for Multi channel

2012-07-19 Thread Rajeshwari Shinde
This adds multiple i2c channel support for I2C. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in V5: - Pinmux setting of all bus done during board in

[U-Boot] [PATCH 6/8 V6] I2C: Modify the I2C driver for EXYNOS5

2012-07-19 Thread Rajeshwari Shinde
This patch modifies the S3C I2C driver to suppport EXYNOS5. The cahnges made to driver are as follows: - I2C base address is passed as a parameter to many functions to avoid multiple #ifdef - Channel initialisation is moved to a commom funation as it is required by i

[U-Boot] [PATCH 8/8 V6] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-19 Thread Rajeshwari Shinde
This enables I2C support on smdk5250. Pinmux setting moved to board file to avoid repeated setting of gpio lines. Signed-off-by: Alim Akhtar Signed-off-by: Doug Anderson Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Chang

Re: [U-Boot] i.MX dcache issues

2012-07-19 Thread Benoît Thébaudeau
Hi all, On Tue, Jul 17, 2012 at 12:30:22AM +0200, Marek Vasut wrote: > Dear Dirk Behme, > > > On 15.07.2012 00:08, Benoît Thébaudeau wrote: > > > On Sat, Jul 14, 2012 at 11:28:03PM +0200, Benoît Thébaudeau > > > wrote: > > >> Shouldn't the MMC/eSDHC drivers flush/invalidate the dcache > > >> rang

Re: [U-Boot] i.MX dcache issues

2012-07-19 Thread Marek Vasut
Dear Benoît Thébaudeau, > Hi all, > > On Tue, Jul 17, 2012 at 12:30:22AM +0200, Marek Vasut wrote: > > Dear Dirk Behme, > > > > > On 15.07.2012 00:08, Benoît Thébaudeau wrote: > > > > On Sat, Jul 14, 2012 at 11:28:03PM +0200, Benoît Thébaudeau > > > > > > > > wrote: > > > >> Shouldn't the MMC/e

Re: [U-Boot] [PATCH] ARM1136: Fix cache range checks

2012-07-19 Thread Stefano Babic
On 19/07/2012 13:35, Benoît Thébaudeau wrote: > bad_cache_range actually returned true if the range was OK, but it was used > according to its name, which resulted in all valid dcache range > invalidate/flush > operations being dropped. Hence, most DMA transfers resulted in garbage data. > > This

Re: [U-Boot] [PATCH 0/17] tegra: Add display driver and LCD support for Seaboard

2012-07-19 Thread Christian Kroehnert
Am 18.07.2012 08:51, schrieb Simon Glass: +Tom, Stephen On Tue, Jul 17, 2012 at 5:11 PM, Thierry Reding wrote: On Sat, Jul 14, 2012 at 10:03:31AM +0200, Simon Glass wrote: Hi Christian, On Thu, Apr 19, 2012 at 2:41 PM, Christian Kroehnert wrote: On 15.01.2012 01:47, Simon Glass wrote: Th

[U-Boot] [PATCH 1/2] net: fec_mxc: Fix setting of RCR for xMII

2012-07-19 Thread Benoît Thébaudeau
At least on i.MX25, the RMII mode did not work, which is fixed by this patch. The MII_MODE bit of the FEC RCR register means xMII, i.e. 'not 7-wire', so set it accordingly. According to the xMII and 7-wire (aka GPSI) standards, full duplex should be available on xMII, but not on 7-wire, so set FC

[U-Boot] [PATCH 2/2] net: fec_mxc: Fix MDC for xMII

2012-07-19 Thread Benoît Thébaudeau
The MDC signal is available on all xMII (i.e. 'not 7-wire') interfaces, so mii_speed has to be set for all these interfaces, and not only for MII. Signed-off-by: Benoît Thébaudeau Cc: Joe Hershberger Cc: Stefano Babic --- .../drivers/net/fec_mxc.c |2 +- 1 file cha

[U-Boot] I apply to maintain S3C6400 board for u-boot

2012-07-19 Thread Zhong Hongbo
Hi Denx, I get some information from MAINTAINERS file. I know The board of S3C6400 is a orphaned board. Also I have not the board, But I have a S3C6410 board in my hand. In my development u-boot for my board, I know the S3C6410 replace the s3c6400, and they use the same arm1176 architecture. So I

Re: [U-Boot] I apply to maintain S3C6400 board for u-boot

2012-07-19 Thread Zhong Hongbo
On 07/19/2012 08:21 PM, Zhong Hongbo wrote: > Hi Denx, > > I get some information from MAINTAINERS file. I know The board of > S3C6400 is a orphaned board. Also I have not the board, But I have a > S3C6410 board in my hand. In my development u-boot for my board, I know > the S3C6410 replace the s3

Re: [U-Boot] i.MX dcache issues

2012-07-19 Thread Stefano Babic
On 19/07/2012 13:43, Benoît Thébaudeau wrote: > Hi all, > Hi, > I have switched to the git head, and applied all the latest EHCI/MSC patches > from u-boot-usb-next. Marek, should we maybe try to merge these patches still in the incoming release ? It makes no sense if the release is broken and w

Re: [U-Boot] i.MX dcache issues

2012-07-19 Thread Marek Vasut
Dear Stefano Babic, > On 19/07/2012 13:43, Benoît Thébaudeau wrote: > > Hi all, > > Hi, > > > I have switched to the git head, and applied all the latest EHCI/MSC > > patches from u-boot-usb-next. > > Marek, should we maybe try to merge these patches still in the incoming > release ? It makes n

Re: [U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM

2012-07-19 Thread Mike Frysinger
On Tuesday 05 June 2012 03:28:40 Anatolij Gustschin wrote: > On Sat, 28 Apr 2012 17:04:07 +0200 Anatolij Gustschin wrote: > > Data cache flushing is required for frame buffer in RAM to fix the > > distorted console text output. Currently this text distortion is > > observed with cfb on beageboard a

Re: [U-Boot] [PATCH] Added watchdog support for davinchi_dm365evm

2012-07-19 Thread Mike Frysinger
On Saturday 02 June 2012 11:32:14 Stijn Souffriau wrote: > On 05/20/2012 08:59 PM, Mike Frysinger wrote: > > On Sunday 20 May 2012 12:50:40 Stijn Souffriau wrote: > >> --- a/board/davinci/dm365evm/dm365evm.c > >> +++ b/board/davinci/dm365evm/dm365evm.c > >> > >> +#ifdef CONFIG_HW_WATCHDOG > >> +st

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 05:02:21 Marek Vasut wrote: > Dear Mike Frysinger, > > On Sunday 15 July 2012 04:12:45 Marek Vasut wrote: > > > Dear Macpaul Lin, > > > > +void flush_cache(unsigned long addr, unsigned long size) > > > > +{ > > > > + flush_dcache_range(addr, addr + size); > > > > +

Re: [U-Boot] [PATCH v3 02/18] fdt: Add header guard to fdtdec.h

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:02 Simon Glass wrote: > This makes it easier to include this header from other headers. Acked-by: Mike Frysinger > --- a/include/fdtdec.h > +++ b/include/fdtdec.h > > const u8 *fdtdec_locate_byte_array(const void *blob, int node, >const

Re: [U-Boot] [PATCH v3 03/18] tegra: Use const for pinmux_config_pingroup/table()

2012-07-19 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 04/18] tegra: Add display support to funcmux

2012-07-19 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 07/18] tegra: Add support for PWM

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:07 Simon Glass wrote: > --- a/arch/arm/cpu/armv7/tegra2/Makefile > +++ b/arch/arm/cpu/armv7/tegra2/Makefile > > +COBJS-$(CONFIG_VIDEO_TEGRA) += pwm.o should this get its own knob ? PWM isn't video specific ... -mike signature.asc Description: This is a digitally s

Re: [U-Boot] [PATCH v3 12/18] lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:12 Simon Glass wrote: > --- a/common/lcd.c > +++ b/common/lcd.c > > +#ifdef CONFIG_ARM > +#include > +#endif this header isn't ARM specific. also, i think most arches just include this in their "main" points rather than any non-arch places including it explicitly.

Re: [U-Boot] [PATCH v3 13/18] lcd: Add support for flushing LCD fb from dcache after update

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:13 Simon Glass wrote: > --- a/common/lcd.c > +++ b/common/lcd.c > > +/* Flush LCD activity to the caches */ > +void lcd_sync(void) > +{ > + /* > + * flush_dcache_range() is declared in common.h but it seems that some > + * architectures do not actually

Re: [U-Boot] [PATCH v3 14/18] tegra: Align LCD frame buffer to section boundary

2012-07-19 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-19 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 19 July 2012 05:02:21 Marek Vasut wrote: > > Dear Mike Frysinger, > > > > > On Sunday 15 July 2012 04:12:45 Marek Vasut wrote: > > > > Dear Macpaul Lin, > > > > > > > > > +void flush_cache(unsigned long addr, unsigned long size) > > > > > +{ > > > > > + flu

Re: [U-Boot] [PATCH v3 17/18] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:17 Simon Glass wrote: > --- a/README > +++ b/README > > + CONSOLE_SCROLL_LINES > + > + When the console need to be scrolled, this is the number of > + lines to scroll by. It defaults to 1. Increasing this makes > + the

Re: [U-Boot] [PATCH v3 11/18] arm: Add control over cachability of memory regions

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 14:12:41 Albert ARIBAUD wrote: > On Thu, 12 Jul 2012 08:25:11 -0700, Simon Glass wrote: > > --- a/arch/arm/include/asm/system.h > > +++ b/arch/arm/include/asm/system.h > > > > +/* options available for data cache on each page */ > > +enum dcache_option { > > + DCACHE_OFF

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 04:03:04 Adam Jiang wrote: > On Thu, Jul 12, 2012 at 11:25:08PM +0800, Simon Glass wrote: > > + /* Use a ref-to-sync of 1 always, and take this from the front > > porch */ > > ref-to-sync is supposed to be 1 here. > > > + back = fdtdec_get_int(blob, rgb, "left

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 00:51:23 Jorgen Lundman wrote: > Mike Frysinger wrote: > > i just picked out the first "version 3" i saw in your patch. going back > > to it and searching again shows more than just one file. > > You are correct, 3 files to be precise: > > zfs_fletcher.c zfs_lzjb.c zfs_s

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 02:28:05 Albert ARIBAUD wrote: > On Thu, 19 Jul 2012 00:29:23 -0400, Mike Frysinger wrote: > > On Monday 02 July 2012 12:14:40 Måns Rullgård wrote: > > > It's slightly more complicated than that. Data can be misaligned for a > > > variety of reasons: > > > > > > 1. Errors

Re: [U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2012 08:11 PM, Mike Frysinger wrote: > On Wednesday 18 July 2012 19:45:52 Allen Martin wrote: >> +MAJOR=$($gas --version | head -1 | awk '{print $NF}' | cut -d . >> -f 1) +MINOR=$($gas --version | head -1 | awk '{print $NF}' | >> cut -d . -f

Re: [U-Boot] [PATCH v4 2/2] arm: work around assembler bug

2012-07-19 Thread Tom Rini
On 07/18/2012 11:06 PM, Albert ARIBAUD wrote: > Hi Allen, > > On Wed, 18 Jul 2012 16:45:53 -0700, Allen Martin wrote: >> Disable sibling call optimization based on binutils version. This is >> to work around a bug in the assember in binutils versions < 2.22. >> Branches to weak symbols can be in

[U-Boot] [PATCH v2] kirkwood: add support for Iomega iConnect board

2012-07-19 Thread Luka Perkov
Add support for new board iConnect from Iomega. More information about the device can be found here: http://go.iomega.com/en/products/network-storage-desktop/wireless-data-station/network-hard-drive-iconnect/?partner=4735 Signed-off-by: Luka Perkov Tested-by: Wojciech Dubowik Tested-by: Tim Fl

[U-Boot] cross compile suceeds but not usable

2012-07-19 Thread kqt4at5v
I downloaded the latest u-boot snapshot on 20120717, installed Sourcery CodeBench, set the CROSS_COMPILE variable, and compiled. There were no errors. When I try to load with kwboot it fails. If I build the same u-boot source on the target, Guruplug, with Debian Wheezy installed I get a usable

Re: [U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 11:08:10 Tom Rini wrote: > On 07/18/2012 08:11 PM, Mike Frysinger wrote: > > On Wednesday 18 July 2012 19:45:52 Allen Martin wrote: > >> +MAJOR=$($gas --version | head -1 | awk '{print $NF}' | cut -d . -f 1) > >> +MINOR=$($gas --version | head -1 | awk '{print $NF}' | cut -

Re: [U-Boot] [PATCH u-boot-arm/next v2 2/2] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Enric Balletbò i Serra
2012/7/19 Javier Martinez Canillas : > This patch adds SPL support for IGEP-based boards. > > Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. > > Signed-off-by: Javier Martinez Canillas > --- > > Changes since v1: > > - Set NAND memory 200 Mhz timings when possible as suggested by T

Re: [U-Boot] [PATCH v7 00/15] split tegra20 arm7 code into separate SPL

2012-07-19 Thread Tom Warren
Allen, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Wednesday, July 18, 2012 5:02 PM > To: Tom Warren > Cc: swar...@wwwdotorg.org; s...@chromium.org; thierry.reding@avionic- > design.de; u-boot@lists.denx.de > Subject: Re: [PATCH v7 00/15] split tegra20 arm

Re: [U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/19/2012 08:21 AM, Mike Frysinger wrote: > On Thursday 19 July 2012 11:08:10 Tom Rini wrote: >> On 07/18/2012 08:11 PM, Mike Frysinger wrote: >>> On Wednesday 18 July 2012 19:45:52 Allen Martin wrote: +MAJOR=$($gas --version | head -1 | awk '

Re: [U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM

2012-07-19 Thread Marek Vasut
Dear Mike Frysinger, > On Tuesday 05 June 2012 03:28:40 Anatolij Gustschin wrote: > > On Sat, 28 Apr 2012 17:04:07 +0200 Anatolij Gustschin wrote: > > > Data cache flushing is required for frame buffer in RAM to fix the > > > distorted console text output. Currently this text distortion is > > > o

Re: [U-Boot] [PATCH u-boot-arm/next v2 2/2] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Javier Martinez Canillas
On Thu, Jul 19, 2012 at 5:26 PM, Enric Balletbò i Serra wrote: > 2012/7/19 Javier Martinez Canillas : >> This patch adds SPL support for IGEP-based boards. >> >> Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. >> >> Signed-off-by: Javier Martinez Canillas >> --- >> >> Changes since

Re: [U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y

2012-07-19 Thread Daniel Schwierzeck
Hi Mike, 2012/7/19 Mike Frysinger : > On Thursday 28 June 2012 12:45:21 Daniel Schwierzeck wrote: >> --- a/Makefile >> +++ b/Makefile >> >> +HAVE_VENDOR_COMMON_LIB := $(shell [ -f board/$(VENDOR)/common/Makefile ] \ >> + && echo y || echo n) > > HAVE_VENDOR_COMMON_LIB = $(if $(

[U-Boot] [PATCH u-boot-arm/next v3 2/2] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-19 Thread Javier Martinez Canillas
This patch adds SPL support for IGEP-based boards. Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. Signed-off-by: Javier Martinez Canillas --- Changes since v1: - Set NAND memory 200 Mhz timings when possible as suggested by Thomas Petazzoni Changes since v2: - Add Numonyx 20

Re: [U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 11:38:39 Tom Rini wrote: > On 07/19/2012 08:21 AM, Mike Frysinger wrote: > > On Thursday 19 July 2012 11:08:10 Tom Rini wrote: > >> On 07/18/2012 08:11 PM, Mike Frysinger wrote: > >>> On Wednesday 18 July 2012 19:45:52 Allen Martin wrote: > +MAJOR=$($gas --version | he

Re: [U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 11:49:20 Marek Vasut wrote: > Dear Mike Frysinger, > > On Tuesday 05 June 2012 03:28:40 Anatolij Gustschin wrote: > > > On Sat, 28 Apr 2012 17:04:07 +0200 Anatolij Gustschin wrote: > > > > Data cache flushing is required for frame buffer in RAM to fix the > > > > distorted

Re: [U-Boot] [PATCH v3 13/18] lcd: Add support for flushing LCD fb from dcache after update

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:13 Simon Glass wrote: > +void lcd_sync(void) > +{ > + /* > + * flush_dcache_range() is declared in common.h but it seems that some > + * architectures do not actually implement it. Is there a way to find > + * out whether it exists? For now, ARM is

[U-Boot] Pull request: u-boot-net.git next

2012-07-19 Thread Joe Hershberger
The following changes since commit 0878222fed3fafbfd0b1f2e5a6b2da90a81e910d: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-net into next are available in the git repository at: git://git.denx.de/u-boot-net.git next Tetsuyuki Kobayashi (1): net: nfs: make NF

Re: [U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/19/2012 09:43 AM, Mike Frysinger wrote: > On Thursday 19 July 2012 11:38:39 Tom Rini wrote: >> On 07/19/2012 08:21 AM, Mike Frysinger wrote: >>> On Thursday 19 July 2012 11:08:10 Tom Rini wrote: On 07/18/2012 08:11 PM, Mike Frysinger wrote:

[U-Boot] Pull request: u-boot-net.git master

2012-07-19 Thread Joe Hershberger
The following changes since commit 66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-video are available in the git repository at: git://git.denx.de/u-boot-net.git master benoit.thebaudeau@advans (2): net: bootp: fix bu

Re: [U-Boot] [PATCH] i.MX28: bug fixes in PMU configuration code

2012-07-19 Thread Marek Vasut
Dear Stathis Voukelatos, > Fixed some typos in the i.MX28 PMU code that sets up the VDDD > and VDDIO power rails. In addition the VDDD and VDDIO brownout > offset values should be divided by a step size before being > programmed to the corresponding registers. > > Signed-off-by: Stathis Voukelato

Re: [U-Boot] [PATCH 3/3] ARM: mx28: Remove CONFIG_ARCH_CPU_INIT

2012-07-19 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Fabio, > > On Thu, 1 Mar 2012 19:31:54 +0100, Marek Vasut wrote: > > > No need to define CONFIG_ARCH_CPU_INIT. > > > > > > All mx28 based boards should use arch_cpu_init(). > > > > Acked-by: Marek Vasut > > > > > Signed-off-by: Fabio Estevam > > > --- > > Applied

[U-Boot] (no subject)

2012-07-19 Thread Gigin Jose
http://blog.eduangelis.com.br/wp-content/plugins/zefeeldfego/work.php?shinning213.jpeg___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] net: link_local: fix build

2012-07-19 Thread Joe Hershberger
Hi Benoît, On Thu, Jul 19, 2012 at 6:19 AM, Benoît Thébaudeau wrote: > Fix comment within comment build error. > > Signed-off-by: Benoît Thébaudeau > Cc: Joe Hershberger > --- Applied, thanks. -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH] net: bootp: fix build

2012-07-19 Thread Joe Hershberger
Hi Benoît, On Thu, Jul 19, 2012 at 6:23 AM, Benoît Thébaudeau wrote: > Fix NetSetState function name used with CONFIG_BOOTP_MAY_FAIL. > > Signed-off-by: Benoît Thébaudeau > Cc: Joe Hershberger > --- Applied, thanks. -Joe ___ U-Boot mailing list U-Bo

Re: [U-Boot] [PATCH 2/2] net: fec_mxc: Fix MDC for xMII

2012-07-19 Thread Joe Hershberger
Hi Benoît, On Thu, Jul 19, 2012 at 7:12 AM, Benoît Thébaudeau wrote: > The MDC signal is available on all xMII (i.e. 'not 7-wire') interfaces, so > mii_speed has to be set for all these interfaces, and not only for MII. > > Signed-off-by: Benoît Thébaudeau > Cc: Joe Hershberger > Cc: Stefano Ba

[U-Boot] [PATCH V3 02/25] mxc_i2c: remove ifdef of CONFIG_HARD_I2C

2012-07-19 Thread Troy Kisky
This is always selected when CONFIG_I2C_MXC is selected, so it adds no value. Signed-off-by: Troy Kisky Acked-by: Marek Vasut --- v2: add ack --- drivers/i2c/mxc_i2c.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c inde

[U-Boot] [PATCH V3 03/25] mxc_i2c: create tx_byte function

2012-07-19 Thread Troy Kisky
Use tx_byte function instead of having 3 copies of the code. Signed-off-by: Troy Kisky Acked-by: Marek Vasut --- v2: add ack change ret to integer from unsigned --- drivers/i2c/mxc_i2c.c | 82 +++-- 1 file changed, 24 insertions(+), 58 deletions(-)

[U-Boot] [PATCH V3 06/25] mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write

2012-07-19 Thread Troy Kisky
Signed-off-by: Troy Kisky --- drivers/i2c/mxc_i2c.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 4ce695a..55a688a 100644 --- a/drivers/i2c/mxc_i2c.c +++ b/drivers/i2c/mxc_i2c.c @@ -337,8 +337,10 @@ int i2c_rea

[U-Boot] [PATCH V3 01/25] mxc_i2c: fix i2c_imx_stop

2012-07-19 Thread Troy Kisky
Instead of clearing 2 bits, all the other bits were set because '|=' was used instead of '&='. Signed-off-by: Troy Kisky Acked-by: Marek Vasut Acked-by: Stefano Babic --- V2: add acks V3: rename toggle to idle_bus in patches 17,18,24 and a rebase Heiko, can you take 1-19 if no comments St

[U-Boot] [PATCH V3 09/25] mxc_i2c: remove redundant read

2012-07-19 Thread Troy Kisky
wait_for_sr_state returns i2sr on success so no need to read again. Signed-off-by: Troy Kisky Acked-by: Marek Vasut --- v2: add ack --- drivers/i2c/mxc_i2c.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 01a6408..83c2fab 100644 --- a/

[U-Boot] [PATCH V3 04/25] mxc_i2c: clear i2sr before waiting for bit

2012-07-19 Thread Troy Kisky
Let's clear the sr register before waiting for bit to be set, instead of clearing it after hardware sets it. No real operational difference here, but allows combining of i2c_imx_trx_complete and i2c_imx_bus_busy in later patches. Signed-off-by: Troy Kisky Acked-by: Marek Vasut --- v2: add ack a

[U-Boot] [PATCH V3 13/25] mxc_i2c: change slave addr if conflicts with destination.

2012-07-19 Thread Troy Kisky
The i2c controller cannot be both master and slave in the same transaction. Signed-off-by: Troy Kisky --- v2: no change --- drivers/i2c/mxc_i2c.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 1a5e379..ba2aad3 100644 --- a/drivers/i2

[U-Boot] [PATCH V3 10/25] mxc_i2c: place imx_start code inline

2012-07-19 Thread Troy Kisky
imx_start is only referenced once so move to that location. Signed-off-by: Troy Kisky Acked-by: Marek Vasut --- v2: add ack --- drivers/i2c/mxc_i2c.c | 53 +++-- 1 file changed, 20 insertions(+), 33 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c

Re: [U-Boot] [PATCH 1/8 V6] EXYNOS: CLK: Add i2c clock

2012-07-19 Thread Simon Glass
On Thu, Jul 19, 2012 at 12:39 PM, Rajeshwari Shinde wrote: > This adds i2c clock information for EXYNOS5. > > Signed-off-by: Alim Akhtar > Signed-off-by: Doug Anderson > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass Acked-by: Simon Glass > --- > changes in V2: > - Incorpo

[U-Boot] [PATCH V3 05/25] mxc_i2c: create i2c_init_transfer

2012-07-19 Thread Troy Kisky
Initial code of i2c_read and i2c_write is identical, move to subroutine. Signed-off-by: Troy Kisky Acked-by: Marek Vasut Acked-by: Stefano Babic --- v2: add ack --- drivers/i2c/mxc_i2c.c | 44 ++-- 1 file changed, 18 insertions(+), 26 deletions(-) di

[U-Boot] [PATCH V3 08/25] mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state

2012-07-19 Thread Troy Kisky
Not using udelay gives a more accurate timeout. The current implementation of udelay in imx-common does not seem to wait at all for a udelay(1). Signed-off-by: Troy Kisky Acked-by: Marek Vasut V2: Added WATCHDOG_RESET as suggested by Marek Vasut add error message when stop fails mxc_i2c:

[U-Boot] [PATCH V3 18/25] mxc_i2c: add bus recovery support

2012-07-19 Thread Troy Kisky
Add support for calling a function that will toggle the SCL line to return the bus to idle condition. The actual toggling function is added in a later patch. Signed-off-by: Troy Kisky --- v2: commit log change, global data in sram section. make toggle_i2c return int v3: rename toggle to idle_b

[U-Boot] [PATCH V3 07/25] mxc_i2c.c: code i2c_probe as a 0 length i2c_write

2012-07-19 Thread Troy Kisky
Signed-off-by: Troy Kisky Acked-by: Marek Vasut Acked-by: Stefano Babic --- v2: add acks change comment --- --- drivers/i2c/mxc_i2c.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 55a688a..62

[U-Boot] [PATCH V3 23/25] i.mx53: add definition for I2C3_BASE_ADDR

2012-07-19 Thread Troy Kisky
Signed-off-by: Troy Kisky --- v2: no change --- arch/arm/include/asm/arch-mx5/imx-regs.h |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/arm/include/asm/arch-mx5/imx-regs.h index 88fb7cb..10f0ced 100644 --- a/arch/arm/include/asm/arch-mx5/i

[U-Boot] [PATCH V3 15/25] mxc_i2c: add retries

2012-07-19 Thread Troy Kisky
Retry unexpected hardware errors. This will not retry a received NAK. Signed-off-by: Troy Kisky --- v2: if i2c_init_transfer_ returns no error, then return 0 --- drivers/i2c/mxc_i2c.c | 36 +++- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/dri

Re: [U-Boot] [PATCH 3/8 V6] EXYNOS5: define EXYNOS5_I2C_SPACING

2012-07-19 Thread Simon Glass
On Thu, Jul 19, 2012 at 12:39 PM, Rajeshwari Shinde wrote: > This patch defined EXYNOS5_I2C_SPACING used to calculate I2C channel > base address. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V6: > - New patch. > arch/arm/include/asm/arch-exynos/cpu.h |

Re: [U-Boot] [PATCH 6/8 V6] I2C: Modify the I2C driver for EXYNOS5

2012-07-19 Thread Simon Glass
On Thu, Jul 19, 2012 at 12:39 PM, Rajeshwari Shinde wrote: > This patch modifies the S3C I2C driver to suppport EXYNOS5. > The cahnges made to driver are as follows: > - I2C base address is passed as a parameter to many > functions to avoid multiple #ifdef > - Channel initi

Re: [U-Boot] [PATCH 8/8 V6] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-19 Thread Simon Glass
On Thu, Jul 19, 2012 at 12:40 PM, Rajeshwari Shinde wrote: > This enables I2C support on smdk5250. > Pinmux setting moved to board file to avoid repeated setting of > gpio lines. > > Signed-off-by: Alim Akhtar > Signed-off-by: Doug Anderson > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon G

[U-Boot] [PATCH V3 24/25] imx-common: add i2c.c for bus recovery support

2012-07-19 Thread Troy Kisky
Signed-off-by: Troy Kisky --- v2: do nothing if bus is already idle print failure message if appropriate change enable_i2c_clock to enable_i2c_clk clear non-idle bus before calling bus_i2c_init. wait .2 seconds for bus to clear before returning error fix compiler warnings v3:

[U-Boot] [PATCH V3 20/25] iomux-v3: remove include of mx6x_pins.h

2012-07-19 Thread Troy Kisky
This include is not needed. Signed-off-by: Troy Kisky --- v2: no change --- arch/arm/cpu/armv7/mx6/iomux-v3.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv7/mx6/iomux-v3.c b/arch/arm/cpu/armv7/mx6/iomux-v3.c index 8785532..a0c4b15 100644 --- a/arch/arm/cpu/armv7/mx6/i

[U-Boot] [PATCH V3 11/25] mxc_i2c: place i2c_reset code inline

2012-07-19 Thread Troy Kisky
imx_reset is only referenced once so move to that location. Signed-off-by: Troy Kisky Acked-by: Marek Vasut --- v2: add ack --- drivers/i2c/mxc_i2c.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 9efa9

  1   2   >