lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 13 Mar 2009 00:40:34 +0800
From:	Hu Gang <linuxbest@...il.com>
To:	LKML <linux-kernel@...r.kernel.org>
Subject: [patch]correct the pci window in iop80331.

-----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@...linfo.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-----



-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