Re: [U-Boot] [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2011-02-09 Thread Tanmay Upadhyay
On Wednesday 09 February 2011 03:47 PM, Wolfgang Denk wrote: > Dear Tanmay Upadhyay - Embedded, > > In message<726556893.71716.1297242968960.javamail.r...@ahm.einfochips.com> > you wrote: >> --===1012086174== >> Content-Type: multipart

Re: [U-Boot] [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2011-02-09 Thread Tanmay Upadhyay - Embedded
- Original Message - From: "Julian Pidancet" To: u-boot@lists.denx.de Cc: "tanmay upadhyay" , prafu...@marvell.com Sent: Tuesday, February 8, 2011 11:50:54 PM Subject: [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate This patch modif

Re: [U-Boot] [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2011-02-09 Thread Tanmay Upadhyay - Embedded
- Original Message - From: "Prafulla Wadaskar" To: "Julian Pidancet" , u-boot@lists.denx.de Cc: "tanmay upadhyay" , "Prabhanjan Sarnaik" , "Ashish Karkare" Sent: Wednesday, February 9, 2011 12:16:40 PM Subject: RE: [PATCH] Kirkwoo

Re: [U-Boot] [PATCH v2] Kirkwood: bugfix: DRAM size initialization

2010-10-21 Thread Tanmay Upadhyay - Embedded
- Original Message - From: Prafulla Wadaskar <prafu...@marvell.com> To: Tanmay Upadhyay <tanmay.upadh...@einfochips.com> Cc: u-boot@lists.denx.de, g remlin <g_rem...@rocketmail.com>, Ashish Karkare <akark...@marvell.com>, Prabhanjan Sarnaik <sarn...@marvell.com

[U-Boot] [PATCH 2/2] Kirkwood: OpenRD: Initialize MPPs during early init

2010-10-15 Thread Tanmay Upadhyay
This patch adds board_early_init_f function for OpenRD boards. The function initializes MPPs so that peripherals can work at early stage. Signed-off-by: Tanmay Upadhyay --- board/Marvell/openrd/openrd.c |6 +- include/configs/openrd.h |2 ++ 2 files changed, 7 insertions(+), 1

[U-Boot] [PATCH 1/2] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2010-10-15 Thread Tanmay Upadhyay
This patch modifies existing OpenRD-Base support to deal with all the three OpenRD boards (OpenRD-Base, OpenRD-Client & OpenRD-Ultimate). Signed-off-by: Tanmay Upadhyay --- MAKEALL |2 + board/Marvell/openrd/Makefile | 56 ++ board/Mar

[U-Boot] [PATCH v2] Kirkwood: bugfix: DRAM size initialization

2010-10-15 Thread Tanmay Upadhyay
Linux kernel from booting. v2 - Set start address also to 0. Without this Linux kernel couldn't boot up Signed-off-by: Tanmay Upadhyay --- arch/arm/cpu/arm926ejs/kirkwood/dram.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/k

Re: [U-Boot] [PATCH] Kirkwood: bugfix: DRAM size initialization

2010-10-15 Thread Tanmay Upadhyay
/14/2010 06:17 PM, Tanmay Upadhyay wrote: If start of any DRAM bank is greater than total DDR size, remaining DDR bank sizes were left un-initialized in dram_init function. This could break other functions who uses array 'gd->bd->bi_dram'.Kirkwood network driver is one example. Signe

[U-Boot] [PATCH] Kirkwood: bugfix: DRAM size initialization

2010-10-14 Thread Tanmay Upadhyay
If start of any DRAM bank is greater than total DDR size, remaining DDR bank sizes were left un-initialized in dram_init function. This could break other functions who uses array 'gd->bd->bi_dram'.Kirkwood network driver is one example. Signed-off-by: Tanmay Upadhyay --- arch/a

Re: [U-Boot] [PATCH] ARM: Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2010-06-14 Thread Tanmay Upadhyay
On 06/11/2010 12:33 AM, Prafulla Wadaskar wrote: -Original Message- From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] Sent: Thursday, June 10, 2010 3:56 PM To: Tanmay Upadhyay Cc: Prafulla Wadaskar; u-boot@lists.denx.de Subject: Re: [PATCH] ARM: Kirkwood: Add support

Re: [U-Boot] [PATCH] ARM: Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2010-06-10 Thread Tanmay Upadhyay
On 06/10/2010 02:46 PM, Simon Kagstrom wrote: On Thu, 10 Jun 2010 14:42:24 +0530 Tanmay Upadhyay wrote: This patch modifies existing OpenRD-Base support to deal with all the three OpenRD boards (OpenRD-Base, OpenRD-Client& OpenRD-Ultimate). Yes, that's a good change!

[U-Boot] [PATCH] ARM: Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2010-06-10 Thread Tanmay Upadhyay
This patch modifies existing OpenRD-Base support to deal with all the three OpenRD boards (OpenRD-Base, OpenRD-Client & OpenRD-Ultimate). Signed-off-by: Tanmay Upadhyay --- Makefile|9 +- arch/arm/include/asm/mach-types.h | 13 ++ board/Marvell/op

[U-Boot] [PATCH] OpenRD: Reset PCIe endpoint while boot-up through PERST#

2010-05-04 Thread Tanmay Upadhyay
low for 100 us and then sets high while booting. XGI Vollari Z11 GPU and Intel WiFi 4965 works fine without this fix. Where as Broadcom's BCM970012 doesn't appear on the PCIe bus without the fix. There might be few other devices as well which require this. Signed-off-by: Tanmay Upadhy

[U-Boot] [PATCH] OpenRD: Bring PCIe endpoint out of reset

2010-04-19 Thread Tanmay Upadhyay
would appear on the PCIe bus. Signed-off-by: Tanmay Upadhyay Signed-off-by: Dhaval Vasa --- board/Marvell/openrd_base/openrd_base.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/Marvell/openrd_base/openrd_base.h b/board/Marvell/openrd_base/openrd_base.

[U-Boot] [PATCH] OpenRD: Bring PCIe endpoint out of reset

2010-04-15 Thread Tanmay Upadhyay
would appear on the PCIe bus. Signed-off-by: Tanmay Upadhyay Signed-off-by: Dhaval Vasa --- board/Marvell/openrd_base/openrd_base.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/Marvell/openrd_base/openrd_base.h b/board/Marvell/openrd_base/openrd_base.