From: Stelian Pop <stelian@popies.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] AT91SAM9260EK with KS8721 PHY
Date: Mon, 07 Apr 2008 22:49:17 +0200 [thread overview]
Message-ID: <1207601357.5709.25.camel@galileo> (raw)
In-Reply-To: <47FA82C3.70002@free.fr>
Le lundi 07 avril 2008 ? 22:23 +0200, Eric BENARD a ?crit :
> Stelian Pop a ?crit :
> > Le lundi 07 avril 2008 ? 16:14 +0200, Sander Vermin a ?crit :
> >
> >>> Did you test it as is ? From what I see in the code, the macb driver
> >>> doesn't care much about the PHY type...
> >
> >> I did test it, u-boot says no PHY present. I had to change from RMII
> >> mode to MII mode due to my hardware design.
> >
> > Ok, so there must be something else in the code which was changed to
> > support your PHY (look for some "isolate" setting like Eric said).
> > You'll need to find out what it is...
> >
> please find attached a quick and dirty hacked ks8721.c and the
> corresponding .h
> It works on an AT91RM9200 with u-boot 1.3.2.
Hmm, if I sed:
s/KS8721/DM9161/g
and
s/ks8721/dm9161/g
on your files I find almost no change with regard to the original
version, except:
#define PHY_ADDRESS (1<<5)
and a #if 0 commenting out a bit of the initialisation sequence...
This makes me think it may only be a PHY_ADDRESS issue: what happens if
you change in cpu/arm926ejs/at91sam9/ether.c :
macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 0x00);
to
macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 1<<5);
Stelian.
--
Stelian Pop <stelian@popies.net>
next prev parent reply other threads:[~2008-04-07 20:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-07 13:16 [U-Boot-Users] AT91SAM9260EK with KS8721 PHY Sander Vermin
2008-04-07 13:49 ` Stelian Pop
2008-04-07 13:54 ` Eric BENARD
2008-04-07 14:14 ` Sander Vermin
2008-04-07 20:00 ` Stelian Pop
2008-04-07 20:23 ` Eric BENARD
2008-04-07 20:49 ` Stelian Pop [this message]
2008-04-07 20:55 ` Eric BENARD
2008-04-08 7:58 ` Sander Vermin
2008-04-08 8:36 ` Eric BENARD
2008-04-08 9:09 ` Sander Vermin
2008-04-08 9:09 ` michael
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=1207601357.5709.25.camel@galileo \
--to=stelian@popies.net \
--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