public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: andreas.gaer at baslerweb.com <andreas.gaer@baslerweb.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] Fix networking on DM365EVM
Date: Wed, 21 Apr 2010 10:27:01 +0200	[thread overview]
Message-ID: <1271838423-20183-1-git-send-email-andreas.gaer@baslerweb.com> (raw)

From: Andreas Gaeer <Andreas.Gaer@baslerweb.com>

Network did not work on my DM365EVM because of a wrong PHY mask and 
wrong initialization of the MAC address when ethaddr was not already
present in the environment.

The first patch fixes the mask definition, the second moves MAC address
init to a proper place in the board setup.

Andreas Gaeer (2):
  Davinci: Fixed wrong EMAC_MDIO_PHY_MASK
  Davinci: Move config of MAC address to board setup

 arch/arm/include/asm/arch-davinci/emac_defs.h |    2 +-
 arch/arm/lib/board.c                          |   11 -----------
 board/davinci/common/misc.c                   |   16 ++++++++++++++++
 board/davinci/common/misc.h                   |    1 +
 board/davinci/da830evm/da830evm.c             |    8 +++-----
 board/davinci/dm365evm/dm365evm.c             |   10 +++++++++-
 board/davinci/dvevm/dvevm.c                   |    5 +++++
 board/davinci/sffsdr/sffsdr.c                 |    5 +++++
 board/davinci/sonata/sonata.c                 |    5 +++++
 drivers/net/davinci_emac.c                    |    3 +++
 10 files changed, 48 insertions(+), 18 deletions(-)

             reply	other threads:[~2010-04-21  8:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21  8:27 andreas.gaer at baslerweb.com [this message]
2010-04-21  8:27 ` [U-Boot] [PATCH 1/2] Davinci: Fixed wrong EMAC_MDIO_PHY_MASK andreas.gaer at baslerweb.com
2010-04-21  8:27 ` [U-Boot] [PATCH 2/2] Davinci: Move config of MAC address to board setup andreas.gaer at baslerweb.com
2010-04-21 17:51   ` Ben Warren
2010-04-22  9:18     ` Gaer, A.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1271838423-20183-1-git-send-email-andreas.gaer@baslerweb.com \
    --to=andreas.gaer@baslerweb.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox