[U-Boot] iMx31 Litekit U-boot not working

2012-09-24 Thread Vipin Gahlaut
Hi Experts, I have downloaded u-boot version u-boot-2012.07 and build it for i.Mx31 litekit board (make imx31_litekit_coinfig; make). u-boot builds fine. When I am loading u-boot in to RAM using Logic Loader as described at following link nothing happens. I do not get u-boot prompt.

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

2012-09-24 Thread Piotr Wilczek
This patch adds i2c clock for Exynos4 Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 0/5] EXYNOS4: Enable I2C support

2012-09-24 Thread Piotr Wilczek
This patchset enables hardware I2C support for Exynos 4. The s3c24x0 I2C driver is modified to use for for both Exynos 4 and Exynos 5. Pinmux setting is add for Exynos 4. PMIC MAX8997 driver is modified to support multi channel hardware I2C. Piotr Wilczek (5): EXYNOS: CLK: Add i2c clock

[U-Boot] [PATCH 3/5] EXYNOS: PINMUX: Add pinmux support for i2c

2012-09-24 Thread Piotr Wilczek
This patch add pinmux for I2C for Exynos4 Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- arch/arm/cpu/armv7/exynos/pinmux.c | 51 1 files changed, 51

[U-Boot] [PATCH 4/5] DRIVERS: I2C: Modify I2C driver for EXYNOS4

2012-09-24 Thread Piotr Wilczek
This patch modifies the S3C i2c driver to support both EXYNOS4 and EXYNOS5 Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- drivers/i2c/s3c24x0_i2c.c | 19 --- 1 files changed, 12

[U-Boot] [PATCH 5/5] DRIVERS: MISC: PMIC: Modify pmic driver to support multibus I2C

2012-09-24 Thread Piotr Wilczek
This patch modify Max8997 driver to support multibus I2C Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- drivers/misc/pmic_max8997.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-)

[U-Boot] [PATCH 2/5] EXYNOS: Add Exynos4 I2C spacing

2012-09-24 Thread Piotr Wilczek
This patch add the spacing for i2c for Exynos4 Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

Re: [U-Boot] [PATCH V2 08/21] mx6: add plugin file for use with imximage.cfg

2012-09-24 Thread Stefano Babic
On 24/09/2012 01:29, Eric Nelson wrote: This is the part that gets interesting. You're right that SPL **can** do the job, but only if it supports the boot media. For the most part, it's reasonable to expect the code to be written in U-Boot for that, since the boot media may also be used

Re: [U-Boot] [PATCH v2 0/5] Marvell SDIO/MMC driver for Sheevaplug

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:45 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 0/5] Marvell SDIO/MMC driver for

Re: [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids

2012-09-24 Thread Stefano Babic
On 23/09/2012 21:01, Eric Bénard wrote: Hi Stefano, Le Mon, 10 Sep 2012 14:09:21 +0200, Stefano Babic sba...@denx.de a écrit : The chip supports ONFI, but it seems the i.MX driver does not. Quite as described in http://patchwork.ozlabs.org/patch/60042/. READ-ID is always sent with address

Re: [U-Boot] [NEXT PATCH v1 4/7] MX35: Add soc_boot_mode and soc_boot_device to MX35

2012-09-24 Thread Stefano Babic
On 23/09/2012 21:25, Eric Bénard wrote: Hi Stefano, Le Thu, 6 Sep 2012 10:04:57 +0200, Stefano Babic sba...@denx.de a écrit : +#define RCSR_MEM_CTL_WEIM 0 +#define RCSR_MEM_CTL_NAND 1 +#define RCSR_MEM_CTL_SD 2 +#define RCSR_MEM_TYPE_NOR 0 +#define

Re: [U-Boot] [PATCH] mx28evk: Remove fecmxc_mii_postcall()

2012-09-24 Thread Stefano Babic
On 21/09/2012 22:00, Fabio Estevam wrote: fecmxc_mii_postcall() is specific to the KSZ9021 PHY on m28evk and should not be used on mx28evk, which has LAN8270 instead. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx (fix), thanks. Best regards, Stefano

Re: [U-Boot] [PATCH v2 1/5] Add Marvell SDIO/MMC driver for Kirkwood SoC

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:46 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 1/5] Add Marvell SDIO/MMC driver for

Re: [U-Boot] [PATCH V2 2/2] i.MX: shut down video before launch of O/S

2012-09-24 Thread Stefano Babic
On 23/09/2012 19:30, Eric Nelson wrote: Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx (fix), thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH V2 1/2] i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame buffer

2012-09-24 Thread Stefano Babic
On 23/09/2012 19:30, Eric Nelson wrote: Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Tested-by: Fabio Estevam fabio.este...@freescale.com --- V2 is unchanged from V1 Applied to u-boot-imx (fix), thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v2 2/5] Add SDIO/MMC support for kirkwood SoC

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:47 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 2/5] Add SDIO/MMC support for kirkwood

