Re: [U-Boot] [PATCH] M28EVK: Fix build if CONFIG_CMD_NAND not selected

2012-01-11 Thread Stefano Babic
On 01/01/2012 05:28, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Stefano Babic > --- > include/configs/m28evk.h |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-11 Thread Stefano Babic
On 09/01/2012 21:22, Zach Sadecki wrote: > There are 2 locations in the power init code for the mx28 where IRQs are not > being cleared because incorrect methods to clear those bits were being used. > This was causing my board to get stuck waiting for POWER_CTRL_VDD5V_DROOP_IRQ > to clear. Usi

Re: [U-Boot] [PATCH 1/3] m28evk: Remove CONFIG_NET_MULTI option

2012-01-11 Thread Stefano Babic
On 10/01/2012 21:00, Fabio Estevam wrote: > On Tue, Jan 10, 2012 at 5:57 PM, Marek Vasut wrote: > >> Acked-by: Marek Vasut >> >> Though you should drop it from all other board files (hint: git grep >> CONFIG_NET_MULTI) > > Ok, will submit a patch for removing it from other board files. > Mayb

Re: [U-Boot] [PATCH v3 3/3] config: Remove Blackfin CONFIG_DEPRECATED_SILENT_LINUX_CONSOLE

2012-01-11 Thread Wolfgang Denk
Dear Doug, In message you wrote: > > ...I'm still awaiting Wolfgang's suggestion for which of the following > he'd like me to submit instead of this series: > > 1. A stripped down version of the change to use malloc with the caveat > that it's up to the user not to overrun any hardcoded limits

Re: [U-Boot] [PATCH] imx: mx6q: add aipstz init for off platform periph

2012-01-11 Thread Stefano Babic
On 10/01/2012 11:52, Jason Liu wrote: > Init peripheral access control register of AIPSTZ OPACRx: > > Buffer Writes(BW): 0 -> not bufferable, > Supervisor Protect(SP): 0 -> not require supervisor privilege level for > accesses. > Write Protect(WP): 0 -> allows write accesses. > Trusted

Re: [U-Boot] [PATCH v4] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board

2012-01-11 Thread Stefano Babic
On 09/01/2012 08:04, Dirk Behme wrote: > Hi Stefano, > > On 29.12.2011 17:34, Dirk Behme wrote: >> From: Jason Liu >> >> Add the initial support for Freescale i.MX6Q Sabre Lite board >> >> Signed-off-by: Dirk Behme >> Signed-off-by: Jason Liu >> CC: Eric Nelson >> --- >> V4: Rebase board_mmc_g

Re: [U-Boot] [PATCH v4] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board

2012-01-11 Thread Stefano Babic
On 29/12/2011 17:34, Dirk Behme wrote: > From: Jason Liu > > Add the initial support for Freescale i.MX6Q Sabre Lite board > > Signed-off-by: Dirk Behme > Signed-off-by: Jason Liu > CC: Eric Nelson > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH 2/2 V2] Changes to move hawkboard to the new spl infrastructure.

2012-01-11 Thread Christian Riesch
Hello Sughosh, I reviewed your patch and I agree with Heiko's comments. I am looking forward to v3 :-) Regards, Christian On Wed, Jan 11, 2012 at 8:53 AM, Sughosh Ganu wrote: > hi Heiko, > > On Wed Jan 11, 2012 at 07:52:02AM +0100, Heiko Schocher wrote: >> Hello Sughosh, >> >> Sughosh Ganu wrote:

Re: [U-Boot] [PATCH] arm, davinci: Add support for the Calimain board from OMICRON electronics

2012-01-11 Thread Christian Riesch
Hello Heiko, On Wed, Jan 11, 2012 at 8:21 AM, Heiko Schocher wrote: > Hello Christian, > > Christian Riesch wrote: >> This patch adds support for the Calimain board from >> OMICRON electronics GmbH. The board features a Texas Instruments AM1808 >> SoC, 128 MB DDR2 memory, and 64 MB NOR flash memo

[U-Boot] [PATCH V13 02/14] devkit8000: add config for spl command

2012-01-11 Thread Stefano Babic
From: Simon Schwarz This adds some configs for devkit8000 to use the new spl command Signed-off-by: Simon Schwarz CC: Tom Rini CC: Stefano Babic CC: Wolfgang Denk --- V13: subject "devki8000" must be devkit8000 (A. Biessmann) V10 changes: This is new in V10 was split from other patch incl

[U-Boot] [PATCH V13 04/14] devkit8000/spl: init GPMC for dm9000 in SPL

2012-01-11 Thread Stefano Babic
From: Simon Schwarz Linux crashes if the GPMC isn't configured for the dm9000. Signed-off-by: Simon Schwarz Signed-off-by: Stefano Babic CC: Tom Rini CC: Stefano Babic CC: Wolfgang Denk --- V2 changes: nothing V3 changes: nothing V4 changes: noting V5 changes: nothing V6 changes: nothin

