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

2012-04-04 Thread Donghwa Lee
EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI based LCD Panel could be used with it. This patch supports MIPI-DSI driver based Samsung SoC chip. LCD panel driver based MIPI-DSI should be registered to MIPI-DSI driver at board file and LCD panel driver specific function registered to

[U-Boot] [PATCH 1/2]ARM: EXYNOS: add mipi dsi control operation

2012-04-04 Thread Donghwa Lee
To control mipi dsi interface for EXYNOS SoC, base register address, device clock and any others control register must be set up. This patch sets up above control operation. [PATCH v3 1/4] ARM: EXYNOS: definition of system registers [PATCH v3 3/4] ARM: EXYNOS: add exynos lcd clock interface

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

2012-04-04 Thread Dirk Behme
On 04.04.2012 02:33, Joe Hershberger wrote: On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass s...@chromium.org wrote: Hi Dirk, On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme dirk.be...@googlemail.com wrote: 5. I'm still hoping that we could get http://patchwork.ozlabs.org/patch/136789/ into

Re: [U-Boot] [PATCH 0/2] SPI flash update command

2012-04-04 Thread Valentin Longchamp
Hi, We had discussed this internally with Gerlando, but I will repeat my position here on the ML for the sake of the discussion. On 04/03/2012 05:14 PM, Gerlando Falauto wrote: Hi, this patchset allows sf update to erase+write a number of bytes which is not a multiple of the sector size.

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/kirkwood: add

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 vap...@gentoo.org 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

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. Acked-by: Mike

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 vap...@gentoo.org 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 gerlando.fala...@keymile.com 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)

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 fabio.este...@freescale.com wrote: mx5: Add clock config interface Add clock config interface support, so that we can configure CPU or DDR clock in the later init

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 sba...@denx.de Cc: Albert ARIBAUD

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 pratyush.an...@st.com 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

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 dh09@samsung.com 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:

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,

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 dirk.be...@de.bosch.com wrote: On 04.04.2012 02:33, Joe Hershberger wrote: On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass s...@chromium.org wrote: Hi Dirk, On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme dirk.be...@googlemail.com wrote: 5. I'm

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

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 vap...@gentoo.org 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:

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 vap...@gentoo.org 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 vap...@gentoo.org 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 proms...@gmail.com wrote: On 2 April 2012 17:39, Donghwa Lee dh09@samsung.com 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

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 robherri...@gmail.com wrote: From: Rob Herring rob.herr...@calxeda.com 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

[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):

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 bige...@linutronix.de 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

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 l...@li-pro.net wrote: I like it ;) but unfortunately I have no custodian tree :( Applied. Thanks, -Joe ___ U-Boot mailing list U-Boot@lists.denx.de

[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:

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 l...@li-pro.net 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

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 l...@li-pro.net 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

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 l...@li-pro.net 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 gerlando.fala...@keymile.com 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

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 gerlando.fala...@keymile.com 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

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 gerlando.fala...@keymile.com wrote: On 04/04/2012 06:16 PM, Simon Glass wrote: Hi Gerlando, On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto gerlando.fala...@keymile.com  wrote: Hi Simon, OK I haven't tried it yet, but this

[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 mk7.k...@samsung.com Cc: Chander Kashyap chander.kash...@linaro.org --- board/samsung/smdk5250/tzpc_init.c |2 +- 1 files

[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

[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 vikram...@gmail.com --- 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

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

[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

[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 vikram...@gmail.com --- 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%

[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 vikram...@gmail.com --- 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

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,

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 amit.vi...@st.com wrote: From: Vipin KUMAR vipin.ku...@st.com 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

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 amit.vi...@st.com wrote: From: Vipin KUMAR vipin.ku...@st.com 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

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 amit.vi...@st.com wrote: From: Vipin Kumar vipin.ku...@st.com 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.

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 amit.vi...@st.com wrote: From: Vikas Manocha vikas.mano...@st.com 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

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 amit.vi...@st.com wrote: From: Armando Visconti armando.visco...@st.com 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

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 amit.vi...@st.com 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 amit.vi...@st.com 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 +++

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 wa...@corscience.de Since kernel should be in a ubifs partition, we need UBIFS. The greater malloc size is needed for UBIFS. Signed-off-by: Bernhard Walle wa...@corscience.de Squashed two commits (UBIFS

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, Mark wrote:

[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 ma...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk

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 ma...@denx.de 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

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 proms...@gmail.com wrote: On 2 April 2012 17:39, Donghwa Lee dh09@samsung.com wrote: This patch is for display driver version 3 of EXYNOS SoC.

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 the

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

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 ma...@denx.de 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

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 prafu...@marvell.com 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 ma...@denx.de 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

[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 vap...@gentoo.org --- common/usb.c |3 ++- 1

[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 ma...@denx.de Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mmc/bfin_sdh.c |1 - 1 files changed, 0

[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 vap...@gentoo.org --- v2 - rebased onto mainline arch/arm/lib/board.c|8 arch/avr32/lib/board.c |

[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 vap...@gentoo.org --- v2 - rebased onto mainline

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 KUMARvipin.ku...@st.com 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 Kumarvipin.ku...@st.com Signed-off-by: Amit Virdiamit.vi...@st.com Could you

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, size=0x8,

[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