Re: [U-Boot] [PATCH v2 5/5] Fix timeout in Marvell SDIO MMC driver

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:49 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 5/5] Fix timeout in Marvell SDIO MMC

Re: [U-Boot] [PATCH v2 3/5] Add SDIO/MMC support for Sheevaplug board

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:47 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 3/5] Add SDIO/MMC support for Sheevaplug

Re: [U-Boot] [PATCH v2 4/5] Fix env address for Sheevaplug board

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:48 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 4/5] Fix env address for Sheevaplug

Re: [U-Boot] [PATCH v2 0/5] Marvell SDIO/MMC driver for Sheevaplug

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:45 To: DrEagle Cc: Lior Amsalem; u-boot@lists.denx.de; ub...@doukki.net Subject: [U-Boot] [PATCH v2 0/5] Marvell SDIO/MMC driver for

Re: [U-Boot] [PATCH v2 0/5] Marvell SDIO/MMC driver for Sheevaplug

2012-09-24 Thread Prafulla Wadaskar
-Original Message- From: DrEagle [mailto:drea...@doukki.net] Sent: 22 September 2012 13:05 To: DrEagle Cc: u-boot@lists.denx.de; ub...@doukki.net; Lior Amsalem; Prafulla Wadaskar; Martin Michlmayr Subject: Re: [PATCH v2 0/5] Marvell SDIO/MMC driver for Sheevaplug Hi, I found

Re: [U-Boot] [PATCH] mx28evk: Add missing 'setexpr' command

2012-09-24 Thread Stefano Babic
On 21/09/2012 15:02, Otavio Salvador wrote: The environment now uses expressions but we missed the setexpr command was not being include. This patch adds it. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx (fix), thanks. Best regards, Stefano Babic --

[U-Boot] I2C on iMX25

2012-09-24 Thread Matthias Weißer
Hi Stefano I am currently in the process of updating my zmx25 board support for a new hardware revision where I need I2C access. I2C on imx25 currently fails to build: mxc_i2c.c: In function 'i2c_imx_get_clk': mxc_i2c.c:101:31: error: 'MXC_IPG_PERCLK' undeclared (first use in this function)

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Wolfgang Denk
Dear Marek, In message 201209220121.50969.ma...@denx.de you wrote: let's do some informal beer-drinking meeting at the ELCE [1] that takes place Nov. 5.-7. in Barcelona. Who's joining? Sorry, I have no chance of attending. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] I2C on iMX25

2012-09-24 Thread Stefano Babic
On 24/09/2012 11:32, Matthias Weißer wrote: Hi Stefano Hi Matthias, I am currently in the process of updating my zmx25 board support for a new hardware revision where I need I2C access. I2C on imx25 currently fails to build: mxc_i2c.c: In function 'i2c_imx_get_clk': mxc_i2c.c:101:31:

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Stefan Roese
On 09/22/2012 01:21 AM, Marek Vasut wrote: let's do some informal beer-drinking meeting at the ELCE [1] that takes place Nov. 5.-7. in Barcelona. Who's joining? I won't make it, sorry. Best would be to schedule such an event with a bit more time to prepare. Isn't there a suitable Linux/FOSS

Re: [U-Boot] I2C on iMX25

2012-09-24 Thread Benoît Thébaudeau
Hi Stefano, Matthias, On Monday, September 24, 2012 11:45:33 AM, Stefano Babic wrote: On 24/09/2012 11:32, Matthias Weißer wrote: Hi Stefano Hi Matthias, I am currently in the process of updating my zmx25 board support for a new hardware revision where I need I2C access. I2C on

Re: [U-Boot] I2C on iMX25

2012-09-24 Thread Matthias Weißer
Hi Stefano Am 24.09.2012 11:45, schrieb Stefano Babic: On 24/09/2012 11:32, Matthias Weißer wrote: Hi Stefano Hi Matthias, I am currently in the process of updating my zmx25 board support for a new hardware revision where I need I2C access. I2C on imx25 currently fails to build:

Re: [U-Boot] I2C on iMX25

2012-09-24 Thread Matthias Weißer
Am 24.09.2012 13:05, schrieb Benoît Thébaudeau: Hi Stefano, Matthias, On Monday, September 24, 2012 11:45:33 AM, Stefano Babic wrote: On 24/09/2012 11:32, Matthias Weißer wrote: Hi Stefano Hi Matthias, I am currently in the process of updating my zmx25 board support for a new hardware

Re: [U-Boot] v2012.10-rc1 is now released