Re: [U-Boot] [PATCH 2/2 V2] Changes to move hawkboard to the new spl infrastructure.

2012-01-11 Thread Christian Riesch
Hello Heiko, Sughosh, On Wed, Jan 11, 2012 at 7:52 AM, Heiko Schocher wrote: > please remove the da8xx_configure_lpsc_items() in board_gpio_init() > in the ./board/enbw/enbw_cmc/enbw_cmc.c() file, and also move ... > before I write here a lot of text, here the patch, based on yours, > please add

Re: [U-Boot] [PATCH 2/2 V2] Changes to move hawkboard to the new spl infrastructure.

2012-01-11 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Hello Heiko, Sughosh, > > On Wed, Jan 11, 2012 at 7:52 AM, Heiko Schocher wrote: >> please remove the da8xx_configure_lpsc_items() in board_gpio_init() >> in the ./board/enbw/enbw_cmc/enbw_cmc.c() file, and also move ... >> before I write here a lot of

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-11 Thread Minkyu Kang
On 11 January 2012 13:00, Kim, Heungjun wrote: > Hi Minkyu Kang, > > > On 2012년 01월 11일 11:35, Minkyu Kang wrote: >> >> Dear HeungJun, Kim, >> >> On 10 January 2012 18:00, HeungJun, Kim  wrote: >>> >>> This patch adds support for Samsung TRATS board >>> >>> Signed-off-by: HeungJun, Kim >>> Signed-

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Dirk Behme
On 10.01.2012 18:28, Fabio Estevam wrote: Andy, Any comment about this patch? Without this patch we get corrupted SD cards after trying to store env vars on several i.MX boards. As this seems to hurt more and more i.MX guys, could we somehow get this applied asap (if there are no comments an

Re: [U-Boot] [PATCH v2 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-11 Thread Minkyu Kang
Dear Chander Kashyap, On 9 January 2012 15:40, Chander Kashyap wrote: > Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of > SoCs. This patch adds the support for Exynos5. > > Signed-off-by: Chander Kashyap > --- > Changes for v2: >        - This patch was part of "EXYNOS: Add SM

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Stefano Babic
On 11/01/2012 10:53, Dirk Behme wrote: > As this seems to hurt more and more i.MX guys, could we somehow get this > applied asap (if there are no comments any more)? The issue hurts i.MX, but the patch modifies some PowerPC boards. I would like to get the ACK from PowerPC guys before merging into

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Marek Vasut
> On Tue Jan 10, 2012 at 09:07:58PM +0100, Marek Vasut wrote: > > > The current implementation invalidates the cache instead of flushing > > > it. This causes problems on platforms where the spl/u-boot is already > > > loaded to the RAM, with caches enabled by a first stage bootloader. > > > > Wha

Re: [U-Boot] [PATCH v2 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-11 Thread Chander Kashyap
Dear Minkyu Kang, On 11 January 2012 15:41, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 9 January 2012 15:40, Chander Kashyap wrote: >> Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of >> SoCs. This patch adds the support for Exynos5. >> >> Signed-off-by: Chander Kashyap

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Marek Vasut
> Hi Marek, > > Thanks for you review. > > On Tue, Jan 10, 2012 at 9:37 PM, Marek Vasut wrote: > >> From: "Govindraj.R" > >> > >> Clean up added ehci-omap.c and make it generic for re-use across > >> soc having same ehci ip block. Also pass the modes to be configured > >> and configure the por

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Govindraj
On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut wrote: >> Hi Marek, >> >> Thanks for you review. >> >> On Tue, Jan 10, 2012 at 9:37 PM, Marek Vasut wrote: >> >> From: "Govindraj.R" >> >> >> >> Clean up added ehci-omap.c and make it generic for re-use across >> >> soc having same ehci ip block. Also

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

2012-01-11 Thread Michal Simek
Stephan Linz wrote: Am Donnerstag, den 05.01.2012, 20:19 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, In message <1325783490.7827.45.camel@keto> you wrote: Michals latest Microblaze platform patches will enable this driver for board/xilinx/microblaze-generic and we know about a success stor

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Sughosh Ganu
On Wed Jan 11, 2012 at 11:47:27AM +0100, Marek Vasut wrote: > > On Tue Jan 10, 2012 at 09:07:58PM +0100, Marek Vasut wrote: > > > > The current implementation invalidates the cache instead of flushing > > > > it. This causes problems on platforms where the spl/u-boot is already > > > > loaded to th

Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back

2012-01-11 Thread Dirk Behme
On 17.08.2011 08:22, Simon Glass wrote: On Tue, Aug 16, 2011 at 10:33 PM, Eric Miao wrote: Ignore the return value of eth_getenv_enetaddr_by_index(), and if it fails, fall back to use dev->enetaddr, which could be filled up by the ethernet device driver. Actually, this is the original behavior

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Marek Vasut
> On Wed Jan 11, 2012 at 11:47:27AM +0100, Marek Vasut wrote: > > > On Tue Jan 10, 2012 at 09:07:58PM +0100, Marek Vasut wrote: > > > > > The current implementation invalidates the cache instead of > > > > > flushing it. This causes problems on platforms where the > > > > > spl/u-boot is already lo

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Marek Vasut
> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut wrote: > >> Hi Marek, > >> > >> Thanks for you review. > >> > >> On Tue, Jan 10, 2012 at 9:37 PM, Marek Vasut wrote: > >> >> From: "Govindraj.R" > >> >> > >> >> Clean up added ehci-omap.c and make it generic for re-use across > >> >> soc having s

[U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Fabio Estevam
CONFIG_NET_MULTI is not used anymore, so remove it from board files. Cc: Marek Vasut Cc: Stefano Babic Cc: Kumar Gala Cc: Sandeep Paulraj Signed-off-by: Fabio Estevam --- include/configs/P1010RDB.h |5 - include/configs/PM826.h|2 -- include/configs/PM828.h

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Marek Vasut
> CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut For efikamx: Tested-by: Marek Vasut > --- > include/configs/P1010RDB.h |

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Govindraj
On Wed, Jan 11, 2012 at 6:16 PM, Marek Vasut wrote: >> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut wrote: >> >> Hi Marek, >> >> >> >> Thanks for you review. >> >> >> >> On Tue, Jan 10, 2012 at 9:37 PM, Marek Vasut >> >> wrote: >> >> >> From: "Govindraj.R" >> >> >> >> >> >> Clean up added ehci

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Marek Vasut
> On Wed, Jan 11, 2012 at 6:16 PM, Marek Vasut wrote: > >> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut wrote: > >> >> Hi Marek, > >> >> > >> >> Thanks for you review. > >> >> > >> >> On Tue, Jan 10, 2012 at 9:37 PM, Marek Vasut wrote: > >> >> >> From: "Govindraj.R" > >> >> >> > >> >> >> Cl

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Sughosh Ganu
On Wed Jan 11, 2012 at 01:42:38PM +0100, Marek Vasut wrote: > > On Wed Jan 11, 2012 at 11:47:27AM +0100, Marek Vasut wrote: > > > > On Tue Jan 10, 2012 at 09:07:58PM +0100, Marek Vasut wrote: > > > > > > The current implementation invalidates the cache instead of > > > > > > flushing it. This cause

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Heiko Schocher
Hello Fabio, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > include/configs/P

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Marek Vasut
> On Wed Jan 11, 2012 at 01:42:38PM +0100, Marek Vasut wrote: > > > On Wed Jan 11, 2012 at 11:47:27AM +0100, Marek Vasut wrote: > > > > > On Tue Jan 10, 2012 at 09:07:58PM +0100, Marek Vasut wrote: > > > > > > > The current implementation invalidates the cache instead of > > > > > > > flushing it.

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Marek Vasut
> > On Wed Jan 11, 2012 at 01:42:38PM +0100, Marek Vasut wrote: > > > > On Wed Jan 11, 2012 at 11:47:27AM +0100, Marek Vasut wrote: > > > > > > On Tue Jan 10, 2012 at 09:07:58PM +0100, Marek Vasut wrote: > > > > > > > > The current implementation invalidates the cache instead of > > > > > > > > flu

[U-Boot] [PATCH v3 0/4] Add SMDK5250 board support

2012-01-11 Thread Chander Kashyap
This patchset add support for Samsung's SMDK5250 board based on EXYNOS5250 based SoC. It also adds support for MMC SPL booting. The porting is done by Samsung engineers at HQ in System LSI Team. I am contributing in upstreaming the code for the board. Based upon discussions following patches are

[U-Boot] [PATCH v3 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-11 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None arch/arm/cpu/arm

[U-Boot] [PATCH v3 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-11 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support. Changes for v333:

[U-Boot] [PATCH v3 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-11 Thread Chander Kashyap
This patch adds support for mmc spl booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None board/samsung/smdk5250/Makefile | 16 board/samsung/smdk5250/mmc_boot.c | 58 board/samsung/smdk5250/tool

[U-Boot] [PATCH v3 3/4] EXYNOS: Add SMDK5250 board support

2012-01-11 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. Changes for v

[U-Boot] [PATCH V3] mmc: access mxcmmc from mx31 boards

2012-01-11 Thread Helmut Raiger
This is a resend of these patches http://patchwork.ozlabs.org/patch/122139/like this one http://patchwork.ozlabs.org/patch/122176/board support (including gfx) They are rebased to the current master and the board support only adds MMC as opposed to the original patch that ad

[U-Boot] [PATCH 2/2] tt01: add MMC support

2012-01-11 Thread Helmut Raiger
board_mmc_init() initializes the pins of SDHC1 and turns on V_MMC1 of the PMIC. Config adds support for EXT2 and FAT. Signed-off-by: Helmut Raiger --- board/hale/tt01/tt01.c | 32 ++-- include/configs/tt01.h | 12 2 files changed, 42 insertions(+), 2

[U-Boot] [PATCH 1/2] mmc: access mxcmmc from mx31 boards

2012-01-11 Thread Helmut Raiger
This patch modifies mxcmmc.c to be used not only by i.MX27 but also by i.MX31 boards. Both use the same SD controller, but have different clock set-ups. The i.MX27 imx_get_XXXclock functions are made static to generic.c and a public mxc_get_clock() function is provided. Pins, base address and prot

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Stefano Babic
On 11/01/2012 13:47, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > include/co

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Govindraj
On Wed, Jan 11, 2012 at 6:58 PM, Marek Vasut wrote: >> On Wed, Jan 11, 2012 at 6:16 PM, Marek Vasut wrote: >> >> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut >> >> wrote: >> >> >> Hi Marek, >> >> >> >> >> >> Thanks for you review. >> >> >> >> >> >> On Tue, Jan 10, 2012 at 9:37 PM, Marek Vasut

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Kumar Gala
On Jan 11, 2012, at 6:47 AM, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > in

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Marek Vasut
> On Wed, Jan 11, 2012 at 6:58 PM, Marek Vasut wrote: > >> On Wed, Jan 11, 2012 at 6:16 PM, Marek Vasut wrote: > >> >> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut wrote: > >> >> >> Hi Marek, > >> >> >> > >> >> >> Thanks for you review. > >> >> >> > >> >> >> On Tue, Jan 10, 2012 at 9:37 PM, M

[U-Boot] [PATCH 2/2 V3] Changes to move hawkboard to the new spl infrastructure.

2012-01-11 Thread Sughosh Ganu
This patch moves hawkboard to the new spl infrastructure from the older nand_spl one. Removed the hawkboard_nand_config build option -- The spl code now gets compiled with hawkboard_config, after building the main u-boot image, using the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard to refle

[U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Matthias Fuchs
Hi Fabio, can you confirm that the current u-boot-imx tree runs fine on the MX28EVK? I tried it but the debug console stays dead. This is what I did: 1) make mx28evk 2) make u-boot.sb 3) ./tools/mxsboot sd u-boot.sb u-boot-sd.sb 4) prepare an SD card as described in doc/README.m28 (only one part

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Sughosh Ganu
On Wed Jan 11, 2012 at 02:52:44PM +0100, Marek Vasut wrote: > > > Changing the ecc layout for a single board, hmm not sure. Using a > > > spl instead does me no harm whatsoever -- I don't need to update the > > > spl frequently in any case, and then can use the nand driver as is. > > > > An

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Marek Vasut
> On Wed Jan 11, 2012 at 02:52:44PM +0100, Marek Vasut wrote: > > > > Changing the ecc layout for a single board, hmm not sure. Using a > > > > spl instead does me no harm whatsoever -- I don't need to update > > > > the spl frequently in any case, and then can use the nand driver > > > > a

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Igor Grinberg
Hi Guys, On 01/11/12 16:34, Marek Vasut wrote: >> On Wed, Jan 11, 2012 at 6:58 PM, Marek Vasut wrote: On Wed, Jan 11, 2012 at 6:16 PM, Marek Vasut wrote: >> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut > wrote: Hi Marek, Thanks for you review. >

[U-Boot] Help needed on Colibri T20 - Iris Board

2012-01-11 Thread Stéphane Carvalho
We are 2 engineering students from Fribourg, Switzerland working on a embedded systems project. The fact is that we're looking to setup U-Boot on a Colibri Iris Board using the Colibri T20 module with NVIDIA Tegra 2 processor. Since the Iris board is a relatively new board, it is difficult for us

Re: [U-Boot] [RFC] [PATCH] DaVinci/i2c: allow multiple buses

2012-01-11 Thread Jérôme Carretero
On Wed, 11 Jan 2012 07:52:41 +0100 Heiko Schocher wrote: > Yes, that is the actual (not really nice) state to implement the > "multibus" feature for i2c. The better way would be to go this way: > > http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=shortlog;h=refs/heads/multibus_v2_2012 > > but

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Sughosh Ganu
On Wed Jan 11, 2012 at 04:01:31PM +0100, Marek Vasut wrote: > > More so, given the fact that we don't have any control over > > rbl -- so if rbl changes it's layout for any subsequent board, we'd > > have to add that as well to the nand driver, and both in u-boot as > > well as the kernel.

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Fabio Estevam
Hi Matthias, On Wed, Jan 11, 2012 at 12:41 PM, Matthias Fuchs wrote: > Hi Fabio, > > can you confirm that the current u-boot-imx tree runs fine > on the MX28EVK? I tried it but the debug console stays dead. Yes, it works fine. > This is what I did: > > 1) make mx28evk I think you meant "mx28e

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-11 Thread Andreas Müller
On Wednesday, January 04, 2012 01:22:29 AM Peter Bigot wrote: > I got this to work with two changes: > > * s/MMC_TIMEOUT_USEC/MMC_TIMEOUT_MSEC/g and define MMC_TIMEOUT_MSEC > 20, since get_timer does operate on msec in the current meta-ti > BeagleBoard-xM > > * The patch below, which is what I

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-11 Thread Tom Rini
On Wed, Jan 11, 2012 at 8:31 AM, Andreas Müller wrote: > On Wednesday, January 04, 2012 01:22:29 AM Peter Bigot > wrote: >> I got this to work with two changes: >> >> * s/MMC_TIMEOUT_USEC/MMC_TIMEOUT_MSEC/g and define MMC_TIMEOUT_MSEC >> 20, since get_timer does operate on msec in the current met

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-11 Thread Peter Bigot
On Wed, Jan 11, 2012 at 9:31 AM, Andreas Müller wrote: > On Wednesday, January 04, 2012 01:22:29 AM Peter Bigot > wrote: >> I got this to work with two changes: >> >> * s/MMC_TIMEOUT_USEC/MMC_TIMEOUT_MSEC/g and define MMC_TIMEOUT_MSEC >> 20, since get_timer does operate on msec in the current met

Re: [U-Boot] [PATCH v4 0/5] Added SPL support

2012-01-11 Thread Tom Rini
On 01/09/2012 11:38 PM, Chandan Nath wrote: > This patch series is submitted to add support for MMC/SD along > with SPL support. Also, fixed incorrect register offset of > ddr and timer registers. > > The patches have been compile tested and run on AM335X EVM. > > The patches depends on previous

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

2012-01-11 Thread Wolfgang Denk
Dear Stephan Linz, In message <1325956366.18981.47.camel@keto> you wrote: > > I'll provide the same way for the Xilinx LL_TEMAC driver as for the > Xilinx AXI-EMAC driver. I prepare the microblaze-generic board code to > support all potential Ethernet drivers but leave out the specific usage. > Yo

Re: [U-Boot] [PATCH 2/2 V3] Changes to move hawkboard to the new spl infrastructure.

2012-01-11 Thread Christian Riesch
Hello Sughosh, I did a quick test on the da850evm with the SPL for booting from SPI and it worked. I have a few comments below. On Wed, Jan 11, 2012 at 3:37 PM, Sughosh Ganu wrote: > This patch moves hawkboard to the new spl infrastructure from the > older nand_spl one. > > Removed the hawkboard_

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Tom Rini
On Wed, Jan 11, 2012 at 5:47 AM, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- >  include/configs/P1010RDB.h         |    5 - >

[U-Boot] [PATCH 2/2 V4] Changes to move hawkboard to the new spl infrastructure

2012-01-11 Thread Sughosh Ganu
This patch moves hawkboard to the new spl infrastructure from the older nand_spl one. Removed the hawkboard_nand_config build option -- The spl code now gets compiled with hawkboard_config, after building the main u-boot image, using the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard to refle

Re: [U-Boot] [PATCH] cmd_source: introduce run_script()

2012-01-11 Thread Michael Walle
On Wed, January 11, 2012 00:40, Mike Frysinger wrote: > On Tuesday 10 January 2012 18:04:19 Michael Walle wrote: >> --- a/common/cmd_source.c >> +++ b/common/cmd_source.c >> >> +/* >> + * Run a series of commands, separated by '\n'. >> + * Beware, the contents of script may be modified while it is

Re: [U-Boot] Help needed on Colibri T20 - Iris Board

2012-01-11 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?St=E9phane_Carvalho?=, In message you wrote: > > We managed to install a recent uboot on the board but it is not very > efficient. The major problem is that we aren't able to run the > *saveenv*command in order to save the environnement. Does anyone have > any ideas > about t

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Wolfgang Denk
Dear Fabio, In message you wrote: > > On my board I don't have to press the power button in order to get the > console output. ... > Also, I have only tested this on a MX28EVK rev.D board. Our Rev. A board also starts only after pressing the power button. Best regards, Wolfgang Denk -- DEN

[U-Boot] [PATCH v2] bootm: Avoid 256-byte overflow in fixup_silent_linux()

2012-01-11 Thread Doug Anderson
This makes fixup_silent_linux() use malloc() to allocate its working space, meaning that our maximum kernel command line should only be limited by malloc(). Previously it was silently overflowing the stack. Note that nothing about this change increases the kernel's maximum command line length. I

Re: [U-Boot] [PATCH v3 3/3] config: Remove Blackfin CONFIG_DEPRECATED_SILENT_LINUX_CONSOLE

2012-01-11 Thread Doug Anderson
Dear Wolfgang, On Wed, Jan 11, 2012 at 12:11 AM, Wolfgang Denk wrote: > I have to admit that I have no clear opinion here yet. > > The existing code is from a time when all architectures had a pretty > low limit on the command line size - IIRC even PPC had only 256 bytes > by then, hard coded. >

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Fabio Estevam
Hi Wolfgang, On Wed, Jan 11, 2012 at 3:55 PM, Wolfgang Denk wrote: > Dear Fabio, > > In message > you > wrote: >> >> On my board I don't have to press the power button in order to get the >> console output. > ... >> Also, I have only tested this on a MX28EVK rev.D board. > > Our Rev. A board a

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-11 Thread Marek Vasut
> Hi Guys, > > On 01/11/12 16:34, Marek Vasut wrote: > >> On Wed, Jan 11, 2012 at 6:58 PM, Marek Vasut wrote: > On Wed, Jan 11, 2012 at 6:16 PM, Marek Vasut wrote: > >> On Wed, Jan 11, 2012 at 4:22 PM, Marek Vasut > > > > wrote: > Hi Marek, > > Thanks for

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Marek Vasut
> On Wed Jan 11, 2012 at 04:01:31PM +0100, Marek Vasut wrote: > > > More so, given the fact that we don't have any control over > > > rbl -- so if rbl changes it's layout for any subsequent board, we'd > > > have to add that as well to the nand driver, and both in u-boot as > > > well as th

Re: [U-Boot] Help needed on Colibri T20 - Iris Board

2012-01-11 Thread Marek Vasut
> Dear =?ISO-8859-1?Q?St=E9phane_Carvalho?=, > > In message you wrote: > > We managed to install a recent uboot on the board but it is not very > > efficient. The major problem is that we aren't able to run the > > *saveenv*command in order to save the environnement. Does anyone have > > any idea

Re: [U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Kumar Gala
On Dec 20, 2011, at 10:33 AM, Fabio Estevam wrote: > Since commit 97039ab98 (env_mmc: Allow board code to override the environment > address) > mmc_get_env_addr is a weak-aliased function in common/env_mmc.c > > The mmc_get_env_addr implementation that exists at > board/freescale/common/sdhc_bo

[U-Boot] [PATCH v2] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Fabio Estevam
Since commit 97039ab98 (env_mmc: Allow board code to override the environment address) mmc_get_env_addr is a weak-aliased function in common/env_mmc.c The mmc_get_env_addr implementation that exists at board/freescale/common/sdhc_boot.c is meant to be used only for PowerPC boards, but currently i

Re: [U-Boot] [PATCH v2] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

2012-01-11 Thread Kumar Gala
On Jan 11, 2012, at 1:20 PM, Fabio Estevam wrote: > Since commit 97039ab98 (env_mmc: Allow board code to override the environment > address) > mmc_get_env_addr is a weak-aliased function in common/env_mmc.c > > The mmc_get_env_addr implementation that exists at > board/freescale/common/sdhc_boo

[U-Boot] [PATCH 0/3] devkit3250: add Timll DevKit3250 board initial support

2012-01-11 Thread Vladimir Zapolskiy
This patchset adds generic NXP LPC32XX SoC support and basic support for Embest/Timll DevKit3250 board, which powered by this SoC. The patchset is done on top of u-boot/master branch. The general difference of this resent series from the previous ones is that high speed UART driver was added into

[U-Boot] [PATCH 1/3 v6] arm926ejs: add NXP LPC32x0 cpu series support

2012-01-11 Thread Vladimir Zapolskiy
This change adds initial support for NXP LPC32x0 SoC series. Signed-off-by: Vladimir Zapolskiy --- Changes from v5 to v6: * replaced some spaces with tabs in macro declarations * more rules separating 14-clock and ns16650 UARTs in config.h Changes from v4 to v5: * corrected address in GPLv2+ lic

[U-Boot] [PATCH 2/3] serial: add LPC32X0 high-speed UART devices support

2012-01-11 Thread Vladimir Zapolskiy
This change adds an implementation of high-speed UART found on NXP LPC32X0 SoCs. Such UARTs are enumerated as UART1, UART2 and UART7. Signed-off-by: Vladimir Zapolskiy --- arch/arm/cpu/arm926ejs/lpc32xx/devices.c |8 ++ arch/arm/include/asm/arch-lpc32xx/uart.h | 60 +++ drivers

[U-Boot] [PATCH 3/3 v3] devkit3250: add Timll DevKit3250 board initial support

2012-01-11 Thread Vladimir Zapolskiy
This change adds a basic support for Embest/Timll DevKit3250 board, NOR and UART are the only supported peripherals for a moment. The board doesn't require low-level init, because the initial SDRAM and GPIO configuration is performed during kickstart bootloader execution. Signed-off-by: Vladimir Z

[U-Boot] [PATCH] skat91: add support for SK-AT91SAM9/SIM508 board

2012-01-11 Thread Vladimir Zapolskiy
This change adds complete support for Starterkit SK-AT91SAM9/SIM508 board. Signed-off-by: Vladimir Zapolskiy --- MAINTAINERS|4 + board/starterkit/skat91_sim508/Makefile| 44 ++ board/starterkit/skat91_sim508/partition.c | 39 + boa

Re: [U-Boot] [PATCH] skat91: add support for SK-AT91SAM9/SIM508 board

2012-01-11 Thread Marek Vasut
> This change adds complete support for Starterkit SK-AT91SAM9/SIM508 > board. > > Signed-off-by: Vladimir Zapolskiy > --- > MAINTAINERS|4 + > board/starterkit/skat91_sim508/Makefile| 44 ++ > board/starterkit/skat91_sim508/partition.c |

Re: [U-Boot] [PATCH 1/3 v6] arm926ejs: add NXP LPC32x0 cpu series support

2012-01-11 Thread Marek Vasut
> This change adds initial support for NXP LPC32x0 SoC series. > > Signed-off-by: Vladimir Zapolskiy > --- > Changes from v5 to v6: > * replaced some spaces with tabs in macro declarations > * more rules separating 14-clock and ns16650 UARTs in config.h > > Changes from v4 to v5: > * corrected a

Re: [U-Boot] [PATCH 2/3] serial: add LPC32X0 high-speed UART devices support

2012-01-11 Thread Marek Vasut
> This change adds an implementation of high-speed UART found on NXP > LPC32X0 SoCs. Such UARTs are enumerated as UART1, UART2 and UART7. > > Signed-off-by: Vladimir Zapolskiy > --- > arch/arm/cpu/arm926ejs/lpc32xx/devices.c |8 ++ > arch/arm/include/asm/arch-lpc32xx/uart.h | 60 ++

Re: [U-Boot] [PATCH 3/3 v3] devkit3250: add Timll DevKit3250 board initial support

2012-01-11 Thread Marek Vasut
> This change adds a basic support for Embest/Timll DevKit3250 board, > NOR and UART are the only supported peripherals for a moment. The board > doesn't require low-level init, because the initial SDRAM and GPIO > configuration is performed during kickstart bootloader execution. > > Signed-off-by

Re: [U-Boot] [PATCH] skat91: add support for SK-AT91SAM9/SIM508 board

2012-01-11 Thread Vladimir Zapolskiy
On 11.01.2012 22:53, Marek Vasut wrote: This change adds complete support for Starterkit SK-AT91SAM9/SIM508 board. Signed-off-by: Vladimir Zapolskiy --- MAINTAINERS|4 + board/starterkit/skat91_sim508/Makefile| 44 ++ board/starterkit/ska

Re: [U-Boot] [PATCH] skat91: add support for SK-AT91SAM9/SIM508 board

2012-01-11 Thread Marek Vasut
> On 11.01.2012 22:53, Marek Vasut wrote: > >> This change adds complete support for Starterkit SK-AT91SAM9/SIM508 > >> board. > >> > >> Signed-off-by: Vladimir Zapolskiy > >> --- > >> > >> MAINTAINERS|4 + > >> board/starterkit/skat91_sim508/Makefile

Re: [U-Boot] [PATCH 3/3 v3] devkit3250: add Timll DevKit3250 board initial support

2012-01-11 Thread Vladimir Zapolskiy
On 11.01.2012 22:56, Marek Vasut wrote: This change adds a basic support for Embest/Timll DevKit3250 board, NOR and UART are the only supported peripherals for a moment. The board doesn't require low-level init, because the initial SDRAM and GPIO configuration is performed during kickstart bootlo

[U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-11 Thread Christian Riesch
Hi, On Wednesday, January 11, 2012, Marek Vasut wrote: >> On Wed Jan 11, 2012 at 04:01:31PM +0100, Marek Vasut wrote: >> > > More so, given the fact that we don't have any control over >> > > rbl -- so if rbl changes it's layout for any subsequent board, we'd >> > > have to add that as well

Re: [U-Boot] Help needed on Colibri T20 - Iris Board

2012-01-11 Thread Simon Glass
Hi Stéphane, On Wed, Jan 11, 2012 at 1:52 AM, Stéphane Carvalho wrote: > We are 2 engineering students from Fribourg, Switzerland working on a > embedded systems project. > > The fact is that we're looking to setup U-Boot on a Colibri Iris Board using > the Colibri T20 module with NVIDIA Tegra 2

Re: [U-Boot] [PATCH 5/7] tegra: Use funcmux for MMC on tamonten

2012-01-11 Thread Simon Glass
On Mon, Jan 9, 2012 at 11:31 PM, Thierry Reding wrote: > * Simon Glass wrote: >> Use the new funcmux_select() feature to set up the MMC pin mux. >> >> Signed-off-by: Simon Glass > > Tested on Plutux and Medcom. > > Acked-by: Thierry Reding > Tested-by: Thierry Reding Thanks! > >> --- >>  boar

[U-Boot] bootm not taking dtb

2012-01-11 Thread JR Rivers
I am working with a powerpc embedded system where u-boot seems to be passing in a constructed fdt (or one embedded in u-boot) as opposed to one that is either passed directly to bootm or as the third image of a multi-file image. I'm sure sure that the system is NOT using my dtb file because I m

Re: [U-Boot] [PATCH 3/3 v3] devkit3250: add Timll DevKit3250 board initial support

2012-01-11 Thread Marek Vasut
> On 11.01.2012 22:56, Marek Vasut wrote: > >> This change adds a basic support for Embest/Timll DevKit3250 board, > >> NOR and UART are the only supported peripherals for a moment. The board > >> doesn't require low-level init, because the initial SDRAM and GPIO > >> configuration is performed dur

Re: [U-Boot] [PATCH v2 4/4] zipitz2: fix boot issue introduced by PXA low level init rework

2012-01-11 Thread Marek Vasut
> CONFIG_SYS_INIT_SP_ADDR points to RAM, but it's used before > DRAM controller init. Fix it by setting CONFIG_SYS_INIT_SP_ADDR > to SRAM > > Signed-off-by: Vasily Khoruzhick > --- > v2: no changes > > include/configs/zipitz2.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >

[U-Boot] [PATCH v2 1/4] PXA: PXA27x Matrix keypad driver

2012-01-11 Thread Vasily Khoruzhick
From: Marek Vasut Signed-off-by: Marek Vasut Signed-off-by: Vasily Khoruzhick [vasily: adapted Marek's old version for newer u-boot] --- v2: use struct-based access to regs, minor cleanup arch/arm/include/asm/arch-pxa/pxa-regs.h| 52 -- arch/arm/include/asm/arch-pxa/regs-keypad.h |

[U-Boot] [PATCH v2 2/4] zipitz2: enable pxa27x_mkp driver

2012-01-11 Thread Vasily Khoruzhick
Signed-off-by: Vasily Khoruzhick --- v2: remove usbtty stuff from EXTRA_ENV_SETTINGS include/configs/zipitz2.h | 82 ++--- 1 files changed, 77 insertions(+), 5 deletions(-) diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 26204af

[U-Boot] [PATCH v2 3/4] zipitz2: use pxa_mmc_gen as MMC driver

2012-01-11 Thread Vasily Khoruzhick
Signed-off-by: Vasily Khoruzhick --- v2: mmcinfo is necessary to scan card for partitions board/zipitz2/zipitz2.c |8 include/configs/zipitz2.h |5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/board/zipitz2/zipitz2.c b/board/zipitz2/zipitz2.c index b09

[U-Boot] [PATCH v2 4/4] zipitz2: fix boot issue introduced by PXA low level init rework

2012-01-11 Thread Vasily Khoruzhick
CONFIG_SYS_INIT_SP_ADDR points to RAM, but it's used before DRAM controller init. Fix it by setting CONFIG_SYS_INIT_SP_ADDR to SRAM Signed-off-by: Vasily Khoruzhick --- v2: no changes include/configs/zipitz2.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/con

Re: [U-Boot] [PATCH v2 1/4] PXA: PXA27x Matrix keypad driver

2012-01-11 Thread Marek Vasut
> From: Marek Vasut > > Signed-off-by: Marek Vasut > Signed-off-by: Vasily Khoruzhick > [vasily: adapted Marek's old version for newer u-boot] > --- > v2: use struct-based access to regs, minor cleanup > > arch/arm/include/asm/arch-pxa/pxa-regs.h| 52 -- > arch/arm/include/asm/arch-

Re: [U-Boot] [PATCH v2 3/4] zipitz2: use pxa_mmc_gen as MMC driver

2012-01-11 Thread Marek Vasut
> Signed-off-by: Vasily Khoruzhick > --- > v2: mmcinfo is necessary to scan card for partitions > > board/zipitz2/zipitz2.c |8 > include/configs/zipitz2.h |5 +++-- > 2 files changed, 11 insertions(+), 2 deletions(-) > > diff --git a/board/zipitz2/zipitz2.c b/board/zipitz2/z

Re: [U-Boot] [PATCH v2 2/4] zipitz2: enable pxa27x_mkp driver

2012-01-11 Thread Marek Vasut
> Signed-off-by: Vasily Khoruzhick > --- Acked-by: Marek Vasut > v2: remove usbtty stuff from EXTRA_ENV_SETTINGS > > include/configs/zipitz2.h | 82 > ++--- 1 files changed, 77 > insertions(+), 5 deletions(-) > > diff --git a/include/configs/zipitz2.h

  1   2   >