Re: [U-Boot] [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

2013-07-23 Thread Sharma Bhupesh-B45370
Hi Andy, Joe, This patch adds support for Realtek PHY modules RTL8211DN and RTL8211E (variants: RTL8211E-VB-CG, RTL8211E-VL-CG, RTL8211EG-VB-CG), which can be found on Freescale's T1040RDB boards. To make the driver more generic across 8211 family, a generic name 8211x is added for macros

[U-Boot] Query: Ethernet switch support

2013-07-29 Thread Sharma Bhupesh-B45370
Hi List, I am trying to add support of a Vitesse L2 switch in u-boot (in unmanaged configuration). I was analyzing whether advanced features like flow control, link-aggregation etc are required to be supported for a L2 switch working in a u-boot bootloader level. My point-of-view is that the

Re: [U-Boot] Query: Ethernet switch support

2013-07-29 Thread Sharma Bhupesh-B45370
Hi Albert, Thanks for your reply. -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Monday, July 29, 2013 10:27 PM To: Sharma Bhupesh-B45370 Cc: 'u-boot@lists.denx.de' Subject: Re: [U-Boot] Query: Ethernet switch support Hi Sharma, On Mon, 29

Re: [U-Boot] [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

2013-08-14 Thread Sharma Bhupesh-B45370
Hi York, I guess with Andy no longer there as FSL u-boot maintainer, will the patch below go through you or Joe. If no one has an objection to this patch, can I get a Acked-by and can we queue it up for upstream. Regards, Bhupesh -Original Message- From: Sharma Bhupesh-B45370 Sent

Re: [U-Boot] [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

2013-08-14 Thread Sharma Bhupesh-B45370
-Original Message- From: sun york-R58495 Sent: Thursday, August 15, 2013 2:29 AM To: Sharma Bhupesh-B45370 Cc: 'u-boot@lists.denx.de'; 'joe.hershber...@gmail.com' Subject: Re: [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules On 08/14/2013 01:30 PM

Re: [U-Boot] [PATCH v3 0/5] arm64 patch

2013-08-16 Thread Sharma Bhupesh-B45370
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Scott Wood Sent: Saturday, August 17, 2013 1:23 AM To: Dennis Gilmore Cc: tr...@ti.com; u-boot@lists.denx.de; feng...@phytium.com.cn Subject: Re: [U-Boot] [PATCH v3 0/5] arm64

[U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
Hi List, I am using a 64-bit ubuntu machine running a 12.04 LTS. I see that the DTC (Device Tree Compiler) version is 1.3.0 $ dtc -v Version: DTC 1.3.0 When I try to compile the latest u-boot 'master' branch (updated yesterday), I get the following error with dtc: dtc: invalid option -- 'i'

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
-Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: Thursday, August 22, 2013 6:22 PM To: Sharma Bhupesh-B45370 Cc: 'u-boot'; 'ubuntu-us...@lists.ubuntu.com'; 'ubuntu- de...@lists.ubuntu.com' Subject: Re: [U-Boot] dtc: invalid option -- 'i

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
-Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: Thursday, August 22, 2013 11:33 PM To: Sharma Bhupesh-B45370 Cc: 'ubuntu-us...@lists.ubuntu.com'; 'u-boot'; 'FengHua'; 'ubuntu- de...@lists.ubuntu.com' Subject: Re: [U-Boot] dtc: invalid option

Re: [U-Boot] [PATCH 1/1] net: phy/vitesse: Add support for VSC8514 phy module

2013-08-29 Thread Sharma Bhupesh-B45370
Hi Joe, List -Original Message- From: Sharma Bhupesh-B45370 Sent: Friday, August 23, 2013 8:18 PM To: u-boot@lists.denx.de; joe.hershber...@gmail.com Cc: Goel Arpit-B44344; Sharma Bhupesh-B45370 Subject: [PATCH 1/1] net: phy/vitesse: Add support for VSC8514 phy module From: Arpit

Re: [U-Boot] [PATCH v9 2/5] board support of vexpress_aemv8a

2013-09-13 Thread Sharma Bhupesh-B45370
Hi David, -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of feng...@phytium.com.cn Sent: Friday, September 13, 2013 2:09 PM To: u-boot@lists.denx.de Cc: tr...@ti.com; David Feng; Wood Scott-B07421 Subject: [U-Boot] [PATCH v9

Re: [U-Boot] How do ARM platform initialize DDR?

2013-09-17 Thread Sharma Bhupesh-B45370
Adding Vipin to the thread as he has better knowledge on this than me. Vipin can you please add your comments here as well.. As far as I can remember for the ARM based SPEAr SoCs on which we worked in the past: - At the moment the DDR initialization code for various ARM SoCs in u-boot is

Re: [U-Boot] When to create a SoC directory for ARM

2013-09-26 Thread Sharma Bhupesh-B45370
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Scott Wood Sent: Friday, September 27, 2013 12:53 AM To: FengHua Cc: trini; sun york-R58495; u-boot Subject: Re: [U-Boot] When to create a SoC directory for ARM On Thu,

Re: [U-Boot] When to create a SoC directory for ARM

2013-09-26 Thread Sharma Bhupesh-B45370
-Original Message- From: sun york-R58495 Sent: Friday, September 27, 2013 1:19 AM To: Sharma Bhupesh-B45370; Wood Scott-B07421; 'FengHua' Cc: 'trini'; sun york-R58495; 'u-boot' Subject: Re: [U-Boot] When to create a SoC directory for ARM On 09/26/2013 12:46 PM, Sharma Bhupesh