2012-09-24 Thread Stefan Roese
Hi Tom, On 09/22/2012 02:25 AM, Tom Rini wrote: I've tagged and pushed v2012.10-rc1. It's not quite as far along as I was hoping, so here's my plans for early next week to get -rc2 on-track. - An update u-boot-video pull request. - Rob and Stephen's partition / fs related changes, once

Re: [U-Boot] I2C on iMX25

2012-09-24 Thread Stefano Babic
On 24/09/2012 13:05, Benoît Thébaudeau wrote: But this seems the right solution. The mxc_get_clk() gets as parameter an enum representing a peripheral or a special clock name, valid for a SOC. The driver should use the peripheral name. Yes and no. The best would be to add a clock

[U-Boot] [PATCH v3 0/2] Exynos4: add software SPI support on Universal C210 board

2012-09-24 Thread Piotr Wilczek
This patchset add software SPI support on Samsung Universal C210 board. In SPI software driver #ifdef CONFIG_SYS_IMMR in spi_init function is added. Changes in v2: - removed space between # and include; - changed return in spi_cs_is_valid function; Changes in v3: - Patch is split in two patches:

[U-Boot] [PATCH v3 2/2] exynos4: universal_C210: use software SPI

2012-09-24 Thread Piotr Wilczek
This patch use software spi on Samsung Universal C210 board. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - removed space between # and include; - changed return in spi_cs_is_valid

[U-Boot] [PATCH v3 1/2] drivers: spi: modify soft spi driver

2012-09-24 Thread Piotr Wilczek
This patch add #ifdef CONFIG_SYS_IMMR in spi_init function Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com CC: Wolfgang Denk w...@denx.de CC: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---

Re: [U-Boot] [PATCH 01/11] DM: add block device core

2012-09-24 Thread Pavel Herrmann
On Saturday 22 September 2012 15:59:46 Pavel Herrmann wrote: On Saturday 22 of September 2012 15:33:10 Marek Vasut wrote: Dear Pavel Herrmann, On Saturday 22 of September 2012 02:09:15 Marek Vasut wrote: Dear Pavel Herrmann, [...] one or none - requests on USB

Re: [U-Boot] I2C on iMX25

2012-09-24 Thread Benoît Thébaudeau
On Monday, September 24, 2012 1:34:57 PM, Matthias Weißer wrote: Am 24.09.2012 13:05, schrieb Benoît Thébaudeau: Hi Stefano, Matthias, On Monday, September 24, 2012 11:45:33 AM, Stefano Babic wrote: On 24/09/2012 11:32, Matthias Weißer wrote: Hi Stefano Hi Matthias, I am

Re: [U-Boot] v2012.10-rc1 is now released

2012-09-24 Thread Stefano Babic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/09/2012 02:25, Tom Rini wrote: Once the SPL changes go in, I expect at least one if not two platforms that rebased on top of it to go into u-boot-arm. At least one is the i.MX35. A second one could be the i.MX25, but both planned for -next.

[U-Boot] [PATCH] imx: Use MXC_I2C_CLK in imx i2c driver

2012-09-24 Thread Matthias Weisser
i2c didn't work on imx25 due to missing MXC_IPG_PERCLK. Now using MXC_I2C_CLK on all imx systems using i2c. Signed-off-by: Matthias Weisser weiss...@arcor.de --- arch/arm/cpu/arm1136/mx31/generic.c|1 + arch/arm/cpu/arm1136/mx35/generic.c|1 + arch/arm/cpu/armv7/mx5/clock.c

Re: [U-Boot] [PATCH] common/lcd: fix build breakage for at91sam9x5ek and trats boards

2012-09-24 Thread Nikita Kiryanov
Acked-by: Nikita Kiryanov nik...@compulab.co.il On 09/22/2012 07:55 PM, Anatolij Gustschin wrote: Commit 203c37b8c5556aad1901ce4954792afd718c7d42 (common lcd: simplify core functions) and commit bfdcc65e1163b4891643c2a670570c478b9af2a4 (common lcd: simplify lcd_display_bitmap) caused build

Re: [U-Boot] [PATCH] imx: Use MXC_I2C_CLK in imx i2c driver

2012-09-24 Thread Stefano Babic
On 24/09/2012 14:46, Matthias Weisser wrote: i2c didn't work on imx25 due to missing MXC_IPG_PERCLK. Now using MXC_I2C_CLK on all imx systems using i2c. Signed-off-by: Matthias Weisser weiss...@arcor.de --- arch/arm/cpu/arm1136/mx31/generic.c|1 +

Re: [U-Boot] [PATCH] imx: Use MXC_I2C_CLK in imx i2c driver

2012-09-24 Thread Benoît Thébaudeau
Hi Matthias, On Monday, September 24, 2012 2:46:53 PM, Matthias Weisser wrote: i2c didn't work on imx25 due to missing MXC_IPG_PERCLK. Now using MXC_I2C_CLK on all imx systems using i2c. Signed-off-by: Matthias Weisser weiss...@arcor.de --- arch/arm/cpu/arm1136/mx31/generic.c|1 +

[U-Boot] [PATCH v3 0/5] Exynos: Support for display drivers

2012-09-24 Thread Piotr Wilczek
This patchset add support for display on Universal C210 board. Max8998 is modified to power on display, new driver ld9040 and support for LCD display on universal C210 board is added. Changes in v2: - removed unnecessary function for fimd clock set; - code cleanup - removed patch for fix

[U-Boot] [PATCH v3 1/5] misc: max8998: Add LDO macros

2012-09-24 Thread Piotr Wilczek
Add LDO7 and LDO17 macros to max8998_pmic.h necessary to power on the LCD. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - none. Changes in v3: - none. include/max8998_pmic.h |

[U-Boot] [PATCH v3 2/5] drivers: video: Add ld9040 video driver

2012-09-24 Thread Piotr Wilczek
This patch add ld9040 video driver: new file: drivers/video/ld9040.c new file: include/ld9040.h modified: drivers/video/Makefile Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com CC: Donghwa Lee

[U-Boot] [PATCH v3 4/5] drivers: video: fix image position

2012-09-24 Thread Piotr Wilczek
This patch fixes image position on screen when images's height or width is biger then the lcd's. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - none. Changes in v3: - none.

[U-Boot] [PATCH v3 5/5] arm: exynos4: universal_C210: add display support

2012-09-24 Thread Piotr Wilczek
This patch add support for display on Universal C210 board. Width of displayed logo must be not bigger than 480 pixel and is limited by width of the screen. Tizen logo size is 520x120 pixels should be reseized. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park

[U-Boot] [PATCH v3 3/5] arm: exynos4: cpu: Add definition for display

2012-09-24 Thread Piotr Wilczek
Add EXYNOS4_DISPLAY_CONTROL definition Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes in v2: - removed definions for fimd. Changes in v3: - none. arch/arm/include/asm/arch-exynos/cpu.h |

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Marek Vasut
Dear Stefan Roese, On 09/22/2012 01:21 AM, Marek Vasut wrote: let's do some informal beer-drinking meeting at the ELCE [1] that takes place Nov. 5.-7. in Barcelona. Who's joining? I won't make it, sorry. Best would be to schedule such an event with a bit more time to prepare. Isn't there

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Wolfgang Denk
Dear Marek, In message 201209241534.35845.ma...@denx.de you wrote: I won't make it, sorry. Best would be to schedule such an event with a bit more time to prepare. Isn't there a suitable Linux/FOSS meeting in Spring 2013 in Europe? FOSDEM maybe? FOSDEM traditionally collides with the

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Stefan Roese
Hi Wolfgang, On 09/24/2012 03:39 PM, Wolfgang Denk wrote: I won't make it, sorry. Best would be to schedule such an event with a bit more time to prepare. Isn't there a suitable Linux/FOSS meeting in Spring 2013 in Europe? FOSDEM maybe? FOSDEM traditionally collides with the Embedded

Re: [U-Boot] [PATCH V2 08/21] mx6: add plugin file for use with imximage.cfg

2012-09-24 Thread Eric Nelson
Hi Stefano, On 09/24/2012 12:22 AM, Stefano Babic wrote: On 24/09/2012 01:29, Eric Nelson wrote: This is the part that gets interesting. You're right that SPL **can** do the job, but only if it supports the boot media. For the most part, it's reasonable to expect the code to be written in

Re: [U-Boot] [PATCH v8] [RFC] early_malloc for DM added.

