Re: [U-Boot] [PATCH V3 0/4] common/lcd cleanup

2012-09-04 Thread Marek Vasut
Dear Igor Grinberg, > Hi guys, > > This series is waiting for several month already. > Only the V3 is one month old and hasn't got any comments so far. > So, if Anatolij for some reason cannot deal with it, > please merge it via a staging tree of yours. Anatolij, poke? It was probably forgotten

Re: [U-Boot] [PATCH V3 0/4] common/lcd cleanup

2012-09-04 Thread Igor Grinberg
Hi guys, This series is waiting for several month already. Only the V3 is one month old and hasn't got any comments so far. So, if Anatolij for some reason cannot deal with it, please merge it via a staging tree of yours. Thanks On 08/09/12 13:14, Nikita Kiryanov wrote: > This patch series attem

Re: [U-Boot] [PULL] Please pull u-boot-atmel/master

2012-09-04 Thread Albert ARIBAUD
Hi Andreas, On Tue, 4 Sep 2012 23:04:44 +0200, Andreas Bießmann wrote: > Dear Albert Aribaud, > > these are the missing patches for 2012.10 release. They where missed > in the last request some days ago. > At this time I did not rebase u-boot-atmel/master on > u-boot-arm/master. > > The follo

[U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-04 Thread Marek Vasut
In case the "fdt addr" command wasn't ran yet and any other "fdt" subcommand was issued, the system crashed due to NULL pointer being used. This is caused by "fdt addr" command setting up a pointer to the FDT memory location. Prior issuing "fdt addr", the pointer is NULL so calling any other subco

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Marek Vasut
Dear Lucas Stach, > Hi Stephen, > > Am Dienstag, den 04.09.2012, 17:05 -0600 schrieb Stephen Warren: > > On 08/30/2012 10:03 AM, Lucas Stach wrote: > > > Hi all, > > > > > > this is a follow up on the patch "USB: EHCI: Initialize multiple > > > USB controllers at once" from Jim Lin. It takes som

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Lucas Stach
Hi Stephen, Am Dienstag, den 04.09.2012, 17:05 -0600 schrieb Stephen Warren: > On 08/30/2012 10:03 AM, Lucas Stach wrote: > > Hi all, > > > > this is a follow up on the patch "USB: EHCI: Initialize multiple > > USB controllers at once" from Jim Lin. It takes some of the > > code but has undergone

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-04 Thread Nobuhiro Iwamatsu
Hi, On Wed, Sep 5, 2012 at 2:36 AM, Tom Rini wrote: > On Mon, Sep 03, 2012 at 09:15:56PM +0200, Wolfgang Denk wrote: >> Dear Nobuhiro Iwamatsu, >> >> In message >> you >> wrote: >> > >> > I am working supporting Renesas RMOBILE to U-Boot. >> > Renesas's RMOBILE SoC family contains an ARM Cort

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-04 Thread Nobuhiro Iwamatsu
Hi, On Tue, Sep 4, 2012 at 4:15 AM, Wolfgang Denk wrote: > Dear Nobuhiro Iwamatsu, > > In message > you > wrote: >> >> I am working supporting Renesas RMOBILE to U-Boot. >> Renesas's RMOBILE SoC family contains an ARM Cortex-A9, and this uses >> the same IP as SH. >> (For example, timer, ethe

Re: [U-Boot] Pull request u-boot-blackfin.git (sf branch)

2012-09-04 Thread Bo Shen
Hi Mike Frysinger, On 9/1/2012 21:17, Andreas Bießmann wrote: Dear Mike Frysinger, On 14.08.2012 17:47, Mike Frysinger wrote: The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127: zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200) are available in the git r

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

