From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 2 Dec 2011 14:21:47 -0600 Subject: [U-Boot] [PATCH 0/2] Network support for Calxeda highbank Message-ID: <1322857309-2662-1-git-send-email-robherring2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Rob Herring This series adds the Calxeda xgmac ethernet driver and enables networking options on the highbank platform. Rob Rob Herring (2): net: add Calxeda xgmac driver ARM: highbank: enable networking and pxe README | 6 + board/highbank/highbank.c | 14 ++ drivers/net/Makefile | 1 + drivers/net/calxedaxgmac.c | 552 ++++++++++++++++++++++++++++++++++++++++++++ include/configs/highbank.h | 19 ++- include/netdev.h | 1 + 6 files changed, 591 insertions(+), 2 deletions(-) create mode 100644 drivers/net/calxedaxgmac.c -- 1.7.5.4