2012-09-24 Thread Tomas Hlavacek
Hello Marek, On Mon, Sep 24, 2012 at 1:11 AM, Marek Vasut ma...@denx.de wrote: Dear Tomas Hlavacek, [..] + + if (early_malloc_active()) { + addr = early_malloc(size); + for (i=0; isize; i++) + addr[i] = 0; memset() ? Yes, sure. Thanks.

Re: [U-Boot] [PATCH v8] [RFC] early_malloc for DM added.

2012-09-24 Thread Marek Vasut
Dear Tomas Hlavacek, [...] +static inline void *dmrealloc(void *oldmem, size_t bytes) +{ +#ifdef CONFIG_SYS_EARLY_MALLOC + if (early_malloc_active()) + return NULL; I wonder how should this be implemented ... maybe early_malloc + standard memcpy() How do you

Re: [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-24 Thread Timur Tabi
Chris Packham wrote: Good point. I got the firmware out of the SDK that came with our P2041RDB. I believe the intent was that the Fman microcode is written to a reserved flash block and downloaded to the frame manager by the OS when needed. As a Freescale customer I would actually prefer to

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Stefano Babic
On 22/09/2012 00:53, Eric Nelson wrote: Adds support for two LVDS panels and one RGB panel to the SABRE-Lite board: Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) wsvga-lvds - 1024 x 600 LVDS (Boundary p/n Nit6X_1024x600) wvga-rgb -

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Marek Vasut
Dear Stefan Roese, Hi Wolfgang, On 09/24/2012 03:39 PM, Wolfgang Denk wrote: I won't make it, sorry. Best would be to schedule such an event with a bit more time to prepare. Isn't there a suitable Linux/FOSS meeting in Spring 2013 in Europe? FOSDEM maybe? FOSDEM traditionally

Re: [U-Boot] [PATCH] mx6q: Add basic support for mx6qsabreauto

2012-09-24 Thread Stefano Babic
On 21/09/2012 15:58, Fabio Estevam wrote: mx6qsabreauto is a board based on mx6q SoC with the following features: - 2GB of DDR3 - 2 USB ports - 1 HDMI output port - SPI NOR - 2 LVDS LCD ports - Gigabit Ethernet - Camera - eMMC and SD card slot - Multichannel Audio - CAN - SATA - NAND

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Eric Nelson
Sorry Stefano, On 09/24/2012 08:02 AM, Stefano Babic wrote: On 22/09/2012 00:53, Eric Nelson wrote: Adds support for two LVDS panels and one RGB panel to the SABRE-Lite board: Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) wsvga-lvds- 1024 x

Re: [U-Boot] [PATCH V2 08/21] mx6: add plugin file for use with imximage.cfg

2012-09-24 Thread Stefano Babic
On 24/09/2012 15:48, Eric Nelson wrote: Hi Stefano, Hi Eric, But I do not get the connection with the imximage and the need for the plugin. If the SOC boots with Serial Downloader, it polls the USB OTG waiting for command as specified in the protocol. With your tool you set the registers

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Stefano Babic
On 24/09/2012 17:11, Eric Nelson wrote: Sorry Stefano, Between V3 and V4 you changed also ipu_common.c, and that change does not apply. /* address of boot parameters */ diff --git a/drivers/video/ipu_common.c b/drivers/video/ipu_common.c index cc8f881..5f0a1a8 100644 ---

Re: [U-Boot] [PATCH 1/3] common: Add symbol handling for generic lists into Makefile

2012-09-24 Thread Joe Hershberger
Hi Marek, On Sun, Sep 23, 2012 at 8:21 PM, Marek Vasut ma...@denx.de wrote: This patch adds essential components for generation of the contents of the linker section that is used by the linker-generated array. All of the contents is held in a separate file, u-boot.lst, which is generated at

Re: [U-Boot] v2012.10-rc1 is now released

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 01:51:50PM +0200, Stefan Roese wrote: Hi Tom, On 09/22/2012 02:25 AM, Tom Rini wrote: I've tagged and pushed v2012.10-rc1. It's not quite as far along as I was hoping, so here's my plans for early next week to get -rc2 on-track. - An update u-boot-video pull

Re: [U-Boot] v2012.10-rc1 is now released

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 02:42:11PM +0200, Stefano Babic wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/09/2012 02:25, Tom Rini wrote: Once the SPL changes go in, I expect at least one if not two platforms that rebased on top of it to go into u-boot-arm. At least one is

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Stefano Babic
On 24/09/2012 17:21, Stefano Babic wrote: This patch requires the previous change to name the CCGRx bitfields: http://patchwork.ozlabs.org/patch/185856/ Ah, ok, I see ! Next iteration, thanks. The patch depends also on the following patches: i.MX6: define struct iomuxc and IOMUX_GPR2

Re: [U-Boot] v2012.10-rc1 is now released

2012-09-24 Thread Stefan Roese
On 09/24/2012 05:45 PM, Tom Rini wrote: I've tagged and pushed v2012.10-rc1. It's not quite as far along as I was hoping, so here's my plans for early next week to get -rc2 on-track. - An update u-boot-video pull request. - Rob and Stephen's partition / fs related changes, once Stephen is

Re: [U-Boot] [PATCH 1/3] common: Add symbol handling for generic lists into Makefile

2012-09-24 Thread Marek Vasut
Dear Joe Hershberger, Hi Marek, [...] It's a RFC, lemme explain: -$(obj)u-boot-spl.lds: $(LDSCRIPT) depend +$(obj)u-boot-spl.lst: $(LIBS) + $(OBJDUMP) -h $(LIBS) | \ Dump the section headers in all object files + sed -n -e 's/.*\(\.u_boot_list[^ ]\+\).*$$/\1/p' | \

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Tom Rini
On Sat, Sep 22, 2012 at 01:21:50AM +0200, Marek Vasut wrote: Hi guys, let's do some informal beer-drinking meeting at the ELCE [1] that takes place Nov. 5.-7. in Barcelona. Who's joining? [1] http://events.linuxfoundation.org/events/embedded-linux-conference-europe Not I, sorry. --

Re: [U-Boot] [PATCH 2/3] common: Implement support for linker-generated arrays

2012-09-24 Thread Joe Hershberger
Hi Marek, On Sun, Sep 23, 2012 at 8:21 PM, Marek Vasut ma...@denx.de wrote: This patch adds support for linker-generated array. These arrays are a generalization of the U-Boot command declaration approach. Basically, the idea is to generate an array, where elements of the array are

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Joe Hershberger
Hi Marek, On Sun, Sep 23, 2012 at 8:21 PM, Marek Vasut ma...@denx.de wrote: Add section for the linker-generated lists into all possible linker files, so that everyone can easily use these lists. This is mostly a mechanical adjustment. Signed-off-by: Marek Vasut ma...@denx.de Cc: Joe

Re: [U-Boot] [PATCH 2/3] common: Implement support for linker-generated arrays

2012-09-24 Thread Marek Vasut
Dear Joe Hershberger, [...] +#define ll_entry_declare(_type, _name, _section_u, _section_d) \ + _type _u_boot_list_##_section_u##_##_name __attribute__(( \ + unused, aligned(4), \ +

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Marek Vasut
Dear Joe Hershberger, [...] While you're touching all these files, why not replace the __u_boot_cmd* implementation with this as well. There's no need to leave a special case in there as well is there? Not in the first stab, it can be indeed done later, but now I'd like to avoid breakage.

Re: [U-Boot] [PATCH 1/3] common: Add symbol handling for generic lists into Makefile

2012-09-24 Thread Joe Hershberger
Hi Marex, On Mon, Sep 24, 2012 at 11:04 AM, Marek Vasut ma...@denx.de wrote: Dear Joe Hershberger, [...] Could you not reuse this complicated logic by defining a make function and then call + eval it? Something like this: Can you elaborate more? I don't quite get it ... :-( Consolidate

Re: [U-Boot] [PATCH 1/3] common: Add symbol handling for generic lists into Makefile

2012-09-24 Thread Marek Vasut
Dear Joe Hershberger, Hi Marex, On Mon, Sep 24, 2012 at 11:04 AM, Marek Vasut ma...@denx.de wrote: Dear Joe Hershberger, [...] Could you not reuse this complicated logic by defining a make function and then call + eval it? Something like this: Can you elaborate more? I don't

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Marek Vasut
Dear Tom Rini, On Mon, Sep 24, 2012 at 06:53:19PM +0200, Marek Vasut wrote: Dear Joe Hershberger, [...] While you're touching all these files, why not replace the __u_boot_cmd* implementation with this as well. There's no need to leave a special case in there as well is

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 06:53:19PM +0200, Marek Vasut wrote: Dear Joe Hershberger, [...] While you're touching all these files, why not replace the __u_boot_cmd* implementation with this as well. There's no need to leave a special case in there as well is there? Not in the first

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 07:09:35PM +0200, Marek Vasut wrote: Dear Tom Rini, On Mon, Sep 24, 2012 at 06:53:19PM +0200, Marek Vasut wrote: Dear Joe Hershberger, [...] While you're touching all these files, why not replace the __u_boot_cmd* implementation with this as well.

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Marek Vasut
Dear Tom Rini, On Mon, Sep 24, 2012 at 07:09:35PM +0200, Marek Vasut wrote: Dear Tom Rini, On Mon, Sep 24, 2012 at 06:53:19PM +0200, Marek Vasut wrote: Dear Joe Hershberger, [...] While you're touching all these files, why not replace the __u_boot_cmd*

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Joe Hershberger
Hi Tom, On Mon, Sep 24, 2012 at 12:18 PM, Tom Rini tr...@ti.com wrote: On Mon, Sep 24, 2012 at 07:09:35PM +0200, Marek Vasut wrote: Dear Tom Rini, On Mon, Sep 24, 2012 at 06:53:19PM +0200, Marek Vasut wrote: Dear Joe Hershberger, [...] While you're touching all these files,

Re: [U-Boot] [RFC] [PATCH 0/3] Linker-generated arrays

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 03:21:54AM +0200, Marek Vasut wrote: This is a first stab at the linker-generated array. Basically, this concept is a generic abstraction of how u_boot_cmd works today. The patch 2/3 contains a huge pile of documentation which should clarify most of the questions.

Re: [U-Boot] [RFC] [PATCH 0/3] Linker-generated arrays

2012-09-24 Thread Marek Vasut
Dear Tom Rini, On Mon, Sep 24, 2012 at 03:21:54AM +0200, Marek Vasut wrote: This is a first stab at the linker-generated array. Basically, this concept is a generic abstraction of how u_boot_cmd works today. The patch 2/3 contains a huge pile of documentation which should clarify most of

Re: [U-Boot] [PATCH 1/3] common: Add symbol handling for generic lists into Makefile

2012-09-24 Thread Joe Hershberger
Hi Marek, On Mon, Sep 24, 2012 at 12:08 PM, Marek Vasut ma...@denx.de wrote: Dear Joe Hershberger, Hi Marex, On Mon, Sep 24, 2012 at 11:04 AM, Marek Vasut ma...@denx.de wrote: Dear Joe Hershberger, [...] Could you not reuse this complicated logic by defining a make function and

Re: [U-Boot] [PATCH 1/2] Tegra20: Move some code files to common directories for upcoming Tegra30 patches.

2012-09-24 Thread Stephen Warren
On 09/21/2012 02:42 PM, Tom Warren wrote: Move files that are going to be common between T20 and T30 into 'tegra-common' subdirs in AVP (arm720t), CPU (armv7), and shared (arch/arm/cpu/.) areas. Any files that are left behind in '/tegra20' will be copied to '/tegra30' subdirs and modified for

Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-24 Thread Stephen Warren
On 09/21/2012 02:42 PM, Tom Warren wrote: The move is pretty straight-forward. ap20.h and tegra20.h were renamed to ap.h and tegra.h. Some files remain in arch-tegra20 but 'include' a file in 'arch-tegra' with #defines structs that will be common between T20 and T30 HW. HW-specific

Re: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 12:23:10PM -0500, Joe Hershberger wrote: Hi Tom, On Mon, Sep 24, 2012 at 12:18 PM, Tom Rini tr...@ti.com wrote: On Mon, Sep 24, 2012 at 07:09:35PM +0200, Marek Vasut wrote: Dear Tom Rini, On Mon, Sep 24, 2012 at 06:53:19PM +0200, Marek Vasut wrote: Dear Joe

[U-Boot] [PATCH v2 1/2] configs: mx6: Add a common config file

2012-09-24 Thread Fabio Estevam
Add a common mx6 config file that can be shared between some mx6 boards. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - No changes. Newly introduced in this series. include/configs/mx6qsabre_common.h | 179

[U-Boot] [PATCH v2 2/2] mx6q: Add basic support for mx6qsabreauto

2012-09-24 Thread Fabio Estevam
mx6qsabreauto is a board based on mx6q SoC with the following features: - 2GB of DDR3 - 2 USB ports - 1 HDMI output port - SPI NOR - 2 LVDS LCD ports - Gigabit Ethernet - Camera - eMMC and SD card slot - Multichannel Audio - CAN - SATA - NAND - PCIE - Video Input Add very basic support for it.

Re: [U-Boot] [RFC PATCH 03/17] powerpc: remove .fixup test

2012-09-24 Thread Scott Wood
On 09/24/2012 10:30:48 AM, Peter Tyser wrote: Hi Scott, On Fri, 2012-09-21 at 19:01 -0500, Scott Wood wrote: This was introduced by commit 244615197469dd6fe75ae082f38424b97c79aeaf, but it fails in a minimal SPL build where the only thing in arch/powerpc/lib is cache.c, which apparently

Re: [U-Boot] [RFC PATCH 00/17] Convert p1_p2_rdb_pc to new spl

2012-09-24 Thread Scott Wood
On 09/21/2012 07:13:24 PM, Tom Rini wrote: On Fri, Sep 21, 2012 at 07:01:10PM -0500, Scott Wood wrote: This is based on a merge of top-of-tree plus the 85xx tree and the spl framework branch (it doesn't use the SPL framework code because of size constraints, but I wanted to make sure

Re: [U-Boot] [RFC PATCH 14/17] spl: introduce CONFIG_SPL_TARGET

2012-09-24 Thread Scott Wood
On 09/21/2012 07:12:38 PM, Tom Rini wrote: On Fri, Sep 21, 2012 at 07:01:24PM -0500, Scott Wood wrote: Currently it seems that SPLs rely on the user to specify the final target on the make command line. This is a departure from traditional U-Boot practice and results in a lack of build

Re: [U-Boot] [RFC PATCH 14/17] spl: introduce CONFIG_SPL_TARGET

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 01:54:05PM -0500, Scott Wood wrote: On 09/21/2012 07:12:38 PM, Tom Rini wrote: On Fri, Sep 21, 2012 at 07:01:24PM -0500, Scott Wood wrote: Currently it seems that SPLs rely on the user to specify the final target on the make command line. This is a departure from

Re: [U-Boot] [RFC PATCH 00/17] Convert p1_p2_rdb_pc to new spl

2012-09-24 Thread Tom Rini
On Mon, Sep 24, 2012 at 01:50:07PM -0500, Scott Wood wrote: On 09/21/2012 07:13:24 PM, Tom Rini wrote: On Fri, Sep 21, 2012 at 07:01:10PM -0500, Scott Wood wrote: This is based on a merge of top-of-tree plus the 85xx tree and the spl framework branch (it doesn't use the SPL framework code

Re: [U-Boot] [RFC PATCH 00/17] Convert p1_p2_rdb_pc to new spl

2012-09-24 Thread Scott Wood
On 09/24/2012 02:06:55 PM, Tom Rini wrote: On Mon, Sep 24, 2012 at 01:50:07PM -0500, Scott Wood wrote: On 09/21/2012 07:13:24 PM, Tom Rini wrote: On Fri, Sep 21, 2012 at 07:01:10PM -0500, Scott Wood wrote: This is based on a merge of top-of-tree plus the 85xx tree and the spl framework

Re: [U-Boot] [PATCH 1/2] Tegra20: Move some code files to common directories for upcoming Tegra30 patches.

2012-09-24 Thread Tom Warren
Stephen, On Mon, Sep 24, 2012 at 10:54 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/21/2012 02:42 PM, Tom Warren wrote: Move files that are going to be common between T20 and T30 into 'tegra-common' subdirs in AVP (arm720t), CPU (armv7), and shared (arch/arm/cpu/.) areas. Any files

Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-24 Thread Tom Warren
Stephen, On Mon, Sep 24, 2012 at 11:04 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/21/2012 02:42 PM, Tom Warren wrote: The move is pretty straight-forward. ap20.h and tegra20.h were renamed to ap.h and tegra.h. Some files remain in arch-tegra20 but 'include' a file in 'arch-tegra'

Re: [U-Boot] [PATCH 1/2] Tegra20: Move some code files to common directories for upcoming Tegra30 patches.

2012-09-24 Thread Stephen Warren
On 09/24/2012 01:45 PM, Tom Warren wrote: Stephen, On Mon, Sep 24, 2012 at 10:54 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/21/2012 02:42 PM, Tom Warren wrote: Move files that are going to be common between T20 and T30 into 'tegra-common' subdirs in AVP (arm720t), CPU

Re: [U-Boot] [ELCE] Nov. 5.-7. meeting

2012-09-24 Thread Roberto Nibali
G'day gentlemen Maybe a wee bit off-topic, but here goes: let's do some informal beer-drinking meeting at the ELCE [1] that takes place Nov. 5.-7. in Barcelona. Who's joining? [1] http://events.linuxfoundation.org/events/embedded-linux-conference-europe I don't know if there is any

Re: [U-Boot] [PATCH 1/3] mmc: sdhci: increase the timeout value for data transfer

2012-09-24 Thread Mela Custodio
On Mon, Sep 24, 2012 at 2:23 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: The infinite loop that you mention does not occur in my situation. I also didn't occur the infinite loop. So i think that we can remove the timeout value in that function. Hi, I have no comment about that. In your

Re: [U-Boot] [PATCH] Fix ml507 Xilinx uartlite driver hang

2012-09-24 Thread Mela Custodio
On Mon, Sep 24, 2012 at 2:22 PM, Rommel Custodio sessyargc+ub...@gmail.com wrote: The default configuration for ml507 will generate a hang() in the Xilinx uartlite driver. Hi, Sorry this doesn't seem to apply. checkpatch.pl reported no errors but it doesn't apply in mailine. If this patch is

Re: [U-Boot] [RFC PATCH 14/17] spl: introduce CONFIG_SPL_TARGET

2012-09-24 Thread Scott Wood
On 09/24/2012 02:03:04 PM, Tom Rini wrote: On Mon, Sep 24, 2012 at 01:54:05PM -0500, Scott Wood wrote: On 09/21/2012 07:12:38 PM, Tom Rini wrote: On Fri, Sep 21, 2012 at 07:01:24PM -0500, Scott Wood wrote: Currently it seems that SPLs rely on the user to specify the final target on the

Re: [U-Boot] [PATCH V2 01/21] imximage: make header variable length

2012-09-24 Thread Troy Kisky
On 9/23/2012 3:57 AM, Stefano Babic wrote: On 22/09/2012 04:38, Troy Kisky wrote: Hi Troy, Also, the header offset is no longer right before the code starts. Comment and subject of the patch do not match. Can you better explain it ? What have making header variable length, that is, a new

  1   2   >