2012-09-04 Thread Tom Rini
Hello, The following changes since commit e62b008fe341030f4a80a09b66952bba65027b70: integrator: break out common config (2012-09-04 08:51:13 -0700) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 14dace70580df099deb9cdce8f9cfb16

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Marek Vasut
Dear Stephen Warren, > On 08/30/2012 10:03 AM, Lucas Stach wrote: > > Hi all, > > > > this is a follow up on the patch "USB: EHCI: Initialize multiple > > USB controllers at once" from Jim Lin. It takes some of the > > code but has undergone some heavy reworking. > > > > When we remove the ifdef

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Tom Rini
On 09/04/2012 03:53 PM, Benoît Thébaudeau wrote: > On Wednesday, September 5, 2012 12:10:41 AM, Tom Rini wrote: >> On 09/04/2012 03:07 PM, Benoît Thébaudeau wrote: >>> On Tuesday, September 4, 2012 10:50:34 PM, Tom Rini wrote: On Sun, Sep 02, 2012 at 05:25:20PM +0200, Wolfgang Denk wrote:

Re: [U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-04 Thread Daniel Schwierzeck
2012/9/4 Zhizhou Zhang : > Both big-endian and little-endian are tested with below commands: > Rom version: (Default, Now we config it as rom version) > qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic > qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Stephen Warren
On 08/30/2012 10:03 AM, Lucas Stach wrote: > Hi all, > > this is a follow up on the patch "USB: EHCI: Initialize multiple > USB controllers at once" from Jim Lin. It takes some of the > code but has undergone some heavy reworking. > > When we remove the ifdef horror from the above mentioned patch

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Benoît Thébaudeau
On Wednesday, September 5, 2012 12:10:41 AM, Tom Rini wrote: > On 09/04/2012 03:07 PM, Benoît Thébaudeau wrote: > > On Tuesday, September 4, 2012 10:50:34 PM, Tom Rini wrote: > >> On Sun, Sep 02, 2012 at 05:25:20PM +0200, Wolfgang Denk wrote: > >>> Dear Beno??t Th??baudeau, > >>> > >>> In message >

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Tom Rini
On 09/04/2012 03:10 PM, Tom Rini wrote: > On 09/04/2012 03:07 PM, Benoît Thébaudeau wrote: >> Hi Tom, >> >> On Tuesday, September 4, 2012 10:50:34 PM, Tom Rini wrote: >>> On Sun, Sep 02, 2012 at 05:25:20PM +0200, Wolfgang Denk wrote: Dear Beno??t Th??baudeau, In message <1663419

Re: [U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-04 Thread Daniel Schwierzeck
2012/9/4 Zhizhou Zhang : > Both big-endian and little-endian are tested with below commands: > Rom version: (Default, Now we config it as rom version) > qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic > qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic

Re: [U-Boot] [Patch V5 2/4] MIPS: change address related header files

2012-09-04 Thread Daniel Schwierzeck
2012/9/4 Zhizhou Zhang : > Prepare for upcoming mips64 support. This patch add mips64 address > space support. > > Signed-off-by: Zhizhou Zhang > --- > arch/mips/include/asm/addrspace.h |2 +- > arch/mips/include/asm/asm.h |2 +- > arch/mips/include/asm/io.h | 16

Re: [U-Boot] [Patch V4 1/4] MIPS: Add support for MIPS64 cpus

2012-09-04 Thread Daniel Schwierzeck
Dear Wolfgang, 2012/9/1 Wolfgang Denk : > Dear Zhizhou Zhang, > > In message <1346071750-6634-7-git-send-email-etou...@gmail.com> you wrote: [...] > >> + while (1) { >> + cache_op(Hit_Writeback_Inv_D, addr); >> + cache_op(Hit_Invalidate_I, addr); > > We don't allow came

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Tom Rini
On 09/04/2012 03:07 PM, Benoît Thébaudeau wrote: > Hi Tom, > > On Tuesday, September 4, 2012 10:50:34 PM, Tom Rini wrote: >> On Sun, Sep 02, 2012 at 05:25:20PM +0200, Wolfgang Denk wrote: >>> Dear Beno??t Th??baudeau, >>> >>> In message >>> <1663419836.332713.1342790497668.javamail.r...@advansee.c

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Wolfgang Denk
Dear Tom, In message <20120904205034.GC23991@bill-the-cat> you wrote: > > OK, this change is NOT equivalent code. My platforms now hang thusly argh... :-( > This is all fine in full U-Boot. What shall we do? Revert? Fix? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] ../net license for u-boot

2012-09-04 Thread Wolfgang Denk
Dear Rob, In message you wrote: > > I have been working with u-boot for a while now. > > In the net dir, there is a few files that reference LiMon from Neil > Russell. In the header, it states to "see license". Could someone direct me > to the license that it is referencing. I have but an old

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Benoît Thébaudeau
Hi Tom, On Tuesday, September 4, 2012 10:50:34 PM, Tom Rini wrote: > On Sun, Sep 02, 2012 at 05:25:20PM +0200, Wolfgang Denk wrote: > > Dear Beno??t Th??baudeau, > > > > In message > > <1663419836.332713.1342790497668.javamail.r...@advansee.com> you > > wrote: > > > One call to get_cluster can be

Re: [U-Boot] [PATCH] Add a memory get command

2012-09-04 Thread Wolfgang Denk
Dear Joseph Hershberger, In message you wrote: > > Wolfgang Denk wrote on 09/02/2012 > 02:10:42 PM: > > > From: Wolfgang Denk > > To: Joe Hershberger > > > Cc: u-boot@lists.denx.de > > Date: 09/02/2012 02:10 PM > > Subject: Re: [PATCH] A

Re: [U-Boot] [PATCH] Fix strict-aliasing warning in dlmalloc

2012-09-04 Thread Andreas Bießmann
Dear Andreas Bießmann, On 04.09.2012 23:31, andreas.de...@googlemail.com wrote: From: Simon Glass This fixes the following warnings in dlmalloc seen with my gcc 4.6. dlmalloc.c: In function 'malloc_bin_reloc': dlmalloc.c:1493: warning: dereferencing pointer 'p' does break strict-aliasing rul

[U-Boot] [PATCH v2] avr32: add atngw100mkii board

2012-09-04 Thread andreas . devel
From: Andreas Bießmann This patch is derived from an older patch provided by atmel in its buildroot-avr32-v3.0.0.tar.bz2 Signed-off-by: Andreas Bießmann cc: Hans-Christian Egtvedt --- since v1: * rebase on current u-boot-avr32/master (move of grasshopper in MAINTAINERS) MAINTAINERS

[U-Boot] [PATCH] Fix strict-aliasing warning in dlmalloc

2012-09-04 Thread andreas . devel
From: Simon Glass This fixes the following warnings in dlmalloc seen with my gcc 4.6. dlmalloc.c: In function 'malloc_bin_reloc': dlmalloc.c:1493: warning: dereferencing pointer 'p' does break strict-aliasing rules dlmalloc.c:1493: warning: dereferencing pointer 'p' does break strict-aliasing

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-09-04 Thread Andreas Bießmann
Dear Simon Glas, On 13.08.2012 17:25, Andreas Bießmann wrote: Dear Simon Glass, On 06.01.2012 04:54, Simon Glass wrote: This fixes the following warnings in dlmalloc seen with my gcc 4.6. dlmalloc.c: In function 'malloc_bin_reloc': dlmalloc.c:1493: warning: dereferencing pointer 'p' does brea

[U-Boot] [PULL] Please pull u-boot-atmel/master

2012-09-04 Thread Andreas Bießmann
Dear Albert Aribaud, these are the missing patches for 2012.10 release. They where missed in the last request some days ago. At this time I did not rebase u-boot-atmel/master on u-boot-arm/master. The following changes since commit a9f1a4893364ddbb8b7942cded91d4c17c4f5948: lsxl: support power

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-04 Thread Tom Rini
On Sun, Sep 02, 2012 at 05:25:20PM +0200, Wolfgang Denk wrote: > Dear Beno??t Th??baudeau, > > In message <1663419836.332713.1342790497668.javamail.r...@advansee.com> you > wrote: > > One call to get_cluster can be factorized with another, so avoid > > duplicatin> g > > code. > > > > Signed-off-

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

2012-09-04 Thread Allen Martin
On Sun, Sep 02, 2012 at 08:05:11AM -0700, Wolfgang Denk wrote: > Dear Allen Martin, > > In message <1345066741-19613-2-git-send-email-amar...@nvidia.com> you wrote: > > Modeled after gcc-version, add function to get binutils version. > > > > Signed-off-by: Allen Martin > > --- > > config.mk

Re: [U-Boot] [PATCH 2/2] Fixes the crippled console output on PortuxG20.

2012-09-04 Thread Andreas Bießmann
Dear Markus Hubig, On 16.08.2012 20:22, Markus Hubig wrote: In order to use the serial interface on the PortuxG20 we need to enable the level converter first by setting the PC9 pin to high. The level converter needs some time to settle so we have to use the mdelay() function to wait for some tim

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Andreas Bießmann
Dear Markus Hubig, On 16.08.2012 20:22, Markus Hubig wrote: The board_postclk_init() function can be used to perform operations that requires a working timer early within the U-Boot init_sequence. Signed-off-by: Markus Hubig Cc: Albert ARIBAUD --- applied to u-boot-atmel/master, thanks! Be

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Albert ARIBAUD
Hi Andreas, On Tue, 04 Sep 2012 21:35:51 +0200, Andreas Bießmann wrote: > Hi Albert, > > On 04.09.12 21:34, Albert ARIBAUD wrote: > > Hi Andreas, > > > > On Tue, 04 Sep 2012 21:17:58 +0200, Andreas Bießmann > > wrote: > > > >> Dear Albert Aribaud, > >> > >> On 16.08.12 20:22, Markus Hubig wr

Re: [U-Boot] [PATCH V2] atmel: eb_cpux9k2: add ram target configuration

2012-09-04 Thread Andreas Bießmann
Dear Jens Scharsig, On 04.09.2012 09:37, Jens Scharsig (BuS Elektronik) wrote: From: Jens Scharsig * add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config) Signed-off-by: Jens Scharsig Signed-off-by: Jens Scharsig (BuS Elektronik) --- applied to u-boot-atmel/master, thnaks! Best reg

[U-Boot] ../net license for u-boot

2012-09-04 Thread Rob
I have been working with u-boot for a while now. In the net dir, there is a few files that reference LiMon from Neil Russell. In the header, it states to "see license". Could someone direct me to the license that it is referencing. Thx ___ U-Boot mailin

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Andreas Bießmann
Hi Albert, On 04.09.12 21:34, Albert ARIBAUD wrote: > Hi Andreas, > > On Tue, 04 Sep 2012 21:17:58 +0200, Andreas Bießmann > wrote: > >> Dear Albert Aribaud, >> >> On 16.08.12 20:22, Markus Hubig wrote: >>> The board_postclk_init() function can be used to perform operations >>> that requires a

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Albert ARIBAUD
Hi Andreas, On Tue, 04 Sep 2012 21:17:58 +0200, Andreas Bießmann wrote: > Dear Albert Aribaud, > > On 16.08.12 20:22, Markus Hubig wrote: > > The board_postclk_init() function can be used to perform operations > > that requires a working timer early within the U-Boot init_sequence. > > > > Sig

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Andreas Bießmann
Dear Albert Aribaud, On 16.08.12 20:22, Markus Hubig wrote: > The board_postclk_init() function can be used to perform operations > that requires a working timer early within the U-Boot init_sequence. > > Signed-off-by: Markus Hubig > Cc: Albert ARIBAUD > --- > arch/arm/lib/board.c |3 +++

Re: [U-Boot] Please pull u-boot-staging/tr...@ti.com

2012-09-04 Thread Albert ARIBAUD
Hi Tom, On Tue, 4 Sep 2012 09:08:26 -0700, Tom Rini wrote: > Hello, > > The following changes since commit > a9f1a4893364ddbb8b7942cded91d4c17c4f5948: > > lsxl: support power switch (2012-09-03 17:48:51 +0530) > > are available in the git repository at: > > git://git.denx.de/u-boot-stagi

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-04 Thread Tom Rini
On Mon, Sep 03, 2012 at 09:15:56PM +0200, Wolfgang Denk wrote: > Dear Nobuhiro Iwamatsu, > > In message > you > wrote: > > > > I am working supporting Renesas RMOBILE to U-Boot. > > Renesas's RMOBILE SoC family contains an ARM Cortex-A9, and this uses > > the same IP as SH. > > (For example,

Re: [U-Boot] [PATCH] hwconfig: Move HWCONFIG_BUFFER_SIZE into hwconfig.h

2012-09-04 Thread York Sun
On 09/02/2012 05:43 AM, Wolfgang Denk wrote: Dear York Sun, In message <1345226412.6510.38.camel@oslab-l1> you wrote: On Fri, 2012-08-17 at 12:54 -0500, Kumar Gala wrote: On Aug 15, 2012, at 7:53 PM, York Sun wrote: Before proper environment is setup, we extract hwconfig and put it into a bu

[U-Boot] Please pull u-boot-staging/tr...@ti.com

2012-09-04 Thread Tom Rini
Hello, The following changes since commit a9f1a4893364ddbb8b7942cded91d4c17c4f5948: lsxl: support power switch (2012-09-03 17:48:51 +0530) are available in the git repository at: git://git.denx.de/u-boot-staging tr...@ti.com for you to fetch changes up to e62b008fe341030f4a80a09b66952bba65

Re: [U-Boot] [v3] arm: Fixed the offset for the no relocation.

2012-09-04 Thread Stefano Babic
On 04/09/2012 16:03, Zhong Hongbo wrote: > On 03/09/12 08:14, Marek Vasut wrote: >> Dear Zhong Hongbo, >> >>> From: Zhong Hongbo >>> >>> When the u-boot address of destination equal to __start, >>> no relocation. relocation offset(r9) = 0. >> >> Good, now what kind of issue does this patch fix? >

Re: [U-Boot] ARM Workflow: rebase on ARM repositories

2012-09-04 Thread Stephen Warren
On 09/04/2012 03:37 AM, Stefano Babic wrote: > Am 03/09/2012 20:02, schrieb Albert ARIBAUD: >> Hi Stefano, >> > > Hi Albert, > > >>> One of them uses u-boot-imx for his development, and of course after I >>> rebased my tree he got into trouble, due to using a commit that does >>> not exist anymo

[U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-04 Thread Zhizhou Zhang
Both big-endian and little-endian are tested with below commands: Rom version: (Default, Now we config it as rom version) qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic Ram version: qemu-sys

[U-Boot] [Patch V5 3/4] MIPS: don't define CONFIG_SYS_TEXT_BASE in config.mk

2012-09-04 Thread Zhizhou Zhang
We define CONFIG_SYS_TEXT_BASE in board's specified header file. So config.mk is useless, then remove it. Signed-off-by: Zhizhou Zhang --- board/qemu-mips/config.mk | 10 -- include/configs/qemu-mips.h |1 + 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 boa

[U-Boot] [Patch V5 1/4] MIPS: Don't use camel-case style

2012-09-04 Thread Zhizhou Zhang
Replace camel-case style with upper-case style globally. Signed-off-by: Zhizhou Zhang --- arch/mips/cpu/mips32/cache.S | 10 ++--- arch/mips/cpu/mips32/cpu.c |8 ++-- arch/mips/cpu/xburst/cpu.c | 12 +++--- arch/mips/cpu/xburst/start.S |4 +- arch/mips/include/asm

[U-Boot] [Patch V5 2/4] MIPS: change address related header files

2012-09-04 Thread Zhizhou Zhang
Prepare for upcoming mips64 support. This patch add mips64 address space support. Signed-off-by: Zhizhou Zhang --- arch/mips/include/asm/addrspace.h |2 +- arch/mips/include/asm/asm.h |2 +- arch/mips/include/asm/io.h | 16 arch/mips/include/asm/posi

[U-Boot] [Patch V5 0/4] add mips64 cpus support

2012-09-04 Thread Zhizhou Zhang
This patch add mips64 cpu support. In this version, I have tested it both when configured running in ram version and running in rom version. qemu-system-mips64 -M mips -cpu MIPS64R2-generic -bios u-boot.bin -nographic U-Boot 2012.07-00146-g42c7773 (Sep 04 2012 - 21:56:46) Board: Qemu -M mips C

Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-04 Thread Zhong Hongbo
On 02/09/12 20:40, Wolfgang Denk wrote: > Dear Zhong Hongbo, > > In message <1345075118-3131-1-git-send-email-bocui...@gmail.com> you wrote: >> From: Zhong Hongbo >> >> all the patitions should depend CONFIG_PARTITIONS, no the >> CONFIG_CMD_$(device). The device symbol may be SATA, SCSI, >> USB,

Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-04 Thread Zhong Hongbo
On 02/09/12 20:41, Wolfgang Denk wrote: > Dear Zhong Hongbo, > > In message <1345075118-3131-1-git-send-email-bocui...@gmail.com> you wrote: >> From: Zhong Hongbo >> >> all the patitions should depend CONFIG_PARTITIONS, no the >> CONFIG_CMD_$(device). The device symbol may be SATA, SCSI, >> USB,

Re: [U-Boot] [v3] arm: Fixed the offset for the no relocation.

2012-09-04 Thread Zhong Hongbo
On 03/09/12 08:14, Marek Vasut wrote: > Dear Zhong Hongbo, > >> From: Zhong Hongbo >> >> When the u-boot address of destination equal to __start, >> no relocation. relocation offset(r9) = 0. > > Good, now what kind of issue does this patch fix? Hi Marek When you adopt CONFIG_SPL_BUILD framewor

Re: [U-Boot] ARM Workflow: rebase on ARM repositories

2012-09-04 Thread Albert ARIBAUD
Hi Stefano, On Tue, 04 Sep 2012 11:37:52 +0200, Stefano Babic wrote: > > OTOH, we all can see Wolfgang sometimes performing pulls by merging, > > so he might have a different view on this. > > Of course ;-) And so he has expressed, before your reply actually, and clearly expressed a preference

Re: [U-Boot] [PATCH] mmc: Add a quirk to add delay during completion of sdhci_send_cmd

2012-09-04 Thread Tushar Behera
On 09/04/2012 05:07 PM, Tushar Behera wrote: > MMC host controller requires a delay between every sdhci_send_cmd() > execution. In s5p_mmc driver (s5p_sdhci replaces this driver), a delay > of 1000us was provided after every mmc_send_cmd() call. Adding a quirk > in current sdhci driver to replicate

[U-Boot] [PATCH] mmc: Add a quirk to add delay during completion of sdhci_send_cmd

2012-09-04 Thread Tushar Behera
MMC host controller requires a delay between every sdhci_send_cmd() execution. In s5p_mmc driver (s5p_sdhci replaces this driver), a delay of 1000us was provided after every mmc_send_cmd() call. Adding a quirk in current sdhci driver to replicate the behaviour. Without this delay, MMC initializati

Re: [U-Boot] [PATCH 2/2] efikamx: update and clean up configuration

2012-09-04 Thread Stefano Babic
On 23/08/2012 16:52, Matt Sealey wrote: > Rewrite and refine the configuration for the Efika MX to support the > board features effectively. > > In summary: > > * Reorder configuration so it is more readable > * Bring the configuration up to a production-compatible boot process > by implementin

Re: [U-Boot] [PATCH 1/2] efikamx: refine USB support

2012-09-04 Thread Stefano Babic
On 23/08/2012 16:52, Matt Sealey wrote: > Because of the way USB pad settings are handled it doesn't make sense to > be able to build the Efika MX board support without CONFIG_CMD_USB turned > on. So, we change the build to always compile in USB support. > > We do not need to check for CONFIG_CMD_

Re: [U-Boot] [PATCH] mx28evk: Convert to mxs_adjust_memory_params()

2012-09-04 Thread Stefano Babic
On 28/08/2012 21:29, Fabio Estevam wrote: > Recent conversion from mx28_adjust_memory_params to mxs_adjust_memory_params > missed to update mx28evk, which caused the board not to boot. > > Apply the conversion so that the board can boot again. > > Signed-off-by: Fabio Estevam > --- Applied to u

Re: [U-Boot] [PATCH v2 2/2] MX28: mx28evk: Enable SPI DMA

2012-09-04 Thread Stefano Babic
On 28/08/2012 11:56, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 1

Re: [U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-09-04 Thread Stefano Babic
On 28/08/2012 11:56, Otavio Salvador wrote: > Align the SSP clock speed with oscilator to achieve higher transfer > stability. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH] SCSPS1: Enable caches

2012-09-04 Thread Stefano Babic
On 31/08/2012 01:41, Marek Vasut wrote: > Enable caches, make it faster! > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Detlev Zundel > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX S

Re: [U-Boot] [PATCH 2/2] MX28: Fixup the ad-hoc use of DIGCTL_MICROSECONDS

2012-09-04 Thread Stefano Babic
On 29/08/2012 03:15, Marek Vasut wrote: > Use proper struct-based access for this register in the SPL code. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Stefano Babic > Cc: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH 1/2] MX28: Cleanup mxsboot within make mrproper

2012-09-04 Thread Stefano Babic
On 29/08/2012 03:15, Marek Vasut wrote: > Delete the "mxsboot" binary if make mrproper is called. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Stefano Babic > Cc: Fabio Estevam > CC: Albert Aribaud > --- > Makefile |1 + > 1 file changed, 1 insertion(+) > > diff --git a/Make

Re: [U-Boot] [PATCH] M28: Fix the use of gpmi-nand in mtdparts

2012-09-04 Thread Stefano Babic
On 29/08/2012 03:12, Marek Vasut wrote: > The mtd name of the NAND in Linux is "gpmi-nand", not "gpmi-nand.0" as > it would be expected, since the controller doesn't support multiple NANDs > attached to it as of now. Rectify this flub by adjusting default mtdparts. > > Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH] mx28evk: Add USB Ethernet support

2012-09-04 Thread Stefano Babic
On 29/08/2012 18:20, Fabio Estevam wrote: > From: Fabio Estevam > > Add USB Ethernet support. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support

2012-09-04 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for response. I feel this patch set is specific to EXYNOS and hence would be merged in u-boot-samsung. These patches are tested by Joonyoung Shim. Hence except the second patch "Winbond part details for WQ5232" all other patches can be merged in our samsung tree as ther

Re: [U-Boot] ARM Workflow: rebase on ARM repositories

2012-09-04 Thread Stefano Babic
Am 03/09/2012 20:02, schrieb Albert ARIBAUD: > Hi Stefano, > Hi Albert, >> One of them uses u-boot-imx for his development, and of course after I >> rebased my tree he got into trouble, due to using a commit that does >> not exist anymore. > > You mean a commit ID that does not exist any more,

Re: [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration

2012-09-04 Thread Jens Scharsig
Dear Andreas Bießmann, >> >> Please could you also apply this open patch. > > sorry, this one slipped through. Please add some at91/atmel to the > subject line next time to get my attention. Blame it on myself. I forgot the arch comment in subject Best regards Jens Scharsig ___

Re: [U-Boot] [PATCH v3 1/2] i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards

2012-09-04 Thread Lukasz Majewski
Hi Heiko, > Common definition of I2C_{0|1} I2C buses is provided at . > +/* Multi I2C busses handling */ > +#ifdef CONFIG_SOFT_I2C_MULTI_BUS > +enum { > + I2C_0, > + I2C_1, > +}; > + I've got a second thought about this numbering. In the case of Trats: I2C_0 in reality is I2C_5 (this fr

[U-Boot] [PATCH V2] atmel: eb_cpux9k2: add ram target configuration

2012-09-04 Thread Jens Scharsig (BuS Elektronik)
From: Jens Scharsig * add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config) Signed-off-by: Jens Scharsig Signed-off-by: Jens Scharsig (BuS Elektronik) --- fix code styling boards.cfg |3 ++- include/configs/eb_cpux9k2.h |7 ++- 2 files changed, 8 insertion

Re: [U-Boot] Please pull u-boot-avr32/master

2012-09-04 Thread Wolfgang Denk
Dear Andreas Bießmann, In message <1346708952-13572-1-git-send-email-andreas.de...@googlemail.com> you wrote: > > I'm a bit puzzled about the latest discussion regarding merge vs. rebase. I'm > afraid of creating merge commits so this is a first pull request for you to > get these changes into u

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-09-04 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <356588499.3415554.1346682315106.javamail.r...@advansee.com> you wrote: > > > So NAK from me, too. > > OK, but do you agree with the following that Mike and me agreed on after that? > http://lists.denx.de/pipermail/u-boot/2012-August/130650.html > http://lists.

Re: [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support

2012-09-04 Thread Minkyu Kang
Dear Rajeshwari Birje, On 4 September 2012 15:28, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > I have a confusion will this patch set me merged in u-boot-samsung > branch or in sf branch, since only one patch "Winbond part details for > WQ5232" is merged in sf branch. I didn't merge this patchs