Re: [U-Boot] [PATCH v3 7/7] tegra: Add Tamonten Evaluation Carrier support

2012-06-11 Thread Thierry Reding
* Allen Martin wrote: > On Mon, Jun 04, 2012 at 11:02:30PM -0700, Thierry Reding wrote: > > The Tamonten Evaluation Carrier is an evaluation board for the Tamonten > > processor board. More information is available here: > > > > > > http://www.avionic-design.de/en/products/nvidia-tegra-ta

Re: [U-Boot] [PATCH v3 14/14] tegra20: tec: add tegra20-common-post.h

2012-06-11 Thread Thierry Reding
* Allen Martin wrote: > Add tegra20-common-post.h to be consistent with other tegra20 boards. > > Signed-off-by: Allen Martin Acked-by: Thierry Reding > --- > include/configs/tec.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/tec.h b/include/configs/tec.h > i

Re: [U-Boot] [PATCH v2 1/7] tegra: Rework Tamonten support

2012-06-11 Thread Thierry Reding
* Stephen Warren wrote: > Allen Martin wrote: > >On Fri, Jun 08, 2012 at 10:28:57PM -0700, Stephen Warren wrote: > >> On 06/08/2012 03:27 PM, Allen Martin wrote: > >> > On Fri, Jun 08, 2012 at 02:07:25PM -0700, Stephen Warren wrote: > >> >> On 06/08/2012 02:01 PM, Allen Martin wrote: > >> >>> On F

[U-Boot] Acccessing IRAM in MX53

2012-06-11 Thread Teemu Keskinarkaus
Hi, I need to access IRAM from U-boot in MX53 based HW. This is part of the data transfer between kernel and U-boot. I've already done the kernel part and now I need to do the U-boot part. I tried this: #define IRAM_ADDRESS IRAM_BASE_ADDR + IRAM_SIZE - SZ_4K unsigned long *iram = (unsigned lo

Re: [U-Boot] Acccessing IRAM in MX53

2012-06-11 Thread Stefano Babic
On 11/06/2012 11:09, Teemu Keskinarkaus wrote: > Hi, > Hi, > I need to access IRAM from U-boot in MX53 based HW. This is part of the data > transfer between kernel and U-boot. I've already done the kernel part and now > I need to do the U-boot part. > > I tried this: > > #define IRAM_ADDRESS

Re: [U-Boot] U-boot failed

2012-06-11 Thread Marek Vasut
Dear Zeyad A, > Dear Marek Vasut, > I have already done the CC, but the mail was rejected from u-boot mailing > list because the message size is too large. So i am not doing it for now > and I am sorry for the quoting of my reply. The matter is not so clear for > me. > Ok, I have done the command

