Re: [U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board

2010-01-06 Thread Semih Hazar
Hi, I had sent a few patches almost a month ago about a new AVR32 board, but couldn't get a reply from anyone. I'd appreciate if we can get these patches into the upcoming release. Regards, Semih Hazar ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] TI:OMAP: [ PATCH 1/4 ] OMAP3: Beagle: Update revision detection

2010-01-06 Thread Paulraj, Sandeep
Sandeep, On Tue, Jan 5, 2010 at 9:41 PM, Khasim Syed Mohammed kha...@beagleboard.org wrote: From 3a540c9746d080d3e45e820081684da4f14d28a2 Mon Sep 17 00:00:00 2001 From: Dirk Behme dirk.be...@googlemail.com Date: Tue, 5 Jan 2010 20:04:27 +0530 Subject: [PATCH] OMAP3: Beagle: Update

Re: [U-Boot] TI:OMAP: [PATCH 4/4] Enable I2C bus switching

2010-01-06 Thread Paulraj, Sandeep
On Wed, Jan 6, 2010 at 12:52 AM, Nishanth Menon menon.nisha...@gmail.com wrote: does this really belong to this series? I lately figured out that all are independent. This can be merged separately. Sandeep can you consider this patch as there are no comments. I will work on the other

Re: [U-Boot] [PATCH v2] TI DaVinci: Driver for the davinci SPI controller

2010-01-06 Thread Sudhakar Rajashekhara
Hi, On Tue, Jan 05, 2010 at 19:49:19, Tom wrote: Sudhakar Rajashekhara wrote: From: Sekhar Nori nsek...@ti.com This adds a driver for the SPI controller found on davinci based SoCs from Texas Instruments. Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by: Sudhakar

[U-Boot] [PATCH v4] TI DaVinci: Driver for the davinci SPI controller

2010-01-06 Thread Sudhakar Rajashekhara
From: Sekhar Nori nsek...@ti.com This adds a driver for the SPI controller found on davinci based SoCs from Texas Instruments. Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- From previous version, following are the modifications: 1. Global

[U-Boot] [PATCH v2] add ASTRO MCF5373L board

2010-01-06 Thread Wolfgang Wegner
This patch adds support for ASTRO board(s) based on MCF5373L. Signed-off-by: Wolfgang Wegner w.weg...@astro-kom.de --- I hope to have addressed all the comments and errors that were present in the first submission; exceptions are the linker script because there was no feedback by Tsi Chung Liew

Re: [U-Boot] [PATCH 1/3] omap3: Consolidate SDRC related operations

2010-01-06 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Wednesday, December 23, 2009 8:16 PM To: u-boot@lists.denx.de Cc: Hiremath, Vaibhav; Premi, Sanjeev Subject: [PATCH 1/3] omap3: Consolidate SDRC related operations Consolidated SDRC related functions into one file - sdrc.c.

Re: [U-Boot] TI:OMAP: [ PATCH 2/4 ] Configure PRCM registers to support 720 Mhz

2010-01-06 Thread Khasim Syed Mohammed
On Wed, Jan 6, 2010 at 12:28 PM, Khasim Syed Mohammed kha...@beagleboard.org wrote: On Wed, Jan 6, 2010 at 12:48 AM, Nishanth Menon menon.nisha...@gmail.com wrote: On Tue, Jan 5, 2010 at 10:11 AM, Khasim Syed Mohammed kha...@beagleboard.org wrote: From 1bb1a2441e6f54f3fe7d71e30da3bc22732aa7d3

Re: [U-Boot] [PATCH 0/4] No GOT in IRQ and use r12 as GOT ptr

2010-01-06 Thread Joakim Tjernlund
Has this been forgotten(again)? Jocke This series removes the needs to access the GOT in IRQ handlers, then switches GOT PTR in start.S asm to use r12 instead of r14. This leads up to the removal of -ffixed-r14 gcc option for ppc This is a resend since the it seems like the series was

Re: [U-Boot] [PATCH v4] TI DaVinci: Driver for the davinci SPI controller

