Received: from mail.onstor.com ([66.201.51.107]) by onstor-exch02.onstor.net with Microsoft SMTPSVC(6.0.3790.1830);
	 Mon, 4 Jun 2007 02:34:26 -0700
Received: from ftp.linux-mips.org ([194.74.144.162]) by mail.onstor.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Mon, 4 Jun 2007 02:34:26 -0700
Received: from localhost.localdomain ([127.0.0.1]:31391 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP
	id S20021666AbXFDJeS (ORCPT <rfc822;dan.stein@onstor.com> + 1 other);
	Mon, 4 Jun 2007 10:34:18 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 04 Jun 2007 10:33:58 +0100 (BST)
Received: from kuber.nabble.com ([216.139.236.158]:36582 "EHLO
	kuber.nabble.com") by ftp.linux-mips.org with ESMTP
	id S20021682AbXFDJdx (ORCPT <rfc822;linux-mips@linux-mips.org>);
	Mon, 4 Jun 2007 10:33:53 +0100
Received: from isper.nabble.com ([192.168.236.156])
	by kuber.nabble.com with esmtp (Exim 4.63)
	(envelope-from <lists@nabble.com>)
	id 1Hv8td-0001da-PL
	for linux-mips@linux-mips.org; Mon, 04 Jun 2007 02:30:41 -0700
Message-ID: <10946448.post@talk.nabble.com>
Date:	Mon, 4 Jun 2007 02:30:41 -0700 (PDT)
From:	Daniel Laird <daniel.j.laird@nxp.com>
To:	linux-mips@linux-mips.org
Subject: Adding 256MB support for PNX8550
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Nabble-From: daniel.j.laird@nxp.com
X-archive-position: 15229
X-ecartis-version: Ecartis v1.0.0
Sender:	linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: daniel.j.laird@nxp.com
Precedence: bulk
X-list:	linux-mips
Return-Path: linux-mips-bounce@linux-mips.org
X-OriginalArrivalTime: 04 Jun 2007 09:34:26.0209 (UTC) FILETIME=[8AC3A110:01C7A68B]


The following patch allows for 256MB support on pnx8550 based systems:

--- /include/asm-mips/mach-pnx8550/pci.h.orig 
+++ /include/asm-mips/mach-pnx8550/pci.h.new 
@@ -63,6 +63,7 @@
 #define SIZE_32M                 0x4
 #define SIZE_64M                 0x5
 #define SIZE_128M                0x6
+#define SIZE_256M                0x7
 #define PCI_SETUP_BASE18_SIZE(X) (X<<18)
 #define PCI_SETUP_BASE18_EN      (1<<17)
 #define PCI_SETUP_BASE14_PREF    (1<<16)

Cheers
Dan Laird
-- 
View this message in context: http://www.nabble.com/Adding-256MB-support-for-PNX8550-tf3864000.html#a10946448
Sent from the linux-mips main mailing list archive at Nabble.com.