[U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Rajeshwari Shinde
Add DWMMC driver support and resgister description for same. Signed-off-by: Alim Akhtar Signed-off-by: Terry Lambert Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Incorporated comments from Jaehung Chung. - Renamed MSHCI to DWMMC through out the driver. - Renamed

[U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-11 Thread Anatolij Gustschin
The documented link to elftosb package tarball is not accessible, change to another working link. Signed-off-by: Anatolij Gustschin Cc: Otavio Salvador Cc: Marek Vasut Cc: Fabio Estevam --- doc/README.mx28_common |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/

Re: [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-11 Thread Otavio Salvador
On Mon, Jun 11, 2012 at 10:12 AM, Anatolij Gustschin wrote: > The documented link to elftosb package tarball is not accessible, > change to another working link. > Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www

Re: [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-11 Thread Marek Vasut
Dear Anatolij Gustschin, > The documented link to elftosb package tarball is not accessible, > change to another working link. > > Signed-off-by: Anatolij Gustschin > Cc: Otavio Salvador > Cc: Marek Vasut > Cc: Fabio Estevam > --- > doc/README.mx28_common |4 ++-- > 1 files changed, 2 in

Re: [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-11 Thread Otavio Salvador
On Mon, Jun 11, 2012 at 10:42 AM, Marek Vasut wrote: > That's sad, maybe we should mirror this package and be done with it? > Wolfgang/Detlev? > It is indeed; the timesys repository seems good for me. If it can be mirrored at denx, good as well. -- Otavio Salvador O

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Rajeshwari Birje
Hi All, ccing Jaehoon Chung Regards, Rajeshwari Shinde. On Mon, Jun 11, 2012 at 6:18 PM, Rajeshwari Shinde wrote: > Add DWMMC driver support and resgister description for same. > > Signed-off-by: Alim Akhtar > Signed-off-by: Terry Lambert > Signed-off-by: Rajeshwari Shinde > --- > Changes

[U-Boot] [u-boot-imx] Pull request for u-boot-imx tree

2012-06-11 Thread Otavio Salvador
Hello Stefano, I have prepared a branch with the patches I got acked on the mailing list while you were in VAC. The following changes since commit baff308162c3980e7616b624e19889a4d757aae8: i.MX28: Avoid redefining serial_put[cs]() (2012-05-09 12:49:14 +0200) are available in the git repositor

Re: [U-Boot] [u-boot-imx] Pull request for u-boot-imx tree

2012-06-11 Thread Stefano Babic
On 11/06/2012 16:31, Otavio Salvador wrote: > Hello Stefano, > Hello Otavio, > I have prepared a branch with the patches I got acked on the mailing > list while you were in VAC. > > The following changes since commit baff308162c3980e7616b624e19889a4d757aae8: > > i.MX28: Avoid redefining seri

Re: [U-Boot] [u-boot-imx] Pull request for u-boot-imx tree

2012-06-11 Thread Otavio Salvador
On Mon, Jun 11, 2012 at 11:47 AM, Stefano Babic wrote: > Thanks - I am starting to work all i.MX patches I received in the time I > was in vacation. It can take a while until I will come at the end of the > list ;-) > Yes; that's why I prepared the branch. It makes easy since those are the patch

Re: [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-11 Thread Anatolij Gustschin
Hi Marek, On Mon, 11 Jun 2012 15:42:23 +0200 Marek Vasut wrote: ... > That's sad, maybe we should mirror this package and be done with it? I'm fine with mirroring it. If we decide to do that, I'll update the patch. Thanks, Anatolij ___ U-Boot mailing

Re: [U-Boot] [PATCH 2/3] tx25: Use generic gpio_* calls

2012-06-11 Thread Vikram Narayanan
Hi Fabio, On 6/10/2012 8:08 PM, Fabio Estevam wrote: On Sun, Jun 10, 2012 at 10:03 AM, Vikram Narayanan wrote: /* drop PHY power and assert reset (low) */ - val = readl(&gpio4->gpio_dr)& ~((1<< 7) | (1<< 9)); - writel(val,&gpio4->gpio_dr); - val = readl(&gpio4->gp

Re: [U-Boot] [PATCH 1/3] imx25: Move MXC_GPIO_PORT_TO_NUM to imx-regs.h

2012-06-11 Thread Vikram Narayanan
On 6/10/2012 8:03 PM, Fabio Estevam wrote: Hi Vikram, On Sun, Jun 10, 2012 at 10:02 AM, Vikram Narayanan wrote: + +/* Converts a GPIO port number and the internal bit position + * to the GPIO number + */ +#define MXC_GPIO_PORT_TO_NUM(port, bit) (((port - 1)<< 5) + (bit& 0x1f)) Just a mino

Re: [U-Boot] [PATCH 2/3] tx25: Use generic gpio_* calls

2012-06-11 Thread Fabio Estevam
On Mon, Jun 11, 2012 at 11:58 AM, Vikram Narayanan wrote: > Hi Fabio, > > > On 6/10/2012 8:08 PM, Fabio Estevam wrote: >> >> On Sun, Jun 10, 2012 at 10:03 AM, Vikram Narayanan >>  wrote: >> >>>        /* drop PHY power and assert reset (low) */ >>> -       val = readl(&gpio4->gpio_dr)&  ~((1<<  7)

Re: [U-Boot] [PATCH 1/3] imx25: Move MXC_GPIO_PORT_TO_NUM to imx-regs.h

2012-06-11 Thread Vikram Narayanan
Hello Fabio, On 6/10/2012 8:33 PM, Fabio Estevam wrote: On Sun, Jun 10, 2012 at 10:02 AM, Vikram Narayanan wrote: Move the macro to imx-regs.h so that the other mx25 boards can make use of it. Signed-off-by: Vikram Narayanan --- arch/arm/include/asm/arch-mx25/gpio.h |4 arch/a

Re: [U-Boot] [PATCH v9 0/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-11 Thread Michael Walle
Hi Albert, On Wed, June 6, 2012 13:26, Prafulla Wadaskar wrote: >> -Original Message- >> From: Michael Walle [mailto:mich...@walle.cc] >> Sent: 06 June 2012 12:39 >> To: Joe Hershberger >> Cc: Prafulla Wadaskar; u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH v9 0/4] Kirkwood: add lsc

Re: [U-Boot] [PATCH v2 1/7] tegra: Rework Tamonten support

2012-06-11 Thread Allen Martin
On Mon, Jun 11, 2012 at 02:29:59AM -0700, Thierry Reding wrote: > * PGP Signed by an unknown key > > * Stephen Warren wrote: > > Allen Martin wrote: > > >On Fri, Jun 08, 2012 at 10:28:57PM -0700, Stephen Warren wrote: > > >> On 06/08/2012 03:27 PM, Allen Martin wrote: > > >> > On Fri, Jun 08, 201

Re: [U-Boot] [PATCH v2 1/7] tegra: Rework Tamonten support

2012-06-11 Thread Allen Martin
On Mon, Jun 11, 2012 at 02:29:59AM -0700, Thierry Reding wrote: > * PGP Signed by an unknown key > > * Stephen Warren wrote: > > Allen Martin wrote: > > >On Fri, Jun 08, 2012 at 10:28:57PM -0700, Stephen Warren wrote: > > >> On 06/08/2012 03:27 PM, Allen Martin wrote: > > >> > On Fri, Jun 08, 201

Re: [U-Boot] [PATCH v2 1/7] tegra: Rework Tamonten support

2012-06-11 Thread Thierry Reding
* Allen Martin wrote: > On Mon, Jun 11, 2012 at 02:29:59AM -0700, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > * Stephen Warren wrote: > > > Allen Martin wrote: > > > >On Fri, Jun 08, 2012 at 10:28:57PM -0700, Stephen Warren wrote: > > > >> On 06/08/2012 03:27 PM, Allen Martin

Re: [U-Boot] [PATCH v3 04/14] mkconfig: add support for SPL CPU

2012-06-11 Thread Allen Martin
On Sat, Jun 09, 2012 at 11:20:34AM -0700, Simon Glass wrote: > + > +Normally CPU is assumed to be the same between the SPL and normal > +u-boot build. However it is possible to specify a different CPU for > +the SPL build for cases where the SPL is expected to run on a > +different CPU model from

Re: [U-Boot] [PATCH v3 07/14] ARM: add tegra20 support to arm720t

2012-06-11 Thread Allen Martin
On Sat, Jun 09, 2012 at 11:32:08AM -0700, Simon Glass wrote: > Hi Allen, > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin > mailto:amar...@nvidia.com>> wrote: > Add support for tegra20 arm7 boot processor. This processor is used > to power on the Cortex A9 and transfer control to it. > > Signed

Re: [U-Boot] [PATCH v3 08/14] tegra20: add SPL config options for tegra20 boards

2012-06-11 Thread Allen Martin
On Sat, Jun 09, 2012 at 11:35:29AM -0700, Simon Glass wrote: > Hi Allen, > > diff --git a/include/configs/tegra20-common-post.h > b/include/configs/tegra20-common-post.h > index b535934..6b046bd 100644 > --- a/include/configs/tegra20-common-post.h > +++ b/include/configs/tegra20-common-post.h > @

Re: [U-Boot] [PATCH v3 09/14] tegra20: add u-boot.t2 target

2012-06-11 Thread Allen Martin
On Fri, Jun 08, 2012 at 10:21:15PM -0700, Stephen Warren wrote: > On 06/08/2012 03:16 PM, Allen Martin wrote: > > Add target for tegra20 u-boot image. This is a concatenation of tegra > > spl and normal u-boot binaries. > > > diff --git a/board/nvidia/seaboard/config.mk > > b/board/nvidia/seaboa

Re: [U-Boot] [PATCH v3 09/14] tegra20: add u-boot.t2 target

2012-06-11 Thread Allen Martin
On Sat, Jun 09, 2012 at 12:12:09PM -0700, Simon Glass wrote: > Hi Allen, > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin > mailto:amar...@nvidia.com>> wrote: > Add target for tegra20 u-boot image. This is a concatenation of tegra > spl and normal u-boot binaries. > > Signed-off-by: Allen Marti

Re: [U-Boot] [PATCH 1/3] imx25: Move MXC_GPIO_PORT_TO_NUM to imx-regs.h

2012-06-11 Thread Troy Kisky
On 6/11/2012 8:00 AM, Vikram Narayanan wrote: On 6/10/2012 8:03 PM, Fabio Estevam wrote: Hi Vikram, On Sun, Jun 10, 2012 at 10:02 AM, Vikram Narayanan wrote: + +/* Converts a GPIO port number and the internal bit position + * to the GPIO number + */ +#define MXC_GPIO_PORT_TO_NUM(port, bit)

Re: [U-Boot] [PATCH v3 08/14] tegra20: add SPL config options for tegra20 boards

2012-06-11 Thread Simon Glass
Hi Allen, On Mon, Jun 11, 2012 at 12:05 PM, Allen Martin wrote: > On Sat, Jun 09, 2012 at 11:35:29AM -0700, Simon Glass wrote: > > Hi Allen, > > > > diff --git a/include/configs/tegra20-common-post.h > b/include/configs/tegra20-common-post.h > > index b535934..6b046bd 100644 > > --- a/include/co

Re: [U-Boot] [PATCH v3 09/14] tegra20: add u-boot.t2 target

2012-06-11 Thread Simon Glass
Hi Allen, On Mon, Jun 11, 2012 at 12:22 PM, Allen Martin wrote: > On Sat, Jun 09, 2012 at 12:12:09PM -0700, Simon Glass wrote: > > Hi Allen, > > > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin amar...@nvidia.com>> wrote: > > Add target for tegra20 u-boot image. This is a concatenation of tegr

Re: [U-Boot] pull request for u-boot-tegra/master

2012-06-11 Thread Stephen Warren
On 06/08/2012 07:53 PM, Simon Glass wrote: > Hi Stephen, > > On Fri, Jun 8, 2012 at 3:52 PM, Stephen Warren > wrote: ... > Uggh. The problem is that older versions of dtc would only accept a > single definition of the root node; they don't allow another copy

Re: [U-Boot] [PATCH v3 10/14] tegra: move SDRAM param save to later in boot

2012-06-11 Thread Allen Martin
On Sat, Jun 09, 2012 at 12:15:01PM -0700, Simon Glass wrote: > Hi Allen, > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin > mailto:amar...@nvidia.com>> wrote: > Move warmboot_save_sdram_params() to later in the boot sequence. This > code relies on devicetree to get the address of the memory cont

Re: [U-Boot] [PATCH v3 11/14] tegra20: Remove CPU init code from tegra20 u-boot

2012-06-11 Thread Allen Martin
On Sat, Jun 09, 2012 at 12:19:48PM -0700, Simon Glass wrote: > Hi Allen, > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin > mailto:amar...@nvidia.com>> wrote: > This code is now included in the tegra20 SPL > > Signed-off-by: Allen Martin mailto:amar...@nvidia.com>> > --- > arch/arm/cpu/armv7/st

Re: [U-Boot] [PATCH v3 09/14] tegra20: add u-boot.t2 target

2012-06-11 Thread Allen Martin
On Mon, Jun 11, 2012 at 01:21:13PM -0700, Simon Glass wrote: > Hi Allen, > > On Mon, Jun 11, 2012 at 12:22 PM, Allen Martin > mailto:amar...@nvidia.com>> wrote: > On Sat, Jun 09, 2012 at 12:12:09PM -0700, Simon Glass wrote: > > Hi Allen, > > > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin > > m

Re: [U-Boot] [PATCH v3 11/14] tegra20: Remove CPU init code from tegra20 u-boot

2012-06-11 Thread Simon Glass
Hi Allen, On Mon, Jun 11, 2012 at 3:53 PM, Allen Martin wrote: > On Sat, Jun 09, 2012 at 12:19:48PM -0700, Simon Glass wrote: > > Hi Allen, > > > > On Fri, Jun 8, 2012 at 2:16 PM, Allen Martin amar...@nvidia.com>> wrote: > > This code is now included in the tegra20 SPL > > > > Signed-off-by: Al

Re: [U-Boot] [PATCH v3 09/14] tegra20: add u-boot.t2 target

2012-06-11 Thread Simon Glass
Hi Allen, On Mon, Jun 11, 2012 at 4:09 PM, Allen Martin wrote: > On Mon, Jun 11, 2012 at 01:21:13PM -0700, Simon Glass wrote: > > Hi Allen, > > > > On Mon, Jun 11, 2012 at 12:22 PM, Allen Martin > wrote: > > On Sat, Jun 09, 2012 at 12:12:09PM -0700, Simon Glass wrote:

Re: [U-Boot] [PATCH 10/20] arm/km: cleanup km_kirkwood boards

2012-06-11 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 07 June 2012 15:37 > To: prafu...@mavell.com > Cc: Holger Brunck; u-boot@lists.denx.de; Valentin Longchamp; Gerlando > Falauto; Prafulla Wadaskar > Subject: [PATCH 10/20] arm/km: cleanup km_kir

Re: [U-Boot] [PATCH 04/20] arm/km: add kmnusa board support

2012-06-11 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 07 June 2012 15:37 > To: prafu...@mavell.com > Cc: Holger Brunck; u-boot@lists.denx.de; Valentin Longchamp; Gerlando > Falauto; Prafulla Wadaskar > Subject: [PATCH 04/20] arm/km: add kmnusa boa

Re: [U-Boot] [PATCH 02/20] arm/km: use correct kw_gpio function for NAND/SPI switching

2012-06-11 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 07 June 2012 15:37 > To: prafu...@mavell.com > Cc: Valentin Longchamp; holger.bru...@keymile.com; u- > b...@lists.denx.de; Gerlando Falauto; Prafulla Wadaskar > Subject: [PATCH 02/20] arm/km: u

Re: [U-Boot] [PATCH 05/20] arm/km: add kmcoge5un board support

2012-06-11 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 07 June 2012 15:37 > To: prafu...@mavell.com > Cc: Holger Brunck; u-boot@lists.denx.de; Valentin Longchamp; Gerlando > Falauto; Prafulla Wadaskar > Subject: [PATCH 05/20] arm/km: add kmcoge5un

Re: [U-Boot] [PATCH 12/20] arm/km: add support for external switch configuration

2012-06-11 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Valentin Longchamp > Sent: 07 June 2012 15:37 > To: prafu...@mavell.com > Cc: Valentin Longchamp; holger.bru...@keymile.com; u- > b...@lists.denx.de > Subject: [U-Boot] [PATCH 1

Re: [U-Boot] [PATCH 1/8 V2] EXYNOS: CLK: Add i2c clock

2012-06-11 Thread Simon Glass
On Wed, Jun 6, 2012 at 11:09 PM, Rajeshwari Shinde wrote: > This adds i2c clock information for EXYNOS5. > > Signed-off-by: Alim Akhtar > Signed-off-by: Doug Anderson > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass > --- > changes in V2: >- Incorporated comments from Simon

Re: [U-Boot] [PATCH 3/8 V2] EXYNOS: PINMUX: Add pinmux support for I2C

2012-06-11 Thread Simon Glass
On Wed, Jun 6, 2012 at 11:09 PM, Rajeshwari Shinde wrote: > This patch adds pinmux code for I2C. > > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass > --- > Changes in V2: >- Aligned the pinmux functionality as per the latest comments. > Acked-by: Simon Glass > This patch d

Re: [U-Boot] [PATCH 6/8 V2] I2C: Modify the I2C driver for EXYNOS5

2012-06-11 Thread Simon Glass
On Wed, Jun 6, 2012 at 11:09 PM, Rajeshwari Shinde wrote: > This patch modifies the S3C I2C driver to suppport EXYNOS5. > The cahnges made to driver are as follows: >- I2C base address is passed as a parameter to many >functions to avoid multiple #ifdef >- I2C init for Exy

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Chander Kashyap
Hi, On 11 June 2012 19:26, Rajeshwari Birje wrote: > Hi  All, > > ccing Jaehoon Chung > > Regards, > Rajeshwari Shinde. > > > On Mon, Jun 11, 2012 at 6:18 PM, Rajeshwari Shinde > wrote: >> Add DWMMC driver support and resgister description for same. >> >> Signed-off-by: Alim Akhtar >> Signed-of