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

2012-08-26 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 5f50310588e87f2ff501992564d1b05df71419f4: davinci, c6x: Always use C version of reset code (2012-08-25 13:40:03 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for

Re: [U-Boot] [PATCH v2 1/2] mx35: Define default SoC input clock frequencies

2012-08-26 Thread Stefano Babic
On 21/08/2012 23:07, Benoît Thébaudeau wrote: > Define default SoC input clock frequencies for i.MX35 in order to get rid of > duplicated definitions. > > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic > --- > This patch depends on http://patchwork.ozlabs.org/patch/177437/ . > Hi Benoît,

Re: [U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'

2012-08-26 Thread Stefano Babic
On 22/08/2012 22:10, Fabio Estevam wrote: > From: Fabio Estevam > > > For representing a timeout value, it makes more sense to pass it as > 'unsigned int'. > > Signed-off-by: Fabio Estevam > --- > arch/arm/cpu/arm926ejs/mxs/mxs.c |6 -- > arch/arm/include/asm/arch-mxs/sys_proto

Re: [U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards

2012-08-26 Thread Stefano Babic
On 22/08/2012 21:25, Matt Sealey wrote: > * Move Efika MX Smarttop and Smartbook boards into a "genesi" vendor directory > * Rename efikamx -> mx51_efikamx since there is an mx53_efikamx and > mx6_efikamx to come > > Signed-off-by: Matt Sealey > --- > board/{efikamx => genesi/mx51_efikamx}/Make

Re: [U-Boot] [PATCH 3/4] efikamx: configure Smarttop PCBID and LED pads in DCD for convenience

2012-08-26 Thread Stefano Babic
On 22/08/2012 21:25, Matt Sealey wrote: > PCBID pads seem to need time to settle due to external pulldowns, otherwise > we are reading floating GPIO pins with implicit pad pullups and get the wrong > data. However we can't "wait" at the time we need them before relocation, > since timers are not av

Re: [U-Boot] [PATCH 2/4] efikamx: remove drive strength function and roll its functionality into the DCD

2012-08-26 Thread Stefano Babic
On 22/08/2012 21:25, Matt Sealey wrote: > Efika MX boards configure their DDR pad settings twice, one in the DCD > generated > from imximage_*.cfg and again in init_drive_strength called before relocation. > > Rather than doing this, roll the changes it makes into the DCD so DDR is set > up > be

Re: [U-Boot] [PATCH 4/4] efikamx: update to Efika MX Smarttop and Smartbook boards

2012-08-26 Thread Stefano Babic
On 22/08/2012 21:25, Matt Sealey wrote: > This is a rework of a previously submitted patchset and bundles the > main board support and USB support into a single commit. > > It requires the patch "mx5: add iomux-mx51.h include" > > * Use iomux-mx51.h include to simplify board configuration. > * Si

Re: [U-Boot] [PATCH 1/5] MX28: DMA: Align the struct mxs_dma_desc

2012-08-26 Thread Stefano Babic
On 22/08/2012 04:17, Marek Vasut wrote: > Align this structure to DMA alignment size. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic > --- > arch/arm/include/asm/arch-mxs/dma.h |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff

Re: [U-Boot] [PATCH] omap4 i2c: add support for i2c bus 4

2012-08-26 Thread R, Sricharan
Hi, -- a/arch/arm/include/asm/arch-omap4/cpu.h > +++ b/arch/arm/include/asm/arch-omap4/cpu.h > @@ -138,6 +138,7 @@ struct watchdog { > #define I2C_BASE1 (OMAP44XX_L4_PER_BASE + 0x7) > #define I2C_BASE2 (OMAP44XX_L4_PER_BASE + 0x72000) > #define I2C_BASE3

Re: [U-Boot] [PATCH] mx5:Use IMX_GPIO_NR macro

2012-08-26 Thread Stefano Babic
On 23/08/2012 18:43, Ashok wrote: > From 9f76cd6a79c6595fc058e9103d9d4eebd138a2af Mon Sep 17 00:00:00 2001 > From: Ashok Kumar Reddy > Date: Thu, 23 Aug 2012 21:24:53 +0530 > Subject: [PATCH] mx5:Use IMX_GPIO_NR macro > > Signed-off-by: Ashok Kumar Reddy > --- > board/freescale/mx51evk/mx51evk.

Re: [U-Boot] [PATCH v3 4/5] at91: 9x5: change SMC config timing that both works for PMECC & non-PMECC.

2012-08-26 Thread Bo Shen
Hi Josh, On 8/23/2012 18:05, Josh Wu wrote: Signed-off-by: Josh Wu --- board/atmel/at91sam9x5ek/at91sam9x5ek.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c b/board/atmel/at91sam9x5ek/at91sam9x5ek.c index 88b3478..

Re: [U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v4)

2012-08-26 Thread Stefano Babic
On 25/08/2012 17:30, Philippe Reynes wrote: > The gpio api has been tested on an armadeus apf27. > > Signed-off-by: Philippe Reynes > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineeri

Re: [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change (v4)

2012-08-26 Thread Stefano Babic
On 25/08/2012 17:30, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > --- > board/logicpd/imx27lite/imx27lite.c |5 ++--- > include/configs/imx27lite-common.h |5 + > 2 files changed, 7 insertions(+), 3 deletions(-) > Applied to u-boot-imx, thanks. Best regards, Stefano B

Re: [U-Boot] [PATCH v2] mx5: add iomux-mx51.h include

2012-08-26 Thread Stefano Babic
On 22/08/2012 21:24, Matt Sealey wrote: > Allow usage of the imx-common/iomux-v3.h framework by including pad settings > for the i.MX51. The content of the file is taken from Linux kernel at > commit 5d23b39 plus the required changes to make it work in U-Boot. > > The contained pad settings are th

Re: [U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header

2012-08-26 Thread Stefano Babic
On 19/08/2012 16:58, Otavio Salvador wrote: > All other header are going to use i.MX23 so we change this for > consistency. > > Signed-off-by: Otavio Salvador > --- > arch/arm/include/asm/arch-mxs/sys_proto.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/i

[U-Boot] please pull u-boot-samsung master

2012-08-26 Thread Minkyu Kang
Dear Albert ARIBAUD, The following changes since commit 5f50310588e87f2ff501992564d1b05df71419f4: davinci, c6x: Always use C version of reset code (2012-08-25 13:40:03 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 76f6

[U-Boot] [PATCH 4/4] MMC: Remove the MMC bounce buffer

2012-08-26 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Andy Fleming Cc: Fabio Estevam --- drivers/mmc/mmc.c | 92 - 1 file changed, 92 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index c1c2862..73584bc 100644 --- a/drivers/mmc/mmc.c +++ b/drive

[U-Boot] [PATCH 3/4] MMC: MXS: Toggle the generic bounce buffer on the boards

2012-08-26 Thread Marek Vasut
Flip the boards to use the generic bounce buffer instead of the MMC one. Signed-off-by: Marek Vasut Cc: Andy Fleming Cc: Fabio Estevam --- include/configs/apx4devkit.h |2 +- include/configs/m28evk.h |2 +- include/configs/mx28evk.h|2 +- 3 files changed, 3 insertions(+), 3

[U-Boot] [PATCH 1/4] COMMON: Implement common bounce buffer

2012-08-26 Thread Marek Vasut
Implement common bounce buffer to be used on a less capable hardware. That includes hardware that can not do DMA from any address or such. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Andy Fleming --- common/Makefile |1 + common/bouncebuf.c | 92

[U-Boot] [PATCH 2/4] MMC: MXS: Convert MXS MMC driver to generic bounce buffer

2012-08-26 Thread Marek Vasut
Implement necessary code to use the generic bounce buffer routines inside this driver. This replaces the MMC bounce buffer, which is to be removed. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Andy Fleming --- drivers/mmc/mxsmmc.c | 36 +++- 1 file changed

[U-Boot] [PATCH 2/2] FEC: Properly align address over the buffers for cache ops

2012-08-26 Thread Marek Vasut
Align the address that's to be invalidated/flushed properly. Signed-off-by: Marek Vasut Cc: Benoit Thebaudeau Cc: Eric Nelson Cc: Fabio Estevam Cc: Joe Hershberger --- drivers/net/fec_mxc.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/net/fec_m

[U-Boot] [PATCH 1/2] FEC: Do not pass unaligned buffer to network stack

2012-08-26 Thread Marek Vasut
Do not pass unaligned RX buffer to the upper layers. The upper layer, especially in the ARP case, recycles the buffer and passes it back into the FEC, into it's TX path. With caches enabled, the FEC hangs on this from time to time. Signed-off-by: Marek Vasut Cc: Benoit Thebaudeau Cc: Eric Nelson

Re: [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change (v4)

2012-08-26 Thread Stefano Babic
On 25/08/2012 17:30, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > --- > board/logicpd/imx27lite/imx27lite.c |5 ++--- > include/configs/imx27lite-common.h |5 + > 2 files changed, 7 insertions(+), 3 deletions(-) > > diff --git a/board/logicpd/imx27lite/imx27lite.c > b/

Re: [U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v4)

2012-08-26 Thread Stefano Babic
On 25/08/2012 17:30, Philippe Reynes wrote: > The gpio api has been tested on an armadeus apf27. > > Signed-off-by: Philippe Reynes > --- > arch/arm/cpu/arm926ejs/mx27/generic.c | 11 +++--- > arch/arm/include/asm/arch-mx27/gpio.h | 55 > + > arch/arm/inc

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

2012-08-26 Thread Daniel Schwierzeck
2012/8/26 Zhi-zhou Zhang : >> >> with current master branch in git://git.denx.de/u-boot-mips.git you can >> drop the >> endianess flags which are now handled in arch/mips/config.mk >> > Ok, I have done what you ask for. But I didn't find where does > CONFIG_SYS_LITTLE_ENDIAN or CONFIG_SYS_BIG_ENDIA

Re: [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64

2012-08-26 Thread Daniel Schwierzeck
2012/8/26 Zhi-zhou Zhang : > > > On Fri, Aug 24, 2012 at 8:23 AM, Daniel Schwierzeck > wrote: >> >> 2012/8/20 Zhizhou Zhang : >> > I think copy mips.lds to mips64.lds with only one line changed is not >> > good. So I disable it in top Makefile. >> > Signed-off-by: Zhizhou Zhang >> > --- >> > Mak

Re: [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64

2012-08-26 Thread Zhi-zhou Zhang
On Fri, Aug 24, 2012 at 8:23 AM, Daniel Schwierzeck < daniel.schwierz...@gmail.com> wrote: > 2012/8/20 Zhizhou Zhang : > > I think copy mips.lds to mips64.lds with only one line changed is not > > good. So I disable it in top Makefile. > > Signed-off-by: Zhizhou Zhang > > --- > > Makefile |2

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

2012-08-26 Thread Zhi-zhou Zhang
> > > with current master branch in git://git.denx.de/u-boot-mips.git you can > drop the > endianess flags which are now handled in arch/mips/config.mk > > Ok, I have done what you ask for. But I didn't find where does CONFIG_SYS_LITTLE_ENDIAN or CONFIG_SYS_BIG_ENDIAN define. Could you tell where s

Re: [U-Boot] Blackfin BF54x Silicon revision 0.4 and uClinux

2012-08-26 Thread Dimitar Penev
Hi Mike, Thank you for this information. Dimitar - Original Message - From: "Mike Frysinger" To: ; "Dimitar Penev" Sent: Sunday, August 26, 2012 4:27 AM Subject: Re: [U-Boot] Blackfin BF54x Silicon revision 0.4 and uClinux ___ U-Boot mai

Re: [U-Boot] Intermediate ARM status

2012-08-26 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Anatolij, > > On Sat, 25 Aug 2012 17:47:57 +0200, Anatolij Gustschin > > wrote: > > Hi Albert, > > > > On Sat, 25 Aug 2012 14:22:26 +0200 > > Albert ARIBAUD wrote: > > ... > > > > > ydirectenv.h:69:0: warning: "vfree" redefined [enabled by default] > > > /home/uboot