From: Zachary Landau <kapheine@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] FEC in mcf52x2
Date: Tue, 5 Apr 2005 14:55:30 -0400 [thread overview]
Message-ID: <a04f56da05040511552e1d32d2@mail.gmail.com> (raw)
In-Reply-To: <20050405183135.KVNS1282.fed1rmmtao03.cox.net@smtp.west.cox.net>
On Apr 5, 2005 2:31 PM, wroberts1 at cox.net <wroberts1@cox.net> wrote:
> Yea that fec_t structure works fine. However the FEC
> driver was setting RCR[MAX_FL] to zero, so it was only
> getting rx frame length violation. I had to do this:
>
> #define OPT_FRAME_SIZE (PKT_MAXBUF_SIZE << 16)
>
> fecp->fec_r_cntrl = OPT_FRAME_SIZE | FEC_RCNTRL_MII_MODE | FEC_RCNTRL_DRT;
>
> its fast enough. takes under four seconds to transfer
> this 1.8Mbyte image.
Ahh yeah, I had to change that too. I have a bunch of little changes
to the 5282 code. Unfortunately a lot of it was done quickly and
needs to be cleaned up before I can submit a patch. (I did submit a
couple smaller ones at some point, though). If you search the mailing
list archives for 'fec structure errors?' (which probably would have
been a good idea from the start) you'll see a post from me with a url
to a u-boot tree with my 5282 changes. NGZ may have also posted his
5282 changes at some point, I can't remember.
--
Zachary P. Landau <kapheine@gmail.com>
next prev parent reply other threads:[~2005-04-05 18:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-05 18:31 [U-Boot-Users] FEC in mcf52x2 wroberts1 at cox.net
2005-04-05 18:55 ` Zachary Landau [this message]
2005-04-05 19:05 ` NZG
-- strict thread matches above, loose matches on Subject: below --
2005-04-04 23:06 wroberts1 at cox.net
2005-04-05 16:19 ` Zachary Landau
2005-04-05 16:28 ` Wolfgang Denk
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=a04f56da05040511552e1d32d2@mail.gmail.com \
--to=kapheine@gmail.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