All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denton Gentry <denny@dominetsystems.com>
To: Dan Malek <dan@mvista.com>, linuxppc-embedded@lists.linuxppc.org
Subject: Re: 405gp PCI?
Date: Tue, 01 May 2001 13:58:41 -0700	[thread overview]
Message-ID: <3AEF2381.755F7581@dominetsystems.com> (raw)
In-Reply-To: 3AEE21DF.6C289B1C@mvista.com


> Hmmm...I know it works with PCI slave devices, but I don't know
> if it will for masters.  I know the Linux support functions for
> virt_to_bus and friends will provide the proper addresses.  Sounds
> like there is some missing 405 register initialization.  Are you
> doing this on a custom board, or in the Walnut eval board?  I
> suspect on the Walnut we rely on the boot rom for some of this
> 405 PCI initialization.

  The addresses returned by virt_to_bus look reasonable. The virtual
address of the buffer in question is 0xc0261940, and the DMA address
returned by virt_to_bus is 0x00261940. I assume that the lower few megs
of physical RAM are pinned memory for the kernel, and that a 1:1 mapping
of physical pages in this pinned memory is done starting at a kernel
offset in the virtual address space, so these addresses look reasonable
to me.

  This is the Walnut eval board. I am using IBM's firmware to tftpboot
a kernel, which the NFS mounts its root filesystem.

  I'll keep digging into it. Since no-one has piped up to confirm that
PCI DMA works in PPC 405gp systems, I'll start looking at the PCI
controller initialization code as well.

> >   Also, though I'm certain that this problem is not caused by
> > stale data, one of the next things I'll need to tackle is cache
> > coherency.
>
> I have just recently finished the pci_consistent_* functions and
> software cache mangement functions so they will do the right thing
> on the IBM4xx and MPC8xx processors.

  Ok, thanks.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-05-01 20:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-01  1:16 405gp PCI? Denton Gentry
2001-05-01  2:39 ` Dan Malek
2001-05-01 20:58   ` Denton Gentry [this message]
2001-05-01 21:29     ` Frank Rowand
2001-05-01 22:54       ` Denton Gentry
2001-05-01 23:44         ` Frank Rowand
2001-05-02  0:39           ` John Cagle

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=3AEF2381.755F7581@dominetsystems.com \
    --to=denny@dominetsystems.com \
    --cc=dan@mvista.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.