public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: David Grab <d.grab@hima.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Marvell 88E1111 PHY
Date: Wed, 15 Jun 2005 11:59:22 +0200	[thread overview]
Message-ID: <000801c57190$e899f3c0$f201a8c0@SN7606> (raw)

Hello,

my u-boot is now booting from flash. Big thanks to everyone helped me. ;-)

But now i am configuring ethernet in u-boot for my 440GX Board. It uses
Marvel 88E1111 PHY?s. Did someone worked with this PHY and u-boot or knows
if it is supported?

config file definitions:

#define CONFIG_MII		1	/* MII PHY management		*/
#define CONFIG_PHY_ADDR		0x5	/* PHY address, See schematics	*/
#define CONFIG_PHY_GIGE		1	/* Include GbE speed/duplex detection */
#define CONFIG_NETMASK		255.255.252.0
#define CONFIG_IPADDR		192.168.0.116
#define CONFIG_ETHADDR		00:04:AC:E3:28:8A

#define CONFIG_COMMANDS	       (CONFIG_CMD_DFL	| \
				CFG_CMD_IRQ	| \
				CFG_CMD_I2C	| \
				CFG_CMD_BEDBUG	| \
				CFG_CMD_ENV	| \
				CFG_CMD_MII	| \
				CFG_CMD_DIAG	| \
				CFG_CMD_PING	| \
				CFG_CMD_NET	| \
				CFG_CMD_ELF	)

Thanks for any help,

David

             reply	other threads:[~2005-06-15  9:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-15  9:59 David Grab [this message]
2005-06-15 10:10 ` [U-Boot-Users] Marvell 88E1111 PHY Gerhard Jaeger
2005-06-15 19:14 ` Kylo Ginsberg

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='000801c57190$e899f3c0$f201a8c0@SN7606' \
    --to=d.grab@hima.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