2010-01-06 Thread Mike Frysinger
On Wednesday 06 January 2010 06:18:21 Sudhakar Rajashekhara wrote: + ds = malloc(sizeof(struct davinci_spi_slave)); personally i find sizeof(*ds) to be better +void spi_free_slave(struct spi_slave *slave) +{ + struct davinci_spi_slave *ds = to_davinci_spi(slave); + + if (ds) {

[U-Boot] ARM pull request

2010-01-06 Thread Tom
Wolfgang, Please pull these changes from arm/master. Tom The following changes since commit 87d93a1ba2ae23550e1370adb7a3b00af0831165: Wolfgang Wegner (1): move prototypes for gunzip() and zunzip() to common.h are available in the git repository at: git://git.denx.de/u-boot-arm

Re: [U-Boot] [PATCH 2/4] Use LINK_OFF to access global data

2010-01-06 Thread Scott Wood
Joakim Tjernlund wrote: u-boot-boun...@lists.denx.de wrote on 05/01/2010 21:20:32: From: Scott Wood scottw...@freescale.com To: Albert ARIBAUD albert.arib...@free.fr Cc: u-boot@lists.denx.de Date: 05/01/2010 21:22 Subject: Re: [U-Boot] [PATCH 2/4] Use LINK_OFF to access global data Sent

[U-Boot] [PATCH 0/3] PPC440EPX(sequoia) USB EHCI support.

2010-01-06 Thread Chris Zhang
This patch adds echi support for ppc440epx(sequoia board). Also a fix for ECHI host controller port reset. Chris Chris Zhang (3): Fix EHCI port reset. Add ppc440epx USB ehci support. Adds EHCI definitions to sequoia board configuration file. drivers/usb/host/Makefile |1 +

[U-Boot] [PATCH 1/3] Fix EHCI port reset.

2010-01-06 Thread Chris Zhang
In USB ehci driver, the port reset is not terminated. EHCI spec says A host controller must terminate the reset and stabilize the state of the port within 2 milliseconds. Without termination, a port stays at reset state. This is observed on ppc4xx(sequoia) boards. Signed-off-by: Chris Zhang

[U-Boot] [PATCH 3/3] Adds EHCI definitions to sequoia board configuration file.

2010-01-06 Thread Chris Zhang
Adds required definitions for EHCI support in sequoia configuration file. But still keeps the OHCI as default driver. Signed-off-by: Chris Zhang ch...@seamicro.com --- include/configs/sequoia.h | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 2/3] Add ppc440epx USB ehci support.

2010-01-06 Thread Chris Zhang
Currently ppc440epx uses OHCI for USB full-speed support. This change adds support for EHCI. Signed-off-by: Chris Zhang ch...@seamicro.com --- drivers/usb/host/Makefile |1 + drivers/usb/host/ehci-ppc4xx.c | 48 2 files changed, 49

Re: [U-Boot] [PATCH v2] Davinci: davinci_nand.c performance enhancments

2010-01-06 Thread Scott Wood
On Wed, Dec 16, 2009 at 11:15:58AM +, Nick Thompson wrote: Introduces various optimisations that approximately triple the read data rate from NAND when run on da830evm. Most of these optimisations depend on the endianess of the machine and most of them are very similar to optimisations

Re: [U-Boot] [PATCHv2] onenand: Fix compile errors due to FlexOneNAND

2010-01-06 Thread Scott Wood
On Fri, Dec 18, 2009 at 08:04:55AM -0600, Tom wrote: Sanjeev Premi wrote: This patch fixes the compile error while trying to compile for omap3evm. env_onenand.c: In function 'env_relocate_spec': env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared (first use in this function)

Re: [U-Boot] Breakage on arm/next

2010-01-06 Thread Scott Wood
On Mon, Dec 21, 2009 at 04:30:40PM +0530, apgmoorthy wrote: Hunk 1: env_addr += CONFIG_ENV_ADDR (onenand_mtd.eraseregions[0].erasesize-1); Hunk 2: env_addr += CONFIG_ENV_ADDR (onenand_mtd.eraseregions[0].erasesize-1); I'd say it should be the board config file's responsibility to provide

[U-Boot] [PATCH] PCIe, USB: Replace 'end point' references with 'endpoint'

2010-01-06 Thread Peter Tyser
When referring to PCIe and USB 'endpoint' is the standard naming convention. Signed-off-by: Peter Tyser pty...@xes-inc.com --- I could only take so much of seeing End Point on every bootup before I cracked:) board/amcc/yucca/yucca.c |2 +- board/atum8548/atum8548.c

[U-Boot] MPC8315 uboot hangs on relocation

2010-01-06 Thread Sureshkumar Nagarathinam
Hi All, I am porting the u-boot for a customized board based on MPC8315 processor. It has DDR2 SDRAM of 128 MB 8 MB of flash. I found that the code hangs during the relocation of the code, exactly in the following line (@ relocation function in cpu/mpc83xx/start.S) lwz r5,

[U-Boot] [PATCH 2/2] p2020ds: use maximum timeout for esdhc

2010-01-06 Thread Li Yang
From: Jin Qing b24...@freescale.com Use timeout value to maximum due to hardware problem. The hardware may take longer to timeout, but it's much better than having a too-short timeout value. Signed-off-by: Jin Qing b24...@freescale.com Signed-off-by: Li Yang le...@freescale.com ---

[U-Boot] [PATCH 1/2] fsl_esdhc: fix wrong clock mask

2010-01-06 Thread Li Yang
Fix typo in SYSCTL_CLOCK_MASK, which caused residual in high bits of SDCLKFS. Signed-off-by: Jin Qing b24...@freescale.com Signed-off-by: Li Yang le...@freescale.com --- include/fsl_esdhc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/fsl_esdhc.h

Re: [U-Boot] TI:OMAP: [PATCH 4/4] Enable I2C bus switching

2010-01-06 Thread Heiko Schocher
Hello Khasim Syed, Khasim Syed Mohammed wrote: From 3aa4b510a95b5313dc103c286eea44a6054b67d4 Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Tue, 5 Jan 2010 20:52:36 +0530 Subject: [PATCH] Enable I2C bus switching OMAP3 supports Multiple I2C channels, this patch

[U-Boot] [PATCH 1/2] cmd_eeprom: I2C updates

2010-01-06 Thread Heiko Schocher
- CONFIG_ENV_EEPROM_IS_ON_I2C define this, if you have I2C and SPI activated, and your EEPROM, which holds the environment, is on the I2C bus. - CONFIG_I2C_ENV_EEPROM_BUS if you have an Environment on an EEPROM reached over I2C muxes, you can now define, how to reach this EEPROM.

[U-Boot] [PATCH 2/2] env, eeprom: add redundant environment support

2010-01-06 Thread Heiko Schocher
Add redundant environment support for environment lying on a EEPROM. Tested on uppcoming suen3 support Signed-off-by: Andreas Huber andreas.hu...@keymile.com --- common/env_eeprom.c | 131 +-- 1 files changed, 127 insertions(+), 4 deletions(-)

[U-Boot] powerpc: keymile boards updates

2010-01-06 Thread Heiko Schocher
- malloc size 4 MB for all keymile boards - use generic FDT code for fixing up the DTS - enable unit-led at startup for keymile boards - remove some dts updates for keymile boards - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB

[U-Boot] CRAMFS: support cramfs in RAM

2010-01-06 Thread Heiko Schocher
cramfsls and cramfsload are added to the command list. A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable specifying the address the cramfs is located. This works for powerpc and for ARM. Use

[U-Boot] 83xx: add support configure bus parking

2010-01-06 Thread Heiko Schocher
Add support to configure bus parking mode and master in bus arbitration configuration (ACR). Add this for the kmeter1 port: Configure bus arbiter with recommended values from Freescale to improve bus latency/throughput for application with intensive QuiccEngine activity. Signed-off-by: Heiko

[U-Boot] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-01-06 Thread Heiko Schocher
This patch adds support for the Keymile SUEN3 board variants which are based on the Marvell Kirkwood (88F6281) SoC. All variants uses common code stored in board/keymile/km_arm/km_arm.c mgcoge2_arm_p1a board: This adds support for the ARM part of the mgcoge2. The suen3 target was moved to the