public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Fix networking on DM365EVM
@ 2010-04-21  8:27 andreas.gaer at baslerweb.com
  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
  0 siblings, 2 replies; 5+ messages in thread
From: andreas.gaer at baslerweb.com @ 2010-04-21  8:27 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-22  9:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21  8:27 [U-Boot] [PATCH 0/2] Fix networking on DM365EVM andreas.gaer at baslerweb.com
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.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox