The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Hu Gang <linuxbest@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [patch]correct the pci window in iop80331.
Date: Fri, 13 Mar 2009 00:40:34 +0800	[thread overview]
Message-ID: <20090313004034.1258fd9d@hugang-macbook> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Dan Williams:

I found the IOP80331 pci outband windows it not correct, the outboand 
window size is 128Mbyte, split with two 64MByte window, the first outband
translate address is 0x80000000, so the second translate address must 
0x84000000, but in linux kernel it is 0x88000000.

I try to enable the direct windows outband window in iop80331 but not 
work, can you give me some point.

thanks.

- - ------------ patch for fix pci outband window -----------------------
- - --- a/arch/arm/mach-iop3xx/iop331-pci.c
+++ b/arch/arm/mach-iop3xx/iop331-pci.c
@@ -283,7 +283,7 @@ void __init iop3xx_atu_setup(void)
        *IOP331_OUMWTVR0 = 0;

        /* Outbound window 1 */
- - -       *IOP331_OMWTVR1 = IOP331_PCI_LOWER_MEM_PA + IOP3XX_PCI_MEM_WINDOW_SIZE;
+       *IOP331_OMWTVR1 = IOP331_PCI_LOWER_MEM_PA + IOP3XX_PCI_MEM_WINDOW_SIZE/2;
        *IOP331_OUMWTVR1 = 0;

        /* BAR 3 ( Disabled ) */


- - -- 
steve
- - ----------------------------------------------------------------- 
phone  :    010-68920288-818
fax    :    010-68920289
mobile :    13910034252
e-mail :    steve.hu@soulinfo.com
web    :    http://www.soul.com.cn/
- - -----------------------------------------------------------------
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm5DOYACgkQlNo3R5/SzI0nagCfU7imFR6snaCMeACKRNWdA74I
6EUAoItAAksVqyAtuwIq6ynOKsCmSlOg
=LHwl
- -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm5ONcACgkQlNo3R5/SzI0e6QCglfs3ADpdizWF+PqewSAziP3E
1UIAoMMjWzSJ3vE7sg2goLcds37Xd8sE
=LxXn
-----END PGP SIGNATURE-----



-- 

             reply	other threads:[~2009-03-12 16:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12 16:40 Hu Gang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-12 16:35 [patch]correct the pci window in iop80331 Hu Gang
2009-03-12 16:31 Hu Gang

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=20090313004034.1258fd9d@hugang-macbook \
    --to=linuxbest@gmail.com \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox