[U-Boot] [PATCH 0/2] Fix networking on DM365EVM

andreas.gaer at baslerweb.com andreas.gaer at baslerweb.com
Wed Apr 21 10:27:01 CEST 2010


From: Andreas Gaeer <Andreas.Gaer at 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(-)



More information about the U-Boot mailing list