From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Thu, 22 May 2014 14:41:13 +0530 Subject: [U-Boot] [PATCH 0/3] ARM: DRA72x: Add CPSW Ethernet support for DRA72x SoC In-Reply-To: <1400749632-25645-1-git-send-email-mugunthanvnm@ti.com> References: <1400749632-25645-1-git-send-email-mugunthanvnm@ti.com> Message-ID: <537DBF31.5000405@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 22 May 2014 02:37 PM, Mugunthan V N wrote: > CPSW Ethernet second port is pinned out as default Ethernet, so adding > support for CPSW ethernet for downloading images via Ethernet. > > Mugunthan V N (3): > drivers: net: cpsw: add support for using second port as ethernet > ARM: DRA7xx: Add cpsw second port pinmux > ARM: dra7_evm: Add Ethernet support for dra72x platform > > board/ti/dra7xx/evm.c | 7 ++++++- > board/ti/dra7xx/mux_data.h | 12 ++++++++++++ > drivers/net/cpsw.c | 8 +++++--- > include/cpsw.h | 1 + > 4 files changed, 24 insertions(+), 4 deletions(-) > This patch series depends on the following patch set http://lists.denx.de/pipermail/u-boot/2014-May/179549.html Regards Mugunthan V N