Re: [U-Boot] [PATCH v2] spi/kirkwood: add weak functions board_spi_bus_claim/release

2012-04-04 Thread Valentin Longchamp
On 04/03/2012 08:35 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 02 April 2012 19:07 >> To: Prafulla Wadaskar >> Cc: u-boot@lists.denx.de; Gerlando Falauto; Holger Brunck >> Subject: Re: [PATCH v2] spi/

Re: [U-Boot] [PATCH v3 1/4] Add run_command_list() to run a list of commands

2012-04-04 Thread Simon Glass
Hi Mike, On Sun, Apr 1, 2012 at 12:48 PM, Mike Frysinger wrote: > On Saturday 31 March 2012 03:30:55 Simon Glass wrote: >> --- a/common/cmd_pxe.c >> +++ b/common/cmd_pxe.c >> >> +     return run_command_list(localcmd, strlen(localcmd), 0); > > should be -1 instead of strlen() done > >> +int run

Re: [U-Boot] [PATCH 3/3] MIPS: fix endianess handling

2012-04-04 Thread Marek Vasut
Dear Mike Frysinger, > On Monday 02 April 2012 08:57:56 Daniel Schwierzeck wrote: > > Make endianess of target CPU configurable. Use the new config > > option for dbau1550_el and pb1000 boards. > > > > Adapt linking of standalone applications to pass through > > endianess options to LD. > > Acke

Re: [U-Boot] [PATCH v3 4/4] sandbox: Add basic test for command execution

2012-04-04 Thread Simon Glass
Hi Mike, On Sun, Apr 1, 2012 at 12:53 PM, Mike Frysinger wrote: > On Saturday 31 March 2012 03:30:58 Simon Glass wrote: >> --- /dev/null >> +++ b/test/Makefile >> >> +include $(TOPDIR)/config.mk >> + >> +LIB  = $(obj)libtest.o >> + >> +COBJS-$(CONFIG_SANDBOX) += command_ut.o >> + >> +COBJS      

Re: [U-Boot] [PATCH v2] spi/kirkwood: add weak functions board_spi_bus_claim/release

2012-04-04 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 04 April 2012 12:32 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Gerlando Falauto; Holger Brunck > Subject: Re: [PATCH v2] spi/kirkwood: add weak functions > board_spi_bus_claim/release

Re: [U-Boot] [PATCH v3 2/6] env: make himport_r() selective on variables

2012-04-04 Thread Simon Glass
Hi Gerlando, On Mon, Apr 2, 2012 at 1:43 PM, Gerlando Falauto wrote: > On 04/02/2012 08:57 PM, Marek Vasut wrote: >> >> Dear Gerlando Falauto, >> >>> Add 2 new arguments to himport_r(): >>> >>>  o "nvars", "vars": number and list of variables to take into account >>>    (0 means ALL) >>> >> >> Lo

Re: [U-Boot] [PATCH 3/5] mx5: Add clock config interface

2012-04-04 Thread Stefano Babic
On 04/04/2012 00:13, Fabio Estevam wrote: > Hi Stefano, > Hi Fabio, > On Tue, Mar 20, 2012 at 6:40 PM, Fabio Estevam > wrote: >> mx5: Add clock config interface >> >> Add clock config interface support, so that we >> can configure CPU or DDR clock in the later init >> >> Signed-off-by: Jason Li

Re: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-04 Thread Stefano Babic
On 04/04/2012 07:54, Dirk Behme wrote: > On 03.04.2012 16:32, Stefano Babic wrote: >> Freescale SOCs require an header to u-boot.bin >> >> The patch adds u-boot.imx to the default targets >> if the imx file is set (IMX_CONFIG). >> >> Signed-off-by: Stefano Babic >> Cc: Albert ARIBAUD >> CC: Loïc

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

2012-04-04 Thread Marek Vasut
Dear Puneet Saxena, > This avoids cache-alignment warnings shown in console > when a usb command is entered. > > Whenever X bytes of unaligned buffer is invalidated, arm core > invalidates X + Y bytes as per the cache line size and throws > these warnings. > > Signed-off-by: Puneet Saxena > ---

Re: [U-Boot] [PATCH V2] USB:gadget:designware USB OTG implementation

2012-04-04 Thread Marek Vasut
Dear Amit Virdi, > From: Pratyush Anand > > Driver for designware otg device only implements device functionality > and is meant to be used with usbtty interface. > This driver will work mainly for Control and Bulk endpoints. Periodic > transfer has not been verified using these drivers. > > Si

Re: [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC

2012-04-04 Thread Minkyu Kang
On 2 April 2012 17:39, Donghwa Lee wrote: > This patch is for display driver version 3 of EXYNOS SoC. > > [1/4]:  ARM: EXYNOS: definition of system registers >        - to contorl FIMD of LBLK0 bypass selection, add missed >        definitions of system register > [2/4]:  ARM: EXYNOS:  add data st

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-04-04 Thread Gerlando Falauto
Hi Simon, OK I haven't tried it yet, but this sounds awesome. I wonder how people manage to send and rework their patches without such tool. Even one single patchset has been giving me strong enough headaches so far, not to mention the massive waste of time. I pretty much agree with Albert, t

Re: [U-Boot] A few things for the release?

2012-04-04 Thread Joe Hershberger
Hi Dirk, On Apr 4, 2012, at 1:37 AM, Dirk Behme wrote: > On 04.04.2012 02:33, Joe Hershberger wrote: >> On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass wrote: >>> Hi Dirk, >>> >>> On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme >>> wrote: 5. I'm still hoping that we could get http:/

Re: [U-Boot] [PATCH v3 2/4] ARM: EXYNOS: add data structure for EXYNOS display driver

2012-04-04 Thread Anatolij Gustschin
Hi! Sorry for not looking at this earlier. The patch looks pretty good, but there are some style issues, please see some comments below. Also the patch subject should reflect on which subsystem the patch is doing the changes, so I would suggest using the patch subject like "LCD: add data structur

Re: [U-Boot] [PATCH 1/2] net: punt bd->bi_ip_addr

2012-04-04 Thread Joe Hershberger
Hi Mike, On Mon, Jan 16, 2012 at 8:10 PM, Mike Frysinger wrote: > This field gets read in one place (by "bdinfo"), and we can replace > that with getenv("ipaddr").  After all, the bi_ip_addr field is kept > up-to-date implicitly with the value of the ipaddr env var. > > Signed-off-by: Mike Frysin

Re: [U-Boot] [PATCH 2/2] net: move bootfile init into eth_initialize

2012-04-04 Thread Joe Hershberger
Hi Mike, On Mon, Jan 16, 2012 at 8:10 PM, Mike Frysinger wrote: > All arches init this the same way, so move the logic into the core > net code to avoid duplicating it everywhere else. > > Signed-off-by: Mike Frysinger Please rebase. Thanks, -Joe ___

Re: [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC

2012-04-04 Thread Anatolij Gustschin
Hi! On Wed, 4 Apr 2012 17:24:17 +0900 Minkyu Kang wrote: > On 2 April 2012 17:39, Donghwa Lee wrote: > > This patch is for display driver version 3 of EXYNOS SoC. > > > > [1/4]:  ARM: EXYNOS: definition of system registers > >        - to contorl FIMD of LBLK0 bypass selection, add missed > >  

Re: [U-Boot] [PATCH v4] net: allow setting env enetaddr from net device setting

2012-04-04 Thread Joe Hershberger
Hi Rob, On Tue, Mar 6, 2012 at 9:03 PM, Rob Herring wrote: > From: Rob Herring > > If the net driver has setup a valid ethernet address and an ethernet > address is not set in the environment already, then set the environment > variables from the net driver setting. > > This enables pxe booting

[U-Boot] Pull request: u-boot-onenand

2012-04-04 Thread Lukasz Majewski
Hi Wolfgang, Please pull following commits: The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5: Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200) are available in the git repository at: ssh://gu-onen...@git.denx.de/u-boot-onenand master Lukasz Majewski (4): on

Re: [U-Boot] [PATCH 3/3] net/tsec: Don't tell the link status if used with netconsole

2012-04-04 Thread Joe Hershberger
Hi Sebastian, On Tue, Apr 3, 2012 at 3:54 PM, Sebastian Andrzej Siewior wrote: > On 04/03/2012 10:42 PM, Mike Frysinger wrote: >> >> On Friday 23 March 2012 16:11:19 Sebastian Andrzej Siewior wrote: >>> >>> --- a/drivers/net/tsec.c >>> +++ b/drivers/net/tsec.c >>> >>> +       if (strcmp(getenv("s

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-04-04 Thread Joe Hershberger
Hi Stephan, On Fri, Mar 30, 2012 at 5:07 PM, Stephan Linz wrote: > I like it ;) but unfortunately I have no custodian tree :( Applied. Thanks, -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Pull request: u-boot-net

2012-04-04 Thread Joe Hershberger
Hi Wolfgang, Please pull following commits: The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5: Wolfgang Denk (1): Prepare v2012.04-rc1 are available in the git repository at: git://git.denx.de/u-boot-net.git master Amit Virdi (1): net/designware: Cha

Re: [U-Boot] [PATCH 2/4] microblaze: Enable several ethernet driver compilation

2012-04-04 Thread Joe Hershberger
Hi Stephan, On Sat, Feb 25, 2012 at 5:06 AM, Stephan Linz wrote: >> U-Boot's multipple network supports enables to use >> several ethernet drivers but microblaze-generic >> platform config file select only one driver. Applied. Thanks, -Joe ___ U-Boot

Re: [U-Boot] [PATCH 3/4] microblaze: Add faked LL_TEMAC driver configuration

2012-04-04 Thread Joe Hershberger
Hi Stephan, On Sat, Feb 25, 2012 at 4:48 AM, Stephan Linz wrote: > Expand the specific configuration for the microblaze-generic > board in xparameters.h with a faked setup to enable the > LL_TEMAC driver. Applied. Thanks, -Joe ___ U-Boot mailing list

Re: [U-Boot] [PATCH 4/4] microblaze: Wire up LL_TEMAC driver initialization

2012-04-04 Thread Joe Hershberger
Hi Stephan, On Sat, Feb 25, 2012 at 4:48 AM, Stephan Linz wrote: > Initialize ll_temac driver. Applied. Thanks, -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-04-04 Thread Simon Glass
Hi Gerlando, On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto wrote: > Hi Simon, > > OK I haven't tried it yet, but this sounds awesome. > I wonder how people manage to send and rework their patches without such > tool. Even one single patchset has been giving me strong enough headaches so > far,

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-04-04 Thread Gerlando Falauto
On 04/04/2012 06:16 PM, Simon Glass wrote: Hi Gerlando, On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto wrote: Hi Simon, OK I haven't tried it yet, but this sounds awesome. I wonder how people manage to send and rework their patches without such tool. Even one single patchset has been givin

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-04-04 Thread Simon Glass
Hi Gerlando, On Wed, Apr 4, 2012 at 9:38 AM, Gerlando Falauto wrote: > On 04/04/2012 06:16 PM, Simon Glass wrote: >> >> Hi Gerlando, >> >> On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto >>  wrote: >>> >>> Hi Simon, >>> >>> OK I haven't tried it yet, but this sounds awesome. >>> I wonder how pe

[U-Boot] [PATCH] SMDK5250: fix compiler warning

2012-04-04 Thread Minkyu Kang
this patch fixed following warning. tzpc_init.c: In function 'tzpc_init': tzpc_init.c:35: warning: assignment from incompatible pointer type Signed-off-by: Minkyu Kang Cc: Chander Kashyap --- board/samsung/smdk5250/tzpc_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --

[U-Boot] prob with i2c in u boot

2012-04-04 Thread saketha rama
Hi all, I am trying to talk to some device connected to the i2c bus from u boot terminal. When I issue i2c md command able to get some values, then when I use i2c md command to write data in to some address of the same device it works without any error. BUt the main problem is when I issue a rea

[U-Boot] [PATCH 0/4] Cosmetic changes in imx gpio driver

2012-04-04 Thread Vikram Narayanan
Some cosmetic changes in the imx gpio driver. Vikram Narayanan(4): imx: Add GPIO_TO_PORT macro imx: Use GPIO_TO_PORT macro instead of (gpio >> 5) imx: Return gpio_set_value in gpio_direction_output arch/arm/include/asm/arch-mx5/gpio.h |2 ++ arch/arm/include/asm/arch-mx6/gpio.h |2 ++

[U-Boot] [PATCH 3/3] imx: Return gpio_set_value in gpio_direction_output

2012-04-04 Thread Vikram Narayanan
imx: Return gpio_set_value in gpio_direction_output Signed-off-by: Vikram Narayanan --- drivers/gpio/mxc_gpio.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 100.0% drivers/gpio/ diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c index c4ef001..147c2c9 100644 --- a/d

Re: [U-Boot] [PATCH 0/4] Cosmetic changes in imx gpio driver

2012-04-04 Thread Vikram Narayanan
Sorry for the subject. It should have been [PATCH 0/3] A small typo. On 4/4/2012 9:33 PM, Vikram Narayanan wrote: Some cosmetic changes in the imx gpio driver. Vikram Narayanan(4): imx: Add GPIO_TO_PORT macro imx: Use GPIO_TO_PORT macro instead of (gpio >> 5) imx: Return gpio_set_value in gpio_

[U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-04 Thread Bishop, Mark
Trying to read (and then modify) the uboot environment in NAND from linux userspace and I am running into some issues. I downloaded the latest uboot and I am first trying only the latest fw_printenv on my current system: root:/> cat /etc/fw_env.config # Configuration file for fw_(printenv/saveenv

[U-Boot] [PATCH 1/3] imx: Add GPIO_TO_PORT macro

2012-04-04 Thread Vikram Narayanan
imx: Add GPIO_TO_PORT macro Signed-off-by: Vikram Narayanan --- arch/arm/include/asm/arch-mx5/gpio.h |2 ++ arch/arm/include/asm/arch-mx6/gpio.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) 50.0% arch/arm/include/asm/arch-mx5/ 50.0% arch/arm/include/asm/arch-mx6/ diff --g

[U-Boot] [PATCH 2/3] imx: Use GPIO_TO_PORT macro instead of (gpio >> 5)

2012-04-04 Thread Vikram Narayanan
imx: Use GPIO_TO_PORT macro instead of (gpio >> 5) Signed-off-by: Vikram Narayanan --- drivers/gpio/mxc_gpio.c |8 1 files changed, 4 insertions(+), 4 deletions(-) 100.0% drivers/gpio/ diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c index df6..c4ef001 100644 ---

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-04 Thread Mike Frysinger
On Wednesday 04 April 2012 12:00:42 Bishop, Mark wrote: > root:/> cat /etc/fw_env.config > /dev/mtd0 0x6 0x2 0x2 1 > > ioctl(3, MEMGETINFO, {type=MTD_NANDFLASH, > flags=MTD_WRITEABLE, size=0x8, erasesize=0x2, writesize=0x800, > oobsize=0x40, paddin

Re: [U-Boot] [PATCH V2 1/8] net/designware: Fix to restore hw mac address

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vipin KUMAR > > The network controller mac resets hardware address stored in MAC_HI and MAC_LO > registers if mac is resetted. So, hw mac address needs to be restored in case > mac is explicitly resetted from driver. > > Signed-off-by: Vi

Re: [U-Boot] [PATCH V2 2/8] net/designware: Fix the max frame length size

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vipin KUMAR > > The max frame length for normal descriptor can be 0x7FF i.e 2047. It was > wrongly > specified as 2048. Currently, the max descriptor length is around 1500, so > redefining the mask to 1600 > > Signed-off-by: Vipin Kumar

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

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vipin Kumar > > Phy autonegotiation works only when the ethernet cable is plugged in. > Since the phy was configured only at the init time, a plugged in cable > was necessary to initialize the phy properly. > > This patch keeps a flag to

Re: [U-Boot] [PATCH V2 6/8] net/designware: Program phy registers when auto-negotiation is ON

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vikas Manocha > > If AN(auto-negotiation) is ON, speed bit of control register are not > applicable.  Also phy registers were not getting programmed as per the > result of AN. This patch sets only AN bit & restart AN bit for AN ON > selec

Re: [U-Boot] [PATCH V2 7/8] net/designware: Set ANAR to 0x1e1

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Armando Visconti > > This patch forces the advertised capabilities during auto > negotiation to always be 10/100 Mbps and half/full as duplexing. > > Signed-off-by: Armando Visconti > Signed-off-by: Amit Virdi Applied. Thanks, -Joe __

Re: [U-Boot] [PATCH V2 8/8] net/designware: Change timeout loop implementation

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > The new implementation changes the timeout loop implementation to avoid 1 ms > delay in each failing test. It also configures the delay to 10usec. > > Signed-off-by: Amit Virdi Applied. Thanks, -Joe ___

Re: [U-Boot] [RFC v0 08/11] omap3: Consolidate UART information in omap3_common.h

2012-04-04 Thread Tom Rini
On Tue, Apr 03, 2012 at 10:42:38PM -0400, Mike Frysinger wrote: > On Tuesday 03 April 2012 19:45:11 Tom Rini wrote: > > On Tue, Apr 03, 2012 at 05:35:25PM -0400, Mike Frysinger wrote: > > > On Thursday 22 March 2012 15:09:14 Tom Rini wrote: > > > > --- a/include/configs/omap3_common.h > > > > +++ b

Re: [U-Boot] [PATCH 1/2] tricorder: Add UBIFS

2012-04-04 Thread Tom Rini
On Tue, Apr 03, 2012 at 12:37:03PM +0200, Thomas Weber wrote: > From: Bernhard Walle > > Since kernel should be in a ubifs partition, we need UBIFS. > The greater malloc size is needed for UBIFS. > > Signed-off-by: Bernhard Walle > > Squashed two commits (UBIFS enabled and malloc size increas

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-04 Thread Bishop, Mark
> -Original Message- > From: Mike Frysinger [mailto:vap...@gentoo.org] > Sent: Wednesday, April 04, 2012 1:15 PM > To: u-boot@lists.denx.de > Cc: Bishop, Mark > Subject: Re: [U-Boot] fw_printenv can't read the uboot enviroment from > NAND > > On Wednesday 04 April 2012 12:00:42 Bishop, Mar

[U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-04 Thread Marek Vasut
This SD DMA function of i.MX28 is still apparently too experimental to be enabled by default in 2012.04 release. Enable this feature only if the user plans to tinker with DCache or explicitly enables it. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Fabio

Re: [U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-04 Thread Fabio Estevam
On Wed, Apr 4, 2012 at 6:51 PM, Marek Vasut wrote: > +/* Enable DMA transfers only if DCache is on. */ > +#ifndef CONFIG_SYS_DCACHE_OFF > +#define CONFIG_MXS_MMC_DMA > +#endif Your patch makes sense, but I would prefer not to couple CONFIG_MXS_MMC_DMA with DCACHE support. Someone may want to en

Re: [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC

2012-04-04 Thread Donghwa Lee
Hi, I will modify as your comments. On Wen, 04 Apr 2012 23:25, Anatolij Gustschin wrote: > Hi! > > On Wed, 4 Apr 2012 17:24:17 +0900 > Minkyu Kang wrote: > >> On 2 April 2012 17:39, Donghwa Lee wrote: >>> This patch is for display driver version 3 of EXYNOS SoC. >>> >>> [1/4]: ARM: EXYNOS: d

Re: [U-Boot] [PATCH v3 2/4] ARM: EXYNOS: add data structure for EXYNOS display driver

2012-04-04 Thread Donghwa Lee
Hi, Thank you for your comments. On Wen, 04 Apr 2012 21:53, Anatolij Gustschin wrote: > Hi! > > Sorry for not looking at this earlier. The patch looks pretty good, but > there are some style issues, please see some comments below. > > Also the patch subject should reflect on which subsystem th

Re: [U-Boot] [PATCH 0/2] ARM: EXYNOS: support MIPI DSI interface driver

2012-04-04 Thread Donghwa Lee
Hi, I will abandon this patch set because of some dependency on previously sended patch set and update next version. Thank you. On Wen 4 Apr 2012 15:28, Donghwa Lee wrote: > EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI > based LCD Panel could be used with it. This patch supports MIP

Re: [U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-04 Thread Marek Vasut
Dear Fabio Estevam, > On Wed, Apr 4, 2012 at 6:51 PM, Marek Vasut wrote: > > +/* Enable DMA transfers only if DCache is on. */ > > +#ifndef CONFIG_SYS_DCACHE_OFF > > +#define CONFIG_MXS_MMC_DMA > > +#endif > > Your patch makes sense, but I would prefer not to couple > CONFIG_MXS_MMC_DMA with DCA

Re: [U-Boot] Marvell/Kirkwood: 6192 vs. 6281 - does U-Boot correctly distinguish between the two?

2012-04-04 Thread David Purdy
Hi Prafulla, On Mon, Apr 2, 2012 at 7:49 AM, Prafulla Wadaskar wrote: > Yes, the location is correct. > > May you please go through marvell bootloader code (if you have), I hope they > might have hardcoded the messages. > > > > Regards.. > > Prafulla . . . > > > >

Re: [U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-04 Thread Fabio Estevam
On Wed, Apr 4, 2012 at 9:48 PM, Marek Vasut wrote: >> Someone may want to enable cache, but still uses MMC driver in PIO mode. > > You don't, it's slow as crap then. Well, this is how we have been using the MMC driver for the last 4 months. I like the fact that your patch let PIO and DMA mode c

[U-Boot] [PATCH] usb: use noinline define

2012-04-04 Thread Mike Frysinger
Building usb for Blackfin boards fails as we get linux/compiler.h included which expands the "noinline" inside of the attribute and we get attribute(attribute(noinline)). Explicitly use the helper define to avoid this. Signed-off-by: Mike Frysinger --- common/usb.c |3 ++- 1 files changed,

[U-Boot] [PATCH] Blackfin: bfin_sdh: drop dos part hardcode

2012-04-04 Thread Mike Frysinger
No other driver sets up the part type to DOS in their init, and it doesn't seem to be needed as `mmcinfo` and `mmc part` stll work, so drop it. Reported-by: Marek Vasut Signed-off-by: Mike Frysinger --- drivers/mmc/bfin_sdh.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --gi

[U-Boot] [PATCH 2/2 v2] net: move bootfile init into eth_initialize

2012-04-04 Thread Mike Frysinger
All arches init this the same way, so move the logic into the core net code to avoid duplicating it everywhere else. Signed-off-by: Mike Frysinger --- v2 - rebased onto mainline arch/arm/lib/board.c|8 arch/avr32/lib/board.c |3 --- arch/bla

[U-Boot] [PATCH 1/2 v2] net: punt bd->bi_ip_addr

2012-04-04 Thread Mike Frysinger
This field gets read in one place (by "bdinfo"), and we can replace that with getenv("ipaddr"). After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. Signed-off-by: Mike Frysinger --- v2 - rebased onto mainline arch/arm/include/asm/u-boot.h

Re: [U-Boot] [PATCH V2 3/8] net/designware: Phy address fix

2012-04-04 Thread Amit Virdi
Hi Joe, On 3/26/2012 3:39 PM, Amit VIRDI wrote: From: Vipin KUMAR The code assumes the phy address to be> 0, which is not true, the phy address can be in the range 0-31. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi Could you please confirm if you have applied this patch too? Thanks

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-04 Thread Mike Frysinger
On Wednesday 04 April 2012 13:15:15 Mike Frysinger wrote: > On Wednesday 04 April 2012 12:00:42 Bishop, Mark wrote: > > root:/> cat /etc/fw_env.config > > /dev/mtd0 0x6 0x2 0x2 1 > > > > ioctl(3, MEMGETINFO, {type=MTD_NANDFLASH, > > flags=MTD_WRITEABLE, si

[U-Boot] [PATCH] tools/env: check flash length before probing

2012-04-04 Thread Mike Frysinger
If we attempt to probe beyond the end of flash, MEMGETBADBLOCK will fail (as well it should), but we end up erroring out with the distracting: Cannot read bad block mark: Invalid argument Instead of the correct error: Too few good blocks within range Re-order the tests so we check

[U-Boot] [PATCH 0/7] EXYNOS: support display drivers

2012-04-04 Thread Donghwa Lee
This patch support EXYNOS display drivers including Framebuffer and MIPI DSI interface. [PATCH 1/7] EXYNOS: definitions of system resgister and power management registers. [PATCH 2/7] EXYNOS: add LCD and MIPI DSI clock interface. [PATCH 3/7] LCD: add data structure for EXYNOS display driver [PAT

[U-Boot] [PATCH 1/7] EXYNOS: definitions of system resgister and power management registers.

2012-04-04 Thread Donghwa Lee
This is definitions of system registers and power mananagement registers for EXYNOS SoC. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- arch/arm/cpu/armv7/exynos/Makefile|2 +- arch/arm/cpu/armv7/exynos/power.c | 54 ++

[U-Boot] [PATCH 2/7] EXYNOS: add LCD and MIPI DSI clock interface.

2012-04-04 Thread Donghwa Lee
To sets up lcd and mipi clock in EXYNOS display driver, added clock interface. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- arch/arm/cpu/armv7/exynos/clock.c | 184 arch/arm/include/asm/arch-exynos/clk.h |3 + 2

[U-Boot] [PATCH 3/7] LCD: add data structure for EXYNOS display driver

2012-04-04 Thread Donghwa Lee
Add vidinfo data structure for EXYNOS display driver Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- include/lcd.h | 64 + 1 files changed, 64 insertions(+), 0 deletions(-) diff --git a/include/lcd.h

[U-Boot] [PATCH 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.

2012-04-04 Thread Donghwa Lee
This patch support EXYNOS FB and FIMD display drivers. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- arch/arm/include/asm/arch-exynos/fb.h | 446 + drivers/video/Makefile|4 + drivers/video/exynos_fb.c

[U-Boot] [PATCH 6/7] LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI.

2012-04-04 Thread Donghwa Lee
This patch support S6E8AX0 amoled driver based on EXYNOS MIPI DSI interface. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- drivers/video/s6e8ax0.c | 289 +++ 1 files changed, 289 insertions(+), 0 deletions(-) c

[U-Boot] [PATCH 7/7] EXYNOS: support TRATS board display function

2012-04-04 Thread Donghwa Lee
This patch support TRATS board configuration and display function. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- board/samsung/trats/trats.c | 147 +++ include/configs/trats.h |8 +++ 2 files changed, 155 in