From: Travis B. Sawyer <tsawyer+u-boot@sandburst.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] IDE access swaps the bytes.
Date: Fri, 03 Dec 2004 08:44:12 -0500 [thread overview]
Message-ID: <41B06DAC.1010400@sandburst.com> (raw)
In-Reply-To: <OF6317FCDA.FC991719-ON88256F5F.00048AF8-88256F5F.00048AFC@Cyclades.com>
Helio Fujimoto wrote:
>it is attached directly to the bus. There is an FPGA which is controls
the
>IDE interface. The IDE data bus [0-15] is connected to the MPC855T
data bus [15-0].
Ah. We also have CF direct to local bus....
Here's how we connected it so as to keep common code common:
PER_DATA8 <-> CF_DATA15
PER_DATA9 <-> CF_DATA14
PER_DATA10 <-> CF_DATA13
PER_DATA11 <-> CF_DATA12
PER_DATA12 <-> CF_DATA11
PER_DATA13 <-> CF_DATA10
PER_DATA14 <-> CF_DATA9
PER_DATA15 <-> CF_DATA8
PER_DATA0 <-> CF_DATA7
PER_DATA1 <-> CF_DATA6
PER_DATA2 <-> CF_DATA5
PER_DATA3 <-> CF_DATA4
PER_DATA4 <-> CF_DATA3
PER_DATA5 <-> CF_DATA2
PER_DATA6 <-> CF_DATA1
PER_DATA7 <-> CF_DATA0
Since you're running directly from 855T local bus and not from your fpga,
you're in for some rewiring. If, however, your data lines run through
your fpga,
you can simply reprogram the pins.
Good luck,
Travis
ps: I just switched from Evolution to Thunderbird, I hope this is plain
text only!
next prev parent reply other threads:[~2004-12-03 13:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-03 0:49 [U-Boot-Users] IDE access swaps the bytes Helio Fujimoto
2004-12-03 13:44 ` Travis B. Sawyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-12-06 18:58 Helio Fujimoto
2004-12-02 18:37 Helio Fujimoto
2004-12-02 21:49 ` Wolfgang Denk
2004-12-02 17:12 Helio Fujimoto
2004-12-02 17:19 ` 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=41B06DAC.1010400@sandburst.com \
--to=tsawyer+u-boot@sandburst.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