From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 25 Apr 2010 23:12:42 -0700 Subject: [U-Boot] [PATCH v3] net: add opencore 10/100 ethernet mac driver In-Reply-To: <1271341958-3464-1-git-send-email-thomas@wytron.com.tw> References: <1269411881-8850-1-git-send-email-thomas@wytron.com.tw> <1271341958-3464-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4BD52EDA.2000003@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 Thomas, On 4/15/2010 7:32 AM, Thomas Chou wrote: > This patch ports the opencore 10/100 ethernet mac driver ethoc.c > from linux kernel to u-boot. > > Signed-off-by: Thomas Chou > --- > use iobase of struct eth_device. > add dev_num to ethoc_initialize. > > drivers/net/Makefile | 1 + > drivers/net/ethoc.c | 511 ++++++++++++++++++++++++++++++++++++++++++++++++++ > include/netdev.h | 1 + > 3 files changed, 513 insertions(+), 0 deletions(-) > create mode 100644 drivers/net/ethoc.c > applied to net repo. If you'd like this driver to automatically program MAC addresses after initialization (see a patch that I submitted tonight), please submit a follow-on to this one and I'll accept for the current release. regards